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

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

Just started some repeated runs for the new/updated PRs:
||Test||4.0||4.1||trunk||
|o.a.c.schema.SchemaTest                        
|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2057/workflows/25bfbad2-1710-4fc3-b320-e030441bf300]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2061/workflows/6d2cf627-9998-429e-bffb-002146978c05]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2065/workflows/93d58e23-e716-4ef6-94bf-c889b7991fde]|
|o.a.c.distributed.test.SchemaTest              
|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2058/workflows/75741ce6-3948-4ac4-912b-15b275159a8a]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2062/workflows/182c46bf-8558-4dd4-bd5f-df803a596d19]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2066/workflows/c01f38e3-2563-4d27-8bd4-ee2d942769a1]|
|o.a.c.distributed.test.MigrationCoordinatorTest|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2059/workflows/0b7fe946-6703-4ec6-b591-9ff4b1bef955]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2063/workflows/8ec55afa-14f7-4dcf-8dda-ea079500dd38]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2067/workflows/4540dbad-2008-47c0-bb65-f1b13c00cbbb]|
|o.a.c.distributed.test.JMXGetterCheckTest      | 
|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2064/workflows/c4c370d9-0d0a-4494-8759-0cd69a301ea4]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/2068/workflows/1c3f4891-d335-49f2-b441-b71c8ae254a9]|

> Test failure: org.apache.cassandra.distributed.test.SchemaTest.schemaReset
> --------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17819
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17819
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/java
>            Reporter: Andres de la Peña
>            Assignee: Jacek Lewandowski
>            Priority: Normal
>             Fix For: 4.1-beta, 4.x
>
>          Time Spent: 5.5h
>  Remaining Estimate: 0h
>
> The test 
> {{{}org.apache.cassandra.distributed.test.SchemaTest.schemaReset{}}}, 
> recently introduced by CASSANDRA-17658, is flaky on 4.1 and trunk:
>  * 4.1: 
> [https://ci-cassandra.apache.org/job/Cassandra-4.1/134/testReport/org.apache.cassandra.distributed.test/SchemaTest/schemaReset_2/]
>  * trunk: 
> [https://ci-cassandra.apache.org/job/Cassandra-trunk/1265/testReport/org.apache.cassandra.distributed.test/SchemaTest/schemaReset_2/]
> {code:java}
> Error Message
> Condition with lambda expression in 
> org.apache.cassandra.distributed.test.SchemaTest that uses 
> org.apache.cassandra.distributed.Cluster was not fulfilled within 1 minutes.
> Stacktrace
> org.awaitility.core.ConditionTimeoutException: Condition with lambda 
> expression in org.apache.cassandra.distributed.test.SchemaTest that uses 
> org.apache.cassandra.distributed.Cluster was not fulfilled within 1 minutes.
>       at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:165)
>       at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
>       at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
>       at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:895)
>       at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:864)
>       at 
> org.apache.cassandra.distributed.test.SchemaTest.schemaReset(SchemaTest.java:115)
>       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] <main> 2022-08-15 15:02:14,783 Reflections.java:219 - 
> Reflections took 1873 ms to scan 8 urls, producing 1754 keys and 6912 values
> INFO  [main] <main> 2022-08-15 15:02:16,407 Reflections.java:219 - 
> Reflections took 1561 ms to scan 8 urls, producing 1754 keys and 6912 values
> Node id topology:
> node 1: dc = datacenter0, rack = rack0
> node 2: dc = datacenter0, rack = rack0
> Configured node count: 2, nodeIdTopology size: 2
> DEBUG [main] node1 2022-08-15 15:02:17,554 InternalLoggerFactory.ja
> ...[truncated 1761288 chars]...
> cutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
>       at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>       at 
> io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
>       at java.lang.Thread.run(Thread.java:748)
> INFO  [node2_isolatedExecutor:3] node2 2022-08-15 15:03:52,096 
> MessagingService.java:519 - Waiting for messaging service to quiesce
> {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