We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm thinking of using +label after each statement ok and query to do some custom extensions over the original sqllogictest syntax. An example here:
+label
statement ok
query
https://github.com/cmu-db/bustub/blob/85477ace4eb3ff6531ccfb075dbc283ff99dbdf1/test/sql/p3.14-topn.slt#L354-L359
What we can do:
+explain
+repeat:10
+ensure:plan_node
+session:name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm thinking of using
+label
after eachstatement ok
andquery
to do some custom extensions over the original sqllogictest syntax. An example here:https://github.com/cmu-db/bustub/blob/85477ace4eb3ff6531ccfb075dbc283ff99dbdf1/test/sql/p3.14-topn.slt#L354-L359
What we can do:
+explain
print the query plan+repeat:10
repeat for 10 times+ensure:plan_node
ensure there's some plan node in the plan+session:name
run this query in a given session, e.g., to test the behavior of txnThe text was updated successfully, but these errors were encountered: