-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unstable test: TestAuthPlugin2 #30266
Comments
Looks stable:
|
This seems true for both tests:
|
The PR referenced in the log seems to have this test fail:
I think I might have found what's causing this |
encountered this again in ci: https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/1430/pipeline 2021-12-01T12:46:59.259Z] --- FAIL: TestHandleAuthPlugin (2.39s)
[2021-12-01T12:46:59.259Z] [2021/12/01 20:42:22.561 +08:00] [INFO] [ddl_worker.go:313] ["[ddl] add DDL jobs"] ["batch count"=1] [jobs="ID:4, Type:create schema, State:none, SchemaState:queueing, SchemaID:3, TableID:0, RowCount:0, ArgLen:1, start time: 2021-12-01 20:42:22.556 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "]
[2021-12-01T12:46:59.259Z] [2021/12/01 20:42:22.561 +08:00] [INFO] [ddl_worker.go:313] ["[ddl] add DDL jobs"] ["batch count"=1] [jobs="ID:60, Type:create table, State:none, SchemaState:queueing, SchemaID:57, TableID:59, RowCount:0, ArgLen:1, start time: 2021-12-01 20:42:22.555 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "]
[2021-12-01T12:46:59.259Z] panic: runtime error: invalid memory address or nil pointer dereference [recovered]
[2021-12-01T12:46:59.259Z] panic: runtime error: invalid memory address or nil pointer dereference
[2021-12-01T12:46:59.259Z] [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x3715f5f]
[2021-12-01T12:46:59.259Z]
[2021-12-01T12:46:59.259Z] goroutine 474 [running]:
[2021-12-01T12:46:59.259Z] testing.tRunner.func1.2(0x3a5bc40, 0x5c0d590)
[2021-12-01T12:46:59.259Z] /usr/local/go/src/testing/testing.go:1143 +0x332
[2021-12-01T12:46:59.259Z] testing.tRunner.func1(0xc000dd8000)
[2021-12-01T12:46:59.259Z] /usr/local/go/src/testing/testing.go:1146 +0x4b6
[2021-12-01T12:46:59.259Z] panic(0x3a5bc40, 0x5c0d590)
[2021-12-01T12:46:59.259Z] /usr/local/go/src/runtime/panic.go:965 +0x1b9
[2021-12-01T12:46:59.259Z] github.com/pingcap/tidb/server.(*packetIO).readPacket(0xc12b56b340, 0x443dfa0, 0xc000124010, 0x0, 0x0, 0x0)
[2021-12-01T12:46:59.259Z] /home/jenkins/agent/workspace/tidb_ghpr_coverage/go/src/github.com/pingcap/tidb/server/packetio.go:113 +0x37f
[2021-12-01T12:46:59.259Z] github.com/pingcap/tidb/server.(*clientConn).readPacket(...)
[2021-12-01T12:46:59.259Z] /home/jenkins/agent/workspace/tidb_ghpr_coverage/go/src/github.com/pingcap/tidb/server/conn.go:394
[2021-12-01T12:46:59.259Z] github.com/pingcap/tidb/server.(*clientConn).authSwitchRequest(0xc020c43a78, 0x443dfa0, 0xc000124010, 0xc12e617561, 0x15, 0x0, 0x8, 0xc12b5594d0, 0x27, 0xc03d8f44e0)
[2021-12-01T12:46:59.259Z] /home/jenkins/agent/workspace/tidb_ghpr_coverage/go/src/github.com/pingcap/tidb/server/conn.go:236 +0x806
[2021-12-01T12:46:59.259Z] github.com/pingcap/tidb/server.(*clientConn).checkAuthPlugin(0xc020c43a78, 0x443dfa0, 0xc000124010, 0xc020c43408, 0x30, 0x12fc4bc, 0xc020c43100, 0x132aec0, 0xc02970aa80)
[2021-12-01T12:46:59.259Z] /home/jenkins/agent/workspace/tidb_ghpr_coverage/go/src/github.com/pingcap/tidb/server/conn.go:911 +0xa3c
[2021-12-01T12:46:59.259Z] github.com/pingcap/tidb/server.(*clientConn).handleAuthPlugin(0xc020c43a78, 0x443dfa0, 0xc000124010, 0xc020c43408, 0x0, 0x0)
[2021-12-01T12:46:59.259Z] /home/jenkins/agent/workspace/tidb_ghpr_coverage/go/src/github.com/pingcap/tidb/server/conn.go:715 +0x8c
[2021-12-01T12:46:59.259Z] github.com/pingcap/tidb/server.TestHandleAuthPlugin(0xc000dd8000)
[2021-12-01T12:46:59.259Z] /home/jenkins/agent/workspace/tidb_ghpr_coverage/go/src/github.com/pingcap/tidb/server/conn_test.go:1016 +0x1210
[2021-12-01T12:46:59.259Z] testing.tRunner(0xc000dd8000, 0x3fee6f8)
[2021-12-01T12:46:59.259Z] /usr/local/go/src/testing/testing.go:1193 +0xef
[2021-12-01T12:46:59.259Z] created by testing.(*T).Run
[2021-12-01T12:46:59.259Z] /usr/local/go/src/testing/testing.go:1238 +0x2b3
[2021-12-01T12:46:59.259Z] FAIL github.com/pingcap/tidb/server 36.656s |
Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label. |
/label affects-5.3 |
https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_check_2/detail/tidb_ghpr_check_2/49084/pipeline
This is caused by #29738
The text was updated successfully, but these errors were encountered: