You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yifan Cai (Jira)" <ji...@apache.org> on 2022/12/06 16:39:00 UTC

[jira] [Created] (CASSANDRA-18098) Flaky test bootstrap_test.py::test_cleanup

Yifan Cai created CASSANDRA-18098:
-------------------------------------

             Summary: Flaky test bootstrap_test.py::test_cleanup
                 Key: CASSANDRA-18098
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18098
             Project: Cassandra
          Issue Type: Bug
            Reporter: Yifan Cai


The test failed a few times in the recent CI runs. For example, this log captures a recent failure. 


{code:plain}
20:02:01,364 ccm INFO node1: using Java 11 for the current invocation
20:02:02,679 bootstrap_test ERROR ---
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data0/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-1-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data0/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-4-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data0/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-7-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data0/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-10-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data0/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-13-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data1/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-2-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data1/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-5-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data1/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-8-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data1/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-11-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data1/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-14-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data2/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-3-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data2/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-6-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data2/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-9-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data2/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-12-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data2/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-15-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data2/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-16-big-Data.db
20:02:02,679 bootstrap_test ERROR /tmp/dtest-8kcle23s/test/node1/data2/keyspace1/standard1-e36da130727b11edb08827a767e354f3/nb-17-big-Data.db
20:02:02,679 bootstrap_test ERROR Current count is 17, basecount was 15
-- generated xml file: /tmp/results/dtests/pytest_result_j11_with_vnodes.xml ---
===Flaky Test Report===

test_materialized_views_auth passed 1 out of the required 1 times. Success!
test_cleanup failed and was not selected for rerun.
	<class 'AssertionError'>
	assert not True
 +  where True = <bound method Event.is_set of <threading.Event object at 0x7f071d43cba8>>()
 +    where <bound method Event.is_set of <threading.Event object at 0x7f071d43cba8>> = <threading.Event object at 0x7f071d43cba8>.is_set
	[<TracebackEntry /home/cassandra/cassandra-dtest/bootstrap_test.py:912>]
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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