Skip to content

Commit

Permalink
test: add CTE plan tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Oct 24, 2023
1 parent 4b740a4 commit 1103e2f
Show file tree
Hide file tree
Showing 3 changed files with 1,831 additions and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/vtgate/planbuilder/plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func TestPlan(t *testing.T) {
testFile(t, "reference_cases.json", testOutputTempDir, vschemaWrapper, false)
testFile(t, "vexplain_cases.json", testOutputTempDir, vschemaWrapper, false)
testFile(t, "misc_cases.json", testOutputTempDir, vschemaWrapper, false)
testFile(t, "cte_cases.json", testOutputTempDir, vschemaWrapper, false)
}

// TestForeignKeyPlanning tests the planning of foreign keys in a managed mode by Vitess.
Expand Down
Loading

0 comments on commit 1103e2f

Please sign in to comment.