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

Function TestQueryEmptyPool

service/handlers_test.go:35–39  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

33}
34
35func TestQueryEmptyPool(t *testing.T) {
36 _, conn := newCore(t)
37 conn.TestPoolPost(api.PoolPostRequest{Name: "test"})
38 assert.Equal(t, "", conn.TestQuery("from test"))
39}
40
41func TestQueryAggregateReverse(t *testing.T) {
42 src := `

Callers

nothing calls this directly

Calls 4

newCoreFunction · 0.85
TestPoolPostMethod · 0.80
TestQueryMethod · 0.80
EqualMethod · 0.45

Tested by

no test coverage detected