Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky TestCassandraConnectorTest #21696

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Apr 24, 2024

Description

Ran stress tests locally.
Fixes #21247

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 24, 2024
@ebyhr ebyhr force-pushed the ebi/cassandra-flaky-test branch from 84e09b1 to eb24cb0 Compare April 24, 2024 23:38
@Override // Override because some tests (e.g. testKeyspaceNameAmbiguity) cause column listing failure
public void testShowInformationSchemaTables()
{
executeExclusively(super::testShowInformationSchemaTables);
Copy link
Member Author

Choose a reason for hiding this comment

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

@ebyhr ebyhr force-pushed the ebi/cassandra-flaky-test branch from eb24cb0 to 84d3dea Compare April 24, 2024 23:45
@ebyhr ebyhr merged commit 476b95d into trinodb:master Apr 25, 2024
19 checks passed
@ebyhr ebyhr deleted the ebi/cassandra-flaky-test branch April 25, 2024 08:47
@findepi
Copy link
Member

findepi commented Apr 25, 2024

thank you!

@github-actions github-actions bot added this to the 446 milestone Apr 25, 2024
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.

Flaky test TestCassandraConnectorTest.testSelectInformationSchemaColumns, testSelectInformationSchemaTables
3 participants