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

IPv6 ITs failing in GitHub Actions #88

Open
jfallows opened this issue Jan 28, 2021 · 1 comment
Open

IPv6 ITs failing in GitHub Actions #88

jfallows opened this issue Jan 28, 2021 · 1 comment

Comments

@jfallows
Copy link
Contributor

Even though all ITs pass locally on OS X, the two IPv6 tests fail consistently on GitHub Actions automated build.

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 s - in org.reaktivity.nukleus.tcp.internal.streams.ServerRouteCountersIT
[INFO] 
[INFO] Results:
[INFO] 
Error:  Failures: 
Error:    ServerIT.shouldEstablishConnectionToAddressAnyIPv4 Specified behavior did not match expected:<...d nukleus:begin.ext [${proxy:matchBeginEx()
                              .typeId(nukleus:id("proxy"))
                              .addressInet4()
                                .protocol("stream")
                                .destination("127.0.0.1")
                                .destinationPort(8080)
                                .build()
                              .build()}

connected]



#
# Copyright 20...> but was:<...d nukleus:begin.ext [PROXY_BEGIN_EX [typeId=4, address=PROXY_ADDRESS [inet4=PROXY_ADDRESS_INET4 [protocol=STREAM, source=octets[4], destination=octets[4], sourcePort=46830, destinationPort=8080]], infos=array32<4, 0>]]



#
# Copyright 20...>
Error:    ServerIT.shouldEstablishConnectionToAddressAnyIPv6 Specified behavior did not match expected:<...d nukleus:begin.ext [${proxy:matchBeginEx()
                              .typeId(nukleus:id("proxy"))
                              .addressInet4()
                                .protocol("stream")
                                .destination("127.0.0.1")
                                .destinationPort(8080)
                                .build()
                              .build()}

connected]



#
# Copyright 20...> but was:<...d nukleus:begin.ext [PROXY_BEGIN_EX [typeId=4, address=PROXY_ADDRESS [inet4=PROXY_ADDRESS_INET4 [protocol=STREAM, source=octets[4], destination=octets[4], sourcePort=46834, destinationPort=8080]], infos=array32<4, 0>]]



#
# Copyright 20...>
[INFO] 
Error:  Tests run: 97, Failures: 2, Errors: 0, Skipped: 2

Would prefer not to disable these ITs, so we need to find out how to enable IPv6 for GitHub Actions.

@jfallows
Copy link
Contributor Author

Looks like IPv6 capability is being tracked by ongoing conversation in actions/runner-images#668 even though the issue is already closed.

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

No branches or pull requests

1 participant