Skip to content

Conversation

@ebyhr
Copy link
Member

@ebyhr ebyhr commented Apr 11, 2024

Description

Stress test result of TestCassandraConnectorTest#testTimestampPartitionKey

  • 31/100 failed before this change
  • 100/100 passed after this change

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Apr 11, 2024
@ebyhr ebyhr requested review from hashhar and wendigo April 11, 2024 04:11
@wendigo wendigo merged commit 6564e44 into trinodb:master Apr 11, 2024
@ebyhr ebyhr deleted the ebi/cassandra-fix-flaky-test branch April 11, 2024 06:35
@github-actions github-actions bot added this to the 445 milestone Apr 11, 2024

// Ensure that the currently created table is visible to other sessions (e.g. the session used in DistributedQueryRunner)
server.refreshSizeEstimates(keyspace, tableName);
// Ensure that the currently created table is visible to Trino
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this flaky because of the default of cassandra.consistency-level being ONE instead of QUORUM?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The flaky issue still remains with QUORUM as far as I confirmed locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants