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

fixed merge error that changed expected result string #1615

Merged
merged 2 commits into from Feb 3, 2022

Conversation

jeffreyscarpenter
Copy link
Collaborator

fix test broken by merge error

@tatu-at-datastax
Copy link
Collaborator

@jeffreyscarpenter I think this must be changed to use regexp. Cassandra 4.0 gives:

"Bad request: A user type with name 'udt1' already exists"

vs 3.11 (against which local tests run)

Bad request: A user type of name KEYSPACE.TABLENAME already exists

so I'd probably only look for "udt1" and "already exists" as either chained ".contains()" or regexp.

@jeffreyscarpenter jeffreyscarpenter merged commit 47586ea into v2.0.0 Feb 3, 2022
@jeffreyscarpenter jeffreyscarpenter deleted the v2/jeff/fix-rest-schema-test branch February 3, 2022 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants