-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Flaky test: test_cluster_copier #30399
Copy link
Copy link
Labels
testingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI
Description
____________________________ test_copy_simple[True] ____________________________
[gw0] linux -- Python 3.8.10 /usr/bin/python3
started_cluster = <helpers.cluster.ClickHouseCluster object at 0x7f9093fcb460>
use_sample_offset = True
@pytest.mark.parametrize(('use_sample_offset'), [False, True])
def test_copy_simple(started_cluster, use_sample_offset):
if use_sample_offset:
> execute_task(started_cluster, Task1(started_cluster), ['--experimental-use-sample-offset', '1'])
test_cluster_copier/test.py:387:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_cluster_copier/test.py:377: in execute_task
task.check()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_cluster_copier.test.Task1 object at 0x7f9093dd2f40>
def check(self):
assert self.cluster.instances['s0_0_0'].query("SELECT count() FROM hits_all").strip() == "1002"
> assert self.cluster.instances['s1_0_0'].query("SELECT count() FROM hits_all").strip() == "1002"
E AssertionError: assert '927' == '1002'
E - 1002
E + 927
test_cluster_copier/test.py:109: AssertionError
| check_name | pull_request_number | check_start_time | test_status | report_url | commit_sha | test_name |
|---|---|---|---|---|---|---|
| Integration tests (asan) | 0 | 2021-10-18 22:01:32 | FLAKY | https://clickhouse-test-reports.s3.yandex.net/0/d004fd96edbc3eb63561a12b846972a3b4961372/integration_tests_(asan).html | d004fd9 | test_cluster_copier/test.py::test_copy_simple[True] |
| Integration tests (release) | 0 | 2021-10-18 20:54:39 | FLAKY | https://clickhouse-test-reports.s3.yandex.net/0/75c16b8f8924f3e397c5b2e8a4c8da8ddfd7c79e/integration_tests_(release).html | 75c16b8 | test_cluster_copier/test.py::test_copy_with_recovering[True] |
| Integration tests (asan) | 0 | 2021-10-18 13:36:04 | FLAKY | https://clickhouse-test-reports.s3.yandex.net/0/158b4c26b72c5494a831403e8f0392e30fbab386/integration_tests_(asan).html | 158b4c2 | test_cluster_copier/test.py::test_copy_with_recovering_after_move_faults[False] |
| Integration tests (release) | 0 | 2021-10-18 08:37:02 | FLAKY | https://clickhouse-test-reports.s3.yandex.net/0/158b4c26b72c5494a831403e8f0392e30fbab386/integration_tests_(release).html | 158b4c2 | test_cluster_copier/test.py::test_copy_month_to_week_partition |
| Integration tests (release) | 0 | 2021-10-18 08:37:02 | FLAKY | https://clickhouse-test-reports.s3.yandex.net/0/158b4c26b72c5494a831403e8f0392e30fbab386/integration_tests_(release).html | 158b4c2 | test_cluster_copier/test.py::test_copy_with_recovering[False] |
| Integration tests (asan) | 0 | 2021-10-18 01:08:29 | FLAKY | https://clickhouse-test-reports.s3.yandex.net/0/f032fb71f0903e181e92479803a88fb482adbec1/integration_tests_(asan).html | f032fb7 | test_cluster_copier/test.py::test_copy_month_to_week_partition_with_recovering |
| Integration tests (release) | 0 | 2021-10-17 19:02:52 | FLAKY | https://clickhouse-test-reports.s3.yandex.net/0/f4bfed9d3a7d87e596c2a264617f890a034bfbb0/integration_tests_(release).html | f4bfed9 | test_cluster_copier/test.py::test_copy_with_recovering[True] |
| Integration tests (asan) | 0 | 2021-10-17 11:13:42 | FLAKY | https://clickhouse-test-reports.s3.yandex.net/0/e1969e26933e81fbd288bc411a893ea667e5b071/integration_tests_(asan).html | e1969e2 | test_cluster_copier/test.py::test_copy_month_to_week_partition_with_recovering_after_move_faults |
| Integration tests (asan) | 0 | 2021-10-17 04:49:08 | FLAKY | https://clickhouse-test-reports.s3.yandex.net/0/0285a15aeca720c4ecccb16755b9d0bd81de0d45/integration_tests_(asan).html | 0285a15 | test_cluster_copier/test.py::test_copy_month_to_week_partition_with_recovering_after_move_faults |
| Integration tests (asan) | 0 | 2021-10-17 00:00:14 | FLAKY | https://clickhouse-test-reports.s3.yandex.net/0/0dd8c70d28ad44d0db386dd225732a5d201cfee5/integration_tests_(asan).html | 0dd8c70 | test_cluster_copier/test.py::test_copy_with_recovering[False] |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI