David Capwell created CASSANDRA-16196:
-----------------------------------------

             Summary: Fix flaky test 
test_disk_balance_after_boundary_change_lcs - disk_balance_test.TestDiskBalance
                 Key: CASSANDRA-16196
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16196
             Project: Cassandra
          Issue Type: Bug
          Components: Test/dtest/python
            Reporter: David Capwell


https://app.circleci.com/pipelines/github/dcapwell/cassandra/622/workflows/adcd463c-156a-43c7-a9bc-7f3e4938dbe8/jobs/3514

{code}
        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
{code}

Marking as distinct issue after chat in CASSANDRA-14030



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to