MCPcopy Create free account
hub / github.com/brimdata/super / TestZtestSuperSQL

Function TestZtestSuperSQL

compiler/parser/parser_test.go:80–86  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

78}
79
80func TestZtestSuperSQL(t *testing.T) {
81 queries, err := searchForSuperSQL()
82 require.NoError(t, err)
83 for _, q := range queries {
84 testQuery(t, q)
85 }
86}
87
88func TestInvalid(t *testing.T) {
89 file, err := fs.Open("invalid.spq")

Callers

nothing calls this directly

Calls 2

searchForSuperSQLFunction · 0.85
testQueryFunction · 0.85

Tested by

no test coverage detected