We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Please answer these questions before submitting your issue. Thanks!
make test on 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:55 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8122 arm64
make test
23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:55 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8122 arm64
All tests pass
Sometimes TestNetworkError fails:
TestNetworkError
--- FAIL: TestNetworkError (0.01s) common_test.go:113: client quit, error: <nil> common_test.go:134: proxy quit, error: this is an error from the client connection: failed to read the connection: EOF github.com/pingcap/tiproxy/pkg/proxy/net.(*basicReadWriter).Read /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/net/packetio.go github.com/pingcap/tiproxy/pkg/proxy/net.ReadFull /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/net/packetio.go github.com/pingcap/tiproxy/pkg/proxy/net.(*PacketIO).readOnePacket /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/net/packetio.go github.com/pingcap/tiproxy/pkg/proxy/net.(*PacketIO).ReadPacket /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/net/packetio.go github.com/pingcap/tiproxy/pkg/proxy/net.(*PacketIO).ReadSSLRequestOrHandshakeResp /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/net/packetio_mysql.go github.com/pingcap/tiproxy/pkg/proxy/backend.(*Authenticator).handshakeFirstTime /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/backend/authenticator.go github.com/pingcap/tiproxy/pkg/proxy/backend.(*mockProxy).authenticateFirstTime /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/backend/mock_proxy_test.go github.com/pingcap/tiproxy/pkg/proxy/backend.(*tcpConnSuite).run.func3 /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/backend/common_test.go github.com/pingcap/tiproxy/lib/util/waitgroup.(*WaitGroup).Run.func1 /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/lib/util/waitgroup/waitgroup.go runtime.goexit /opt/homebrew/Cellar/go/1.22.2/libexec/src/runtime/asm_arm64.s common_test.go:122: backend quit, error: <nil> cmd_processor_test.go:1036: Error Trace: /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/backend/cmd_processor_test.go:1036 /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/backend/testsuite_test.go:175 /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/backend/testsuite_test.go:181 /Users/zhangming/gopath/src/github.com/pingcap/tiproxy/pkg/proxy/backend/cmd_processor_test.go:1043 Error: Should be true Test: TestNetworkError FAIL
master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
make test
on23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:55 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8122 arm64
2. What did you expect to see? (Required)
All tests pass
3. What did you see instead (Required)
Sometimes
TestNetworkError
fails:4. What is your version? (Required)
master
The text was updated successfully, but these errors were encountered: