Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness - Test Failure
-
Normal
-
Normal
-
Unit Test
-
All
-
None
-
Description
error_message = '' if 'error_message' not in kwargs else kwargs['error_message'] assert vmin > vmax * (1.0 - error) or vmin == vmax, \ > "values not within {:.2f}% of the max: {} ({})".format(error * 100, args, error_message) E AssertionError: values not within 10.00% of the max: (8022760, 9192165, 4575645, 9235566, 9091014) (node2) tools/assertions.py:206: AssertionError
Marking as distinct issue after chat in CASSANDRA-14030
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-18947 Test failure: dtest-novnode.disk_balance_test.TestDiskBalance.test_disk_balance_stress
- Resolved