Skip to content

MaxTotalConnectionsTest failing #1749

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

Closed
TomGranot opened this issue Nov 27, 2020 · 3 comments
Closed

MaxTotalConnectionsTest failing #1749

TomGranot opened this issue Nov 27, 2020 · 3 comments
Assignees
Labels

Comments

@TomGranot
Copy link
Contributor

Stack trace:

java.lang.AssertionError: expected [null] but found [java.net.UnknownHostException: DNS name not found [response code 3]]
	at org.asynchttpclient.channel.MaxTotalConnectionTest.testMaxTotalConnections(MaxTotalConnectionTest.java:110)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
... Removed 35 stack frames

Investigating, it relies on actual URLs (https://github.com, https://google.com) which feels like a bad idea.

@TomGranot TomGranot self-assigned this Nov 27, 2020
@slandelle
Copy link
Contributor

The real problem is that DNS resolution has serious issues on Travis.

@TomGranot
Copy link
Contributor Author

TomGranot commented Nov 27, 2020

@slandelle Fails locally too - but very, very happy to see that you're lurking around still :)

@TomGranot
Copy link
Contributor Author

Closed by #1753.

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

No branches or pull requests

2 participants