Skip to content
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

TestRPC on macOS #3314

Closed
AliceInHunterland opened this issue Feb 11, 2024 · 4 comments · Fixed by #3368
Closed

TestRPC on macOS #3314

AliceInHunterland opened this issue Feb 11, 2024 · 4 comments · Fixed by #3368
Labels
bug Something isn't working I3 Minimal impact rpc RPC server and client S4 Routine test Unit tests U4 Nothing urgent
Milestone

Comments

@AliceInHunterland
Copy link
Contributor

Run tests (macos-12, 1.21) this test occasionally fails.

2024-02-11T22:34:59.6600300Z         --- FAIL: TestRPC/websocket/sendrawtransaction (1.88s)
2024-02-11T22:34:59.6601530Z             --- PASS: TestRPC/websocket/sendrawtransaction/invalid_signature (0.01s)
2024-02-11T22:34:59.6602770Z             --- FAIL: TestRPC/websocket/sendrawtransaction/too_big_tx (1.10s)
@AliceInHunterland AliceInHunterland added bug Something isn't working I3 Minimal impact rpc RPC server and client U4 Nothing urgent S4 Routine labels Feb 11, 2024
@AnnaShaleva AnnaShaleva added this to the v0.106.0 milestone Feb 12, 2024
@AnnaShaleva AnnaShaleva added the test Unit tests label Feb 12, 2024
@AnnaShaleva
Copy link
Member

AnnaShaleva commented Feb 12, 2024

@AliceInHunterland, attach full failing test logs and git revision or at least the ling to PR where you've discovered the failing test. Testing job logs will be removed in a while by GitHub.

@AliceInHunterland
Copy link
Contributor Author

5_Run tests.txt

@roman-khimov
Copy link
Member

Can be related to #3217.

@AnnaShaleva
Copy link
Member

It's i/o timeout:

2024-02-11T22:34:28.0710150Z === NAME  TestRPC/websocket/sendrawtransaction/too_big_tx
2024-02-11T22:34:28.0711850Z     server_test.go:3472: 
2024-02-11T22:34:28.0713410Z         	Error Trace:	/Users/runner/work/neo-go/neo-go/pkg/services/rpcsrv/server_test.go:3472
2024-02-11T22:34:28.0715630Z         	            				/Users/runner/work/neo-go/neo-go/pkg/services/rpcsrv/server_test.go:3335
2024-02-11T22:34:28.0717220Z         	Error:      	Received unexpected error:
2024-02-11T22:34:28.0718320Z         	            	read tcp 127.0.0.1:51001->127.0.0.1:50442: i/o timeout
2024-02-11T22:34:28.0719220Z         	Test:       	TestRPC/websocket/sendrawtransaction/too_big_tx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working I3 Minimal impact rpc RPC server and client S4 Routine test Unit tests U4 Nothing urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants