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

Unit tests do not work #2

Open
melchoir55 opened this issue Oct 14, 2016 · 1 comment
Open

Unit tests do not work #2

melchoir55 opened this issue Oct 14, 2016 · 1 comment

Comments

@melchoir55
Copy link

Not sure if this project is dead, but I found that your unit tests don't work. They throw an error:

java.lang.AssertionError: Sending request failed: Connection refused
from the following line:
at com.mscharhag.sparkdemo.UserControllerIntegrationTest.aNewUserShouldBeCreated(UserControllerIntegrationTest.java:31)

@prtiwa
Copy link

prtiwa commented Oct 17, 2016

Yes it does not work for few ppl here either, even though they have some other changes..but the main change to connect to server fails..
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)

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

2 participants