[ https://issues.apache.org/jira/browse/CASSANDRA-17463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ekaterina Dimitrova updated CASSANDRA-17463: -------------------------------------------- Complexity: Normal Discovered By: User Report Severity: Normal Status: Open (was: Triage Needed) > Test Failure: > org.apache.cassandra.db.SinglePartitionSliceCommandTest.testPartitionDeletionRowDeletionTie > --------------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-17463 > URL: https://issues.apache.org/jira/browse/CASSANDRA-17463 > Project: Cassandra > Issue Type: Bug > Components: Test/unit > Reporter: Andres de la Peña > Priority: Normal > Fix For: 4.1-beta > > > Intermittent failure on > {{org.apache.cassandra.db.SinglePartitionSliceCommandTest#testPartitionDeletionRowDeletionTie}} > for trunk: > https://ci-cassandra.apache.org/job/Cassandra-trunk/1015/testReport/org.apache.cassandra.db/SinglePartitionSliceCommandTest/testPartitionDeletionRowDeletionTie_2/ > {code} > Error Message > Expected [Row[info=[ts=11] ]: c=1 | [v=1 ts=11]] but got [Row[info=[ts=11] > del=deletedAt=10, localDeletion=1647395476 ]: c=1 | [v=1 ts=11]] expected: > java.util.ArrayList<[[[v=1 ts=11]]]> but was: java.util.ArrayList<[[[v=1 > ts=11]]]> > Stacktrace > junit.framework.AssertionFailedError: Expected [Row[info=[ts=11] ]: c=1 | > [v=1 ts=11]] but got [Row[info=[ts=11] del=deletedAt=10, > localDeletion=1647395476 ]: c=1 | [v=1 ts=11]] expected: > java.util.ArrayList<[[[v=1 ts=11]]]> but was: java.util.ArrayList<[[[v=1 > ts=11]]]> > at > org.apache.cassandra.db.SinglePartitionSliceCommandTest.testPartitionDeletionRowDeletionTie(SinglePartitionSliceCommandTest.java:395) > at > java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > Standard Output > INFO [main] 2022-03-16 01:57:57,447 YamlConfigurationLoader.java:103 - > Configuration location: > file:/home/cassandra/cassandra/test/conf/cassandra.yaml > DEBUG [main] 2022-03-16 01:57:57,452 YamlConfigurationLoader.java:124 - > Loading settings from file:/home/cassandra/cassandra/test/conf/cassandra.yaml > INFO [main] 2022-03-16 01:57:57,634 Config.java:1119 - Node > configuration:[allocate_tokens_for_keyspace=null; > allocate_tokens_for_local_replication_factor=null; > allow_extra_insecure_udfs=false; all > ...[truncated 192994 chars]... > ild/test/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/nb-37-big-Data.db:level=0, > ] > DEBUG [MemtableFlushWriter:2] 2022-03-16 01:58:04,313 > ColumnFamilyStore.java:1249 - Flushed to > [BigTableReader(path='/home/cassandra/cassandra/build/test/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/nb-40-big-Data.db')] > (1 sstables, 4.976KiB), biggest 4.976KiB, smallest 4.976KiB > INFO [main] 2022-03-16 01:58:04,314 ColumnFamilyStore.java:2444 - Truncate > of ks.tbl_slices is complete > {code} > Failures can also be hit with CircleCI test multiplexer: > https://app.circleci.com/pipelines/github/adelapena/cassandra/1387/workflows/0f37a726-1dc2-4584-86f9-e99ecc40f551 > CircleCI results show failures on three separate assertions, with a ~3% > flakiness for the entire suite. > The same test looks ok in 4.0, as suggested by Butler and this repeated > Circle run. -- This message was sent by Atlassian Jira (v8.20.7#820007) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org