fix: flaky test_extreme_integer_values
Summary
- fix: flaky test_extreme_integer_values
This test is flaky due to vhsard rebalancing, so migrating to global
tables resolves the issue, since we don't use vshard for them. However,
after this migration one of the pytest.raises
blocks's been failed,
as turned out, because u64::max value cannot be inserted in global tables.
We decided to don't fix this problem in this commit, so this check
was removed from the test and a new issue was added.
New issue: #1216
- Close #1214 (closed)
- Cherry-pick to: none
- Docs follow-up: not necessary
[ ] Changelog is updated
Edited by Maksim Kaitmazian
Merge request reports
Activity
added testing label
requested review from @d.rodionov
assigned to @UngiftedPoet
added 6 commits
-
74c4f5e7...43b6a935 - 5 commits from branch
master
- 1f8448e7 - fix: flaky test_extreme_integer_values
-
74c4f5e7...43b6a935 - 5 commits from branch
Please register or sign in to reply