Merge pull request #43658 from ClickHouse/try-fix-flaky-keeper-map

Fix flaky `KeeperMap` integration tests
This commit is contained in:
Antonio Andelic 2022-11-28 12:04:04 +01:00 committed by GitHub
commit af7f0257c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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