-
Notifications
You must be signed in to change notification settings - Fork 22
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
CNDB-12041: Add missing check of guardrail sai_sstable_indexes_per_query #1501
base: CNDB-12154
Are you sure you want to change the base?
Conversation
CC @djatnieks |
I saw this error in the first PR build, so I restarted it again:
|
Quality Gate passedIssues Measures |
❌ Build ds-cassandra-pr-gate/PR-1501 rejected by Butler60 new test failure(s) in 1 builds Found 60 new test failuresShowing only first 15 new test failures
No known test failures found |
ed97f5d
to
9ed6534
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With these changes GuardrailNonPartitionRestrictedQueryTest
passes when run locally.
I think the changes are good, but the build seems stuck, so I'll cancel/restart it. I'll quickly review the results when the build finishes and then plan to merge into |
Adds the missing check call to the
sai_sstable_indexes_per_query
guardrail.GuardrailNonPartitionRestrictedQueryTest
was failing because of this.I have added a temporary commit replacing the usage of
bigint
byint
in the test so we can avoid the encoding error while we validate the guardrail. We shouldn't merge that change.Checklist before you submit for review
NoSpamLogger
for log lines that may appear frequently in the logs