Skip to content

Add SQLLogicTest for Robust#17

Merged
JP-Reddy merged 3 commits into
robust-sql:mainfrom
jianhongshi123:sql_test
Jul 8, 2026
Merged

Add SQLLogicTest for Robust#17
JP-Reddy merged 3 commits into
robust-sql:mainfrom
jianhongshi123:sql_test

Conversation

@jianhongshi123

Copy link
Copy Markdown
Contributor

Fixes #13.

This PR adds a basic SQLLogicTest suite for Robust:

  • test/sql/correctness.test: checks that several representative join shapes return the expected results across Robust setting combinations.
  • test/sql/plan_positive.test: checks that Robust filter operators are inserted for several eligible joins across Robust setting combinations.
  • test/sql/plan_negative.test: checks that Robust filter operators are not inserted for serveral ineligible plans across Robust setting combinations.

@JP-Reddy

JP-Reddy commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

can you fix the format check errors? Instructions are mentioned in the logs.

@JP-Reddy

JP-Reddy commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

looks good, thanks!

@JP-Reddy JP-Reddy merged commit 0827cfa into robust-sql:main Jul 8, 2026
10 of 12 checks passed
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

Successfully merging this pull request may close these issues.

Add a basic SQLLogicTest suite

2 participants