Skip to content

ci: fix ConsistencyTwoNodeClusterTests #181

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

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

muzarski
Copy link
Collaborator

@muzarski muzarski commented Sep 26, 2024

EACH_QUORUM for Scylla

Scylla does not support EACH_QUORUM reads. The integration tests code needed to be adjusted for it.

ConsistencyTwoNodeClusterTests

Enabled this test suite (can do that thanks to the EACH_QUORUM fix).

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have enabled appropriate tests in .github/workflows/build.yml in gtest_filter.
  • I have enabled appropriate tests in .github/workflows/cassandra.yml in gtest_filter.

@muzarski muzarski self-assigned this Sep 26, 2024
@muzarski muzarski marked this pull request as draft September 26, 2024 12:45
Scylla only supports EACH_QUORUM for writes.
Apparently, Cassandra introduced support for EACH_QUORUM
reads in version 3.x. This is not true for Scylla, though - that's
why we need to expect an error from Scylla.
Thanks to the fix from the previous commit, we can enable
this test suite in CI.
@muzarski muzarski force-pushed the consistency-two-nodes-tests-fix branch from cae7e33 to 70b63de Compare September 26, 2024 13:02
@muzarski muzarski marked this pull request as ready for review September 26, 2024 13:25
@muzarski muzarski requested a review from dkropachev September 26, 2024 13:25
@muzarski muzarski merged commit cb034e3 into scylladb:master Sep 26, 2024
7 checks passed
@muzarski muzarski mentioned this pull request Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants