Skip to content

Commit f349d26

Browse files
committed
Stop testing query if planner fails
1 parent c41b1d2 commit f349d26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bql/planner/planner_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ func TestPlannerQuery(t *testing.T) {
461461
tbl, err := plnr.Excecute(ctx)
462462
if err != nil {
463463
t.Errorf("planner.Excecute failed for query %q with error %v", entry.q, err)
464+
continue
464465
}
465466
if got, want := len(tbl.Bindings()), entry.nbs; got != want {
466467
t.Errorf("tbl.Bindings returned the wrong number of bindings for %q; got %d, want %d", entry.q, got, want)

0 commit comments

Comments
 (0)