[
https://issues.apache.org/jira/browse/CASSJAVA-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Konstantinov moved CASSANDRA-20731 to CASSJAVA-104:
----------------------------------------------------------
Component/s: Tests
(was: Client/java-driver)
Impacts: (was: None)
Key: CASSJAVA-104 (was: CASSANDRA-20731)
Platform: (was: All)
Project: Apache Cassandra Java driver (was: Apache Cassandra)
> Fix Flaky Tests
> ---------------
>
> Key: CASSJAVA-104
> URL: https://issues.apache.org/jira/browse/CASSJAVA-104
> Project: Apache Cassandra Java driver
> Issue Type: Improvement
> Components: Tests
> Reporter: Jane He
> Assignee: Jane He
> Priority: Normal
>
> Investigating flaky tests
> # `MetricsITBase.should_evict_down_node_metrics_when_timeout_fires` and
> `MetricsITBase.should_not_evict_down_node_metrics_when_node_is_back_up_before_timeout`
> lambda not satisfied.
> ## Suspect: the timeout threshold is not tolerant enough.
> ## Fix: Raise timeout thresholds.
> # `PreparedStatementCachingIT` Latch not triggered before time out
> ## Suspect: the interval is not tolerant enough. Schema change statements
> tend to take a long time to execute.
> ## Fix: `session.checkSchemaAgreement();` before assertions
> # `UdtCodecIT``Query timed out after PT10S`
> ## Suspect: "CREATE TABLE" and "CREATE TYPE" timeout threshold not tolerant
> enough.
> ## Fix: raise timeout threshold.
> # `OsgiShadedIT.test_shaded`
> `com.datastax.oss.driver.api.osgi.service.MailboxService not found by
> PAXEXAM-PROBE-e72f8dd5-3084-4c86-9382-ca8b45cf1a68 [31]`
> ## Suspect: dependency resolution problem
> ## Fix: add start levels to bundle options
> # `AddedNodeIT.should_signal_and_create_pool_when_node_gets_added`
> `TypeError: Cluster.getNodeClass() got an unexpected keyword argument
> 'binary_interface'`
> ## Suspect: a bug in datastax/ccm, it was fixed
> [here|https://github.com/apache/cassandra-ccm/commit/cbf0fd0ccb76d7a419763d10e806d73483a17c73]
> ## Fix: build and publish a new docker image with the updated ccm.
> # `DefaultReactiveResultSetIT` query time out after PT10S
> ## Suspect: "DROP TABLE" timeout not tolerant enough
> ## Fix: raise timeout threshold
> # `UuidsTest.should_generate_unique_random_uuids_Random`
> should_generate_unique_random_uuids_Random`
> ## I couldn't figure out why. It does not fail that much anyway.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]