You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Marcus Eriksson (JIRA)" <ji...@apache.org> on 2018/07/27 16:18:00 UTC

[jira] [Updated] (CASSANDRA-14602) [dtest] test_sstableofflinerelevel - offline_tools_test.TestOfflineTools

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

Marcus Eriksson updated CASSANDRA-14602:
----------------------------------------
    Reviewer: Jason Brown
      Status: Patch Available  (was: Open)

patch to make sure we only get a single sstable in the first assert here: https://github.com/krummas/cassandra-dtest/commits/marcuse/14602 - ran 30 times locally and passed every time

test run against 3.0: https://circleci.com/gh/krummas/cassandra/tree/marcuse%2F14602

> [dtest] test_sstableofflinerelevel - offline_tools_test.TestOfflineTools
> ------------------------------------------------------------------------
>
>                 Key: CASSANDRA-14602
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14602
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Jason Brown
>            Assignee: Marcus Eriksson
>            Priority: Minor
>              Labels: dtest
>
> consistently failing dtest on 3.0 (no other branches). Output from pytest:
> {noformat}
>         output, _, rc = node1.run_sstableofflinerelevel("keyspace1", "standard1")
> >       assert re.search("L0=1", output)
> E       AssertionError: assert None
> E        +  where None = <function search at 0x7f99afffbe18>('L0=1', 'New leveling: \nL0=0\nL1 10\n')
> E        +    where <function search at 0x7f99afffbe18> = re.search
> offline_tools_test.py:160: AssertionError
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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