[ 
https://issues.apache.org/jira/browse/CASSANDRA-18393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708337#comment-17708337
 ] 

Andres de la Peña commented on CASSANDRA-18393:
-----------------------------------------------

I have reproduced similar failures on different tests of the 
{{InsertUpdateIfConditionTest}} suite with:
{code:java}
.circleci/generate.sh -p \
  -e REPEATED_UTESTS_COUNT=5000 \
  -e 
REPEATED_UTESTS=org.apache.cassandra.cql3.validation.operations.InsertUpdateIfConditionCollectionsTest
{code}
[https://app.circleci.com/pipelines/github/adelapena/cassandra/2781/workflows/7a030663-5cbb-4f60-847b-6f6015a57448]
[https://app.circleci.com/pipelines/github/adelapena/cassandra/2782/workflows/a5a3edf7-fb9b-48f8-a8a7-c5a13e683c8a]

It seems the issue is not exclusive to {{testConditionalUpdate}} but to the 
common initialization done at {{{}InsertUpdateIfConditionTest#before{}}}. I'll 
try to bisect to see when it started to fail.
 

> Flaky test: 
> org.apache.cassandra.cql3.validation.operations.InsertUpdateIfConditionTest.testConditionalUpdate[1:
>  clusterMinVersion=3.11]-compression.jdk1.8 on trunk
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-18393
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18393
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/unit
>            Reporter: Josh McKenzie
>            Priority: Normal
>
> Failed 1 times in the last 1 runs. Flakiness: 0%, Stability: 0%
> {code}
> Error Message
> 5.0.0-SNAPSHOT boolean:false
> Stacktrace
> junit.framework.AssertionFailedError: 5.0.0-SNAPSHOT boolean:false
>       at 
> org.apache.cassandra.cql3.validation.operations.InsertUpdateIfConditionTest.lambda$data$1(InsertUpdateIfConditionTest.java:70)
>       at 
> org.apache.cassandra.cql3.validation.operations.InsertUpdateIfConditionTest.beforeSetup(InsertUpdateIfConditionTest.java:95)
>       at 
> org.apache.cassandra.cql3.validation.operations.InsertUpdateIfConditionTest.before(InsertUpdateIfConditionTest.java:89)
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to