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

Function TestIntegrationQueryPlans

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

Source from the content-addressed store, hash-verified

710
711func TestImdbQueryPlans(t *testing.T) {
712 t.Skip("myduckserver has different query plans")
713 indexBehaviors := []*indexBehaviorTestParams{
714 {"nativeIndexes", nil, true},
715 }
716
717 for _, indexInit := range indexBehaviors {
718 t.Run(indexInit.name, func(t *testing.T) {
719 harness := NewDuckHarness(indexInit.name, 1, 1, indexInit.nativeIndexes, indexInit.driverInitializer)
720 enginetest.TestImdbPlans(t, harness)
721 })
722 }
723}
724
725func TestTpccQueryPlans(t *testing.T) {
726 t.Skip("myduckserver has different query plans")
727 indexBehaviors := []*indexBehaviorTestParams{

Callers

nothing calls this directly

Calls 2

NewDuckHarnessFunction · 0.85
RunMethod · 0.45

Tested by

no test coverage detected