MCPcopy Create free account
hub / github.com/apecloud/myduckserver / TestJoinStats

Function TestJoinStats

main_test.go:420–427  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

418 "SELECT_COT(i)_from_mytable_order_by_i_limit_1")
419
420 panicQueries := []string{}
421
422 harness.QueriesToSkip(notApplicableQueries...)
423 harness.QueriesToSkip(undefinedOrderQueries...)
424 harness.QueriesToSkip(waitForFixQueries...)
425 harness.QueriesToSkip(panicQueries...)
426 enginetest.TestQueries(t, harness)
427}
428
429func useMySQLCompatibilityVersionExpectations(t *testing.T) {
430 t.Helper()

Callers

nothing calls this directly

Calls 2

NewDefaultDuckHarnessFunction · 0.85
IsUsingServerMethod · 0.80

Tested by

no test coverage detected