Use dummy pool

This commit is contained in:
Antonio Andelic 2022-11-25 11:12:01 +00:00
parent 5a5f2a0df4
commit f3b01d455b

View File

@ -5,7 +5,7 @@ import random
from itertools import count
from sys import stdout
from multiprocessing import Pool
from multiprocessing.dummy import Pool
from helpers.cluster import ClickHouseCluster
from helpers.test_tools import assert_eq_with_retry, assert_logs_contain