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

HRCPP-389 Remove expected failures from the Java test suite #119

Closed
wants to merge 2 commits into from

Conversation

mgencur
Copy link
Contributor

@mgencur mgencur commented Jul 19, 2017

@mgencur
Copy link
Contributor Author

mgencur commented Sep 21, 2017

Could you take a look at this PR please?

@rigazilla
Copy link
Contributor

the CI build fails with this PR: jenkins

We probably need to update the java test to 9.1.0.Final (java_test/pom.xml)

@mgencur
Copy link
Contributor Author

mgencur commented Sep 22, 2017

I did the upgrade. Let's see what CI tells about the PR. I have some failures locally which are related to exhausted TCP ports.

@mgencur
Copy link
Contributor Author

mgencur commented Sep 22, 2017

OK. So there are the same failures as on my local Windows 7 in VM: java.lang.AssertionError: java.net.BindException: Only one usage of each socket address (protocol/network address/port) is normally permitted
This is related to dynamic allocation of ports in ServerTestingUtil. The tests are not able to allocated any ports so they all run on the same port. I will look into this.

@mgencur
Copy link
Contributor Author

mgencur commented Sep 22, 2017

I've created this one: https://issues.jboss.org/browse/ISPN-8333
Will create a PR for it shortly. But it means we'll need to wait for Infinispan 9.1.2 :(

@rigazilla rigazilla closed this Feb 17, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants