-
Notifications
You must be signed in to change notification settings - Fork 8.3k
test_system_replicated_fetches is flaky (suppressed) #45435
Copy link
Copy link
Closed
Labels
disabled testA flaky/broken test that was disabled/suppressedA flaky/broken test that was disabled/suppressedflaky testflaky test found by CIflaky test found by CItestingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
disabled testA flaky/broken test that was disabled/suppressedA flaky/broken test that was disabled/suppressedflaky testflaky test found by CIflaky test found by CItestingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI