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

Repeated gob errors when running NestedCRDTImpl_test.go #225

Open
ruchitpalrecha opened this issue Jan 27, 2022 · 0 comments
Open

Repeated gob errors when running NestedCRDTImpl_test.go #225

ruchitpalrecha opened this issue Jan 27, 2022 · 0 comments

Comments

@ruchitpalrecha
Copy link

When running NestedCRDTImpl_test.go, a bunch of network errors are reported. A quick snapshot below of an example.

2022/01/27 12:44:26 network error during handleConn, dropping connection: gob: decoding into local type *int, received remote type 
2022/01/27 12:44:26 network error during handleConn, dropping connection: gob: decoding into local type *int, received remote type 
2022/01/27 12:44:26 network error while performing pre-commit handshake, aborting: EOF
2022/01/27 12:44:26 network error while performing pre-commit handshake, aborting: EOF
2022/01/27 12:44:26 network error during handleConn, dropping connection: gob: decoding into local type *int, received remote type 
2022/01/27 12:44:26 network error during handleConn, dropping connection: gob: decoding into local type *int, received remote type 
2022/01/27 12:44:26 network error while performing pre-commit handshake, aborting: EOF
2022/01/27 12:44:26 network error while performing pre-commit handshake, aborting: EOF
2022/01/27 12:44:26 network error during handleConn, dropping connection: gob: decoding into local type *int, received remote type 
2022/01/27 12:44:26 network error during handleConn, dropping connection: gob: decoding into local type *int, received remote type 
2022/01/27 12:44:26 network error while performing pre-commit handshake, aborting: read tcp 127.0.0.1:50322->127.0.0.1:8000: read: connection reset by peer
2022/01/27 12:44:26 network error while performing pre-commit handshake, aborting: read tcp 127.0.0.1:50321->127.0.0.1:8000: read: connection reset by peer
2022/01/27 12:44:26 network error during handleConn, dropping connection: gob: decoding into local type *int, received remote type 
2022/01/27 12:44:26 network error during handleConn, dropping connection: gob: decoding into local type *int, received remote type 
2022/01/27 12:44:26 network error while performing pre-commit handshake, aborting: EOF
2022/01/27 12:44:26 network error while performing pre-commit handshake, aborting: read tcp 127.0.0.1:50323->127.0.0.1:8000: read: connection reset by peer
2022/01/27 12:44:26 network error during handleConn, dropping connection: gob: decoding into local type *int, received remote type 
2022/01/27 12:44:26 network error during handleConn, dropping connection: gob: decoding into local type *int, received remote type 
2022/01/27 12:44:26 network error while performing pre-commit handshake, aborting: read tcp 127.0.0.1:50325->127.0.0.1:8000: read: connection reset by peer
2022/01/27 12:44:26 network error while performing pre-commit handshake, aborting: read tcp 127.0.0.1:50326->127.0.0.1:8000: read: connection reset by peer

This pattern is repeated until a bunch of errors like these pop up

2022/01/27 12:44:27 failed to dial localhost:8000, aborting: dial tcp 127.0.0.1:8000: connect: connection refused
2022/01/27 12:44:27 failed to dial localhost:8000, aborting: dial tcp 127.0.0.1:8000: connect: connection refused
2022/01/27 12:44:27 failed to dial localhost:8000, aborting: dial tcp 127.0.0.1:8000: connect: connection refused
2022/01/27 12:44:27 failed to dial localhost:8000, aborting: dial tcp 127.0.0.1:8000: connect: connection refused

After which the test just passes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant