forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Test failure:
Error: Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 95.227 s <<< FAILURE! - in com.datastax.oss.driver.core.cql.PreparedStatementCachingIT
Error: com.datastax.oss.driver.core.cql.PreparedStatementCachingIT.should_invalidate_cache_entry_on_tuple_udt_change_result_set Time elapsed: 19.929 s <<< FAILURE!
org.junit.ComparisonFailure: preparedStmtCacheRemoveLatch did not trigger before timeout expected:<[tru]e> but was:<[fals]e>
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at com.datastax.oss.driver.core.cql.PreparedStatementCachingIT.invalidationTestInner(PreparedStatementCachingIT.java:274)
at com.datastax.oss.driver.core.cql.PreparedStatementCachingIT.invalidationResultSetTest(PreparedStatementCachingIT.java:195)
at com.datastax.oss.driver.core.cql.PreparedStatementCachingIT.lambda$should_invalidate_cache_entry_on_tuple_udt_change_result_set$11(PreparedStatementCachingIT.java:362)
at com.datastax.oss.driver.api.testinfra.ccm.SchemaChangeSynchronizer.withLock(SchemaChangeSynchronizer.java:33)
at com.datastax.oss.driver.core.cql.PreparedStatementCachingIT.should_invalidate_cache_entry_on_tuple_udt_change_result_set(PreparedStatementCachingIT.java:360)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
Metadata
Metadata
Assignees
Labels
No labels