Skip to content

Commit

Permalink
Merge pull request ClickHouse#73505 from ClickHouse/rmv-flaky-test-fixes
Browse files Browse the repository at this point in the history
RMV tests: fix flaky `test_real_wait_refresh`
  • Loading branch information
fm4v authored Dec 18, 2024
2 parents bde0c51 + 4a0617d commit 33f3db7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_refreshable_mat_view/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ def test_real_wait_refresh(

assert rmv2["exception"] is None
assert rmv2["status"] in ["Scheduled", "Running"]
assert rmv2["last_success_time"] == rmv["next_refresh_time"]
assert rmv2["last_refresh_time"] == rmv["next_refresh_time"]
assert rmv2["retry"] == 0
assert rmv2["read_rows"] == 2
Expand Down

0 comments on commit 33f3db7

Please sign in to comment.