-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
flaky testflaky test found by CIflaky test found by CI
Description
File: test_async_load_databases/test.py:336 - in test_materialized_views_cascaded_multiple
assert query("select * from test_mv.z Format CSV") == "42,2\n"
E AssertionError: assert '42,0\n' == '42,2\n'
E
E - 42,2
E ? ^
E + 42,0
E ? ^
E helpers.client.QueryRuntimeException: Client failed! Return code: 82, stderr: Received exception from server (version 25.10.1):
E Code: 82. DB::Exception: Received from 172.16.2.6:9000. DB::Exception: Database test_mv already exists.. Stack trace:
Metadata
Metadata
Assignees
Labels
flaky testflaky test found by CIflaky test found by CI