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

Smoke test fails sporadically on MacOS #87

Open
headius opened this issue Sep 1, 2020 · 0 comments
Open

Smoke test fails sporadically on MacOS #87

headius opened this issue Sep 1, 2020 · 0 comments

Comments

@headius
Copy link
Member

headius commented Sep 1, 2020

Sometimes this smoke test fails, annoyingly often when I go to release.

Expected:

    [INFO] --- exec-maven-plugin:1.4.0:exec (execute) @ jnr-unixsocket ---
    connected to [family=PF_UNIX path=/tmp/fubar.sock]
    read from server: blah blah
    SUCCESS

Actual:

    [INFO] --- exec-maven-plugin:1.4.0:exec (execute) @ jnr-unixsocket ---
    Exception in thread "main" java.io.IOException: No such file or directory
    	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:130)
    	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:139)
    	at jnr.unixsocket.UnixSocketChannel.open(UnixSocketChannel.java:68)
    	at jnr.unixsocket.example.UnixClient.main(UnixClient.java:46)

Probably should look into why this happens. Re-running usually works.

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