Skip to content

Commit

Permalink
chore: remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
earayu committed Dec 19, 2024
1 parent 9518b0d commit 01c9c04
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -807,12 +807,6 @@ func testScheduler(t *testing.T) {
dropT4Statement = `
DROP TABLE IF EXISTS t4_test
`
//alterExtraColumn = `
// ALTER TABLE t1_test ADD COLUMN extra_column int NOT NULL DEFAULT 0
//`
//createViewDependsOnExtraColumn = `
// CREATE VIEW t1_test_view AS SELECT id, extra_column FROM t1_test
//`
)

testReadTimestamp := func(t *testing.T, uuid string, timestampColumn string) (timestamp string) {
Expand Down

0 comments on commit 01c9c04

Please sign in to comment.