You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andres de la Peña (Jira)" <ji...@apache.org> on 2021/06/16 17:19:00 UTC

[jira] [Created] (CASSANDRA-16748) Assertion error in offline_tools_test.TestOfflineTools.sstableofflinerelevel_test

Andres de la Peña created CASSANDRA-16748:
---------------------------------------------

             Summary: Assertion error in offline_tools_test.TestOfflineTools.sstableofflinerelevel_test
                 Key: CASSANDRA-16748
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16748
             Project: Cassandra
          Issue Type: Bug
          Components: Test/dtest/python
            Reporter: Andres de la Peña


There is an occasional assertion error in \{{offline_tools_test.TestOfflineTools.sstableofflinerelevel_test}}:
{code:python}
        logger.debug(output)
        logger.debug(error)
    
        logger.debug(initial_levels)
        logger.debug(final_levels)
    
        # let's check sstables were promoted after releveling
>       assert max(final_levels) > 1
E       assert 1 > 1
E        +  where 1 = max([1, 1, 1, 1, 1, 1, ...])

offline_tools_test.py:217: AssertionError
 {code}
This error seems to only happen in 3.0, and it can be reproduced with the test multiplexer, for example [here|https://app.circleci.com/pipelines/github/adelapena/cassandra/589/workflows/374d302c-26a8-486c-a615-205a365f51cc/jobs/5699]. However it doesn't seem to affect more recent branches, as it can be seen in [this other run|https://app.circleci.com/pipelines/github/adelapena/cassandra/590/workflows/7ec24e4b-d3c8-48cd-ab16-d292b9e048c2/jobs/5702].



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

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