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? 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
Geth version: cffdc43954c5f5fa4364ddfbf3881cdfeb667fb7 OS & Version: FreeBSD
cffdc43954c5f5fa4364ddfbf3881cdfeb667fb7
TestClientNotificationStorm passes on FreeBSD
TestClientNotificationStorm
> go run build/ci.go test -coverage ./rpc/ >>> /usr/local/go/bin/go test -ldflags -X main.gitCommit=cffdc43954c5f5fa4364ddfbf3881cdfeb667fb7 -X main.gitDate=20210211 -p 1 -covermode=atomic -cover ./rpc/ --- FAIL: TestClientNotificationStorm (2.40s) client_test.go:425: didn't get expected error FAIL coverage: 84.8% of statements FAIL github.com/ethereum/go-ethereum/rpc 6.768s FAIL util.go:47: exit status 1 exit status 1
go run build/ci.go test -coverage ./rpc/
The text was updated successfully, but these errors were encountered:
Looks like FreeBSD is able to handle more subscription than other OSes, I can fix the test by setting the limit to 50k in client_test.go.
client_test.go
Sorry, something went wrong.
gballet
Successfully merging a pull request may close this issue.
System information
Geth version:
cffdc43954c5f5fa4364ddfbf3881cdfeb667fb7
OS & Version: FreeBSD
Expected behaviour
TestClientNotificationStorm
passes on FreeBSDActual behaviour
Steps to reproduce the behaviour
go run build/ci.go test -coverage ./rpc/
The text was updated successfully, but these errors were encountered: