Skip to content

Test timeout: TestMoveWithVarcharPK #834

Description

@morgo
test-1           | panic: test timed out after 10m0s
test-1           | 	running tests:
test-1           | 		TestMoveWithVarcharPK (9m30s)
test-1           | 		TestMoveWithVarcharPK/force-enable-buffered-map (9m4s)
test-1           | 
test-1           | goroutine 198376 [running]:
test-1           | testing.(*M).startAlarm.func1()
test-1           | 	/usr/local/go/src/testing/testing.go:2802 +0x605
test-1           | created by time.goFunc
test-1           | 	/usr/local/go/src/time/sleep.go:215 +0x45
test-1           | 
test-1           | goroutine 1 [chan receive, 9 minutes]:
test-1           | testing.(*T).Run(0xc000162908, {0x10f8aed, 0x15}, 0x1138598)
test-1           | 	/usr/local/go/src/testing/testing.go:2109 +0xb3e
test-1           | testing.runTests.func1(0xc000162908)
test-1           | 	/usr/local/go/src/testing/testing.go:2585 +0x85
test-1           | testing.tRunner(0xc000162908, 0xc0003319c8)
test-1           | 	/usr/local/go/src/testing/testing.go:2036 +0x21d
test-1           | testing.runTests({0x10fb11e, 0x17}, {0x1105986, 0x20}, 0xc0000163c0, {0x203c040, 0xf, 0xf}, {0xc27866a3306c3951, 0x8bb342e699, ...})
test-1           | 	/usr/local/go/src/testing/testing.go:2583 +0x9ea
test-1           | testing.(*M).Run(0xc00011fa40)
test-1           | 	/usr/local/go/src/testing/testing.go:2443 +0xf4c
test-1           | go.uber.org/goleak.VerifyTestMain({0x1141d00, 0xc00011fa40}, {0x0, 0x0, 0x0})
test-1           | 	/go/pkg/mod/go.uber.org/goleak@v1.3.0/testmain.go:53 +0x65
test-1           | github.com/block/spirit/pkg/move.TestMain(...)
test-1           | 	/app/pkg/move/move_test.go:23
test-1           | main.main()
test-1           | 	_testmain.go:76 +0x1d4
test-1           | 
test-1           | goroutine 12003 [runnable]:
test-1           | regexp/syntax.(*compiler).compile(0xc0070b5bb8, 0xc0025e92d0)
test-1           | 	/usr/local/go/src/regexp/syntax/compile.go:89 +0x28db
test-1           | regexp/syntax.(*compiler).compile(0xc0070b5bb8, 0xc0025e9340)
test-1           | 	/usr/local/go/src/regexp/syntax/compile.go:147 +0x213c
test-1           | regexp/syntax.Compile(0xc0025e9340)
test-1           | 	/usr/local/go/src/regexp/syntax/compile.go:74 +0x1fb
test-1           | regexp.compile({0x10eab5f, 0xa}, 0xd4, 0x0)
test-1           | 	/usr/local/go/src/regexp/regexp.go:176 +0xb9
test-1           | regexp.Compile(...)
test-1           | 	/usr/local/go/src/regexp/regexp.go:131
test-1           | regexp.MustCompile({0x10eab5f, 0xa})
test-1           | 	/usr/local/go/src/regexp/regexp.go:311 +0x49
test-1           | database/sql.(*DB).retry(0x68?, 0xc0097b5dc8)
test-1           | 	/usr/local/go/src/database/sql/sql.go:1576 +0x4b
test-1           | database/sql.(*DB).ExecContext(0xc000319c70, {0x1148770, 0xc00047ec30}, {0xc00215d490, 0x68}, {0xc0097b5f20, 0x1, 0x1})
test-1           | 	/usr/local/go/src/database/sql/sql.go:1671 +0x185
test-1           | github.com/block/spirit/pkg/move.varcharPKWriteOne({0x1148770, 0xc00047ec30}, 0xc000319c70, {0xc001604090, 0x17})
test-1           | 	/app/pkg/move/runner_test.go:564 +0x168
test-1           | github.com/block/spirit/pkg/move.testMoveWithVarcharPK.func1()
test-1           | 	/app/pkg/move/runner_test.go:517 +0x97
test-1           | sync.(*WaitGroup).Go.func1()
test-1           | 	/usr/local/go/src/sync/waitgroup.go:258 +0x4a
test-1           | created by sync.(*WaitGroup).Go in goroutine 12003
test-1           | 	/usr/local/go/src/sync/waitgroup.go:238 +0x73
test-1           | 
test-1           | goroutine 9979 [chan receive, 9 minutes]:
test-1           | testing.(*T).Run(0xc000456008, {0x10fd8e9, 0x19}, 0x1138730)
test-1           | 	/usr/local/go/src/testing/testing.go:2109 +0xb3e
test-1           | github.com/block/spirit/pkg/move.TestMoveWithVarcharPK(0xc000456008)
test-1           | 	/app/pkg/move/runner_test.go:457 +0x57
test-1           | testing.tRunner(0xc000456008, 0x1138598)
test-1           | 	/usr/local/go/src/testing/testing.go:2036 +0x21d
test-1           | created by testing.(*T).Run in goroutine 1
test-1           | 	/usr/local/go/src/testing/testing.go:2101 +0xb13
test-1           | 
test-1           | goroutine 15608 [chan receive, 8 minutes]:
test-1           | github.com/block/spirit/pkg/applier.(*SingleTargetApplier).writeWorker(0xc000458000, {0x1148770, 0xc00ecb9bd0})
test-1           | 	/app/pkg/applier/single_target.go:294 +0x4ab
test-1           | created by github.com/block/spirit/pkg/applier.(*SingleTargetApplier).Start in goroutine 12003
test-1           | 	/app/pkg/applier/single_target.go:129 +0x4f9
test-1           | 
test-1           | goroutine 187231 [select]:
test-1           | github.com/go-sql-driver/mysql.(*mysqlConn).startWatcher.func1()
test-1           | 	/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/connection.go:664 +0x1e9
test-1           | created by github.com/go-sql-driver/mysql.(*mysqlConn).startWatcher in goroutine 12255
test-1           | 	/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.3/connection.go:655 +0x1c5
test-1           | FAIL	github.com/block/spirit/pkg/move	600.076s

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions