[ 
https://issues.apache.org/jira/browse/CASSANDRA-16748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brandon Williams updated CASSANDRA-16748:
-----------------------------------------
       Complexity: Normal
    Discovered By: User Report
         Severity: Normal
           Status: Open  (was: Triage Needed)

> 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
>            Priority: Normal
>             Fix For: 3.0.x
>
>
> 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.20.10#820010)

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

Reply via email to