Andres de la Peña created CASSANDRA-18890:
---------------------------------------------
Summary: Test failure:
org.apache.cassandra.repair.ConcurrentIrWithPreviewFuzzTest
Key: CASSANDRA-18890
URL: https://issues.apache.org/jira/browse/CASSANDRA-18890
Project: Cassandra
Issue Type: Bug
Components: Test/unit
Reporter: Andres de la Peña
The unit test {{org.apache.cassandra.repair.ConcurrentIrWithPreviewFuzzTest}}
is flaky in both 5.0 and trunk:
*
https://app.circleci.com/pipelines/github/adelapena/cassandra/3222/workflows/ecfca708-f183-429e-80e5-b2bfea8d25a0/jobs/80292/tests
*
https://app.circleci.com/pipelines/github/adelapena/cassandra/3221/workflows/bb777ac0-6263-4d6e-aa54-35d6928e1e9b/jobs/80294
{code}
junit.framework.AssertionFailedError: Property error detected:
Seed = 3695691971125975155
Examples = 2
Pure = false
Error: property test did not complete within PT1M
Values:
at accord.utils.Property$Common.checkWithTimeout(Property.java:115)
at accord.utils.Property$SingleBuilder.check(Property.java:223)
at accord.utils.Property$ForBuilder.check(Property.java:124)
at
org.apache.cassandra.repair.ConcurrentIrWithPreviewFuzzTest.concurrentIrWithPreview(ConcurrentIrWithPreviewFuzzTest.java:46)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
{code}
Flakiness is around 6%. The CircleCI runs above have been generated with:
{code}
.circleci/generate.sh -p -s \
-e
REPEATED_UTESTS=org.apache.cassandra.repair.ConcurrentIrWithPreviewFuzzTest \
-e REPEATED_UTESTS_COUNT=500
{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]