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

ISPN-1654 Switch to Iterable for detecting stopped or crashed members #780

Closed
wants to merge 1 commit into from

Conversation

galderz
Copy link
Member

@galderz galderz commented Jan 4, 2012

https://issues.jboss.org/browse/ISPN-1654

Scala iterator contains only returns true if the element is present in both iterators and it's the same position, so the moment the members in the views got disordered, the test failed. Switching to Iterable makes it work.

Scala iterator contains only returns true if the element is present
in both iterators and it's the same position, so the moment the
members in the views got disordered, the test failed. Switching to
Iterable makes it work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants