Skip to content

test_system_replicated_fetches is flaky (suppressed) #45435

@qoega

Description

@qoega

https://s3.amazonaws.com/clickhouse-test-reports/0/85f32d8f4a6a88f24e923ea13238840aac21a25c/integration_tests__tsan__[2/4].html

test_system_replicated_fetches/test.py::test_system_replicated_fetches

>           assert (
                elem["bytes_read_compressed"] <= elem["total_size_bytes_compressed"]
            ), "Bytes read ({}) more than total bytes ({}). It's a bug".format(
                elem["bytes_read_compressed"], elem["total_size_bytes_compressed"]
            )
E           AssertionError: Bytes read (1052798552.0) more than total bytes (1052783734.0). It's a bug
E           assert 1052798552.0 <= 1052783734.0

FYI cc:@alesapin you added this check

Metadata

Metadata

Assignees

Labels

disabled testA flaky/broken test that was disabled/suppressedflaky testflaky test found by CItestingSpecial issue with list of bugs found by CI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions