mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge branch 'update_buffer_size_in_nuraft' into zookeeper_snapshots
This commit is contained in:
commit
70f7959de2
@ -20,9 +20,6 @@ system_logs = [
|
||||
('system.metric_log', 1),
|
||||
]
|
||||
|
||||
# 60 -- Default timeout for flush
|
||||
timeout = pytest.mark.timeout(60)
|
||||
|
||||
|
||||
@pytest.fixture(scope='module', autouse=True)
|
||||
def start_cluster():
|
||||
@ -38,7 +35,6 @@ def flush_logs():
|
||||
node.query('SYSTEM FLUSH LOGS')
|
||||
|
||||
|
||||
@timeout
|
||||
@pytest.mark.parametrize('table,exists', system_logs)
|
||||
def test_system_logs(flush_logs, table, exists):
|
||||
q = 'SELECT * FROM {}'.format(table)
|
||||
@ -50,7 +46,6 @@ def test_system_logs(flush_logs, table, exists):
|
||||
|
||||
# Logic is tricky, let's check that there is no hang in case of message queue
|
||||
# is not empty (this is another code path in the code).
|
||||
@timeout
|
||||
def test_system_logs_non_empty_queue():
|
||||
node.query('SELECT 1', settings={
|
||||
# right now defaults are the same,
|
||||
|
Loading…
Reference in New Issue
Block a user