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

MaterializedViewMetadataTestComplex.test_metadata_with_quoted_identifiers is failing across the board #61

Open
fruch opened this issue Jun 29, 2023 · 1 comment
Assignees

Comments

@fruch
Copy link
Contributor

fruch commented Jun 29, 2023

MaterializedViewMetadataTestComplex.test_metadata_with_quoted_identifiers started failing with:

cassandra.InvalidRequest: Error from server: code=2200 [Invalid query] message="The IS NOT NULL restriction is allowed only columns which are part of the view's primary key, found columns: the Value. The flag strict_is_not_null_in_views can be used to turn this error into a warning, or to silence it. (true - error, warn - warning, false - silent)"

it's cause of a recent change in scylla master

there are few options to handle:

  1. skip this test across all versions
  2. patch all versions to pass strict_is_not_null_in_views: warn to scylla yaml for this test

I think 2 is better, since we'll need to fix this also on pyton-driver itself.

@fruch
Copy link
Contributor Author

fruch commented Dec 26, 2023

was addressed by @k0machi already

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

No branches or pull requests

2 participants