-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: update kvtrace logictest option to accept parameters #45952
Conversation
ecdc04b
to
7726fd2
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.
Very cool!
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @jordanlewis)
cc @jordanlewis can you take a look at this? |
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.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @jordanlewis)
bors r=jordanlewis |
Build failed (retrying...) |
Build failed |
The kvtrace logictest option now accepts parameters to filter the results by. These parameters include operation type and prefix the k/v's in the operation. This PR also a bulk of the secondary_index_column_families logictest to demonstrate the use of the new feature. Release justification: non-production code change Release note: None
bors r=jordanlewis |
Build succeeded |
The kvtrace logictest option now accepts parameters
to filter the results by. These parameters include
operation type and prefix the k/v's in the operation.
This PR also a bulk of the secondary_index_column_families
logictest to demonstrate the use of the new feature.
Release justification: non-production code change
Release note: None