MCPcopy Create free account
hub / github.com/bytebase/bytebase / TestPGSplitSQL

Function TestPGSplitSQL

backend/plugin/parser/pg/split_test.go:14–18  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

12)
13
14func TestPGSplitSQL(t *testing.T) {
15 base.RunSplitTests(t, "test-data/test_split.yaml", base.SplitTestOptions{
16 SplitFunc: SplitSQL,
17 })
18}
19
20func TestPGSplitSQLLargeInsertScriptScalesLinearly(t *testing.T) {
21 const rowCount = 2000

Callers

nothing calls this directly

Calls 1

RunSplitTestsFunction · 0.92

Tested by

no test coverage detected