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