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

Method TestPoolStats

service/client_test.go:30–34  ·  view source on GitHub ↗
(id ksuid.KSUID)

Source from the content-addressed store, hash-verified

28}
29
30func (c *testClient) TestPoolStats(id ksuid.KSUID) exec.PoolStats {
31 r, err := c.Connection.PoolStats(c.Context(), id)
32 require.NoError(c, err)
33 return r
34}
35
36func (c *testClient) TestPoolGet(id ksuid.KSUID) (config pools.Config) {
37 remote := dbapi.NewRemoteDB(c.Connection)

Callers 2

TestPoolStatsFunction · 0.80
TestPoolStatsNoDataFunction · 0.80

Calls 2

PoolStatsMethod · 0.80
ContextMethod · 0.80

Tested by

no test coverage detected