Github user d2r commented on the pull request:
https://github.com/apache/incubator-storm/pull/36#issuecomment-52083754
> It's the reason that cause the test passed without any code change. I
just change the assertion order of the test case and the case is failed without
code change.
OK, I think what is going on here is that the sorting is not stable, and so
the test may pass or fail depending on things like which version of Java is in
use (I know there was some change 7 -> 8 with un-/stable sorting.)
I will make comments in-line.
> I tired run tests on master and I also did not see any tests fail.
However I find failure in the test reports file
storm-core/target/test-reports/backtype.storm.scheduler-test.xml. Is there
anything wrong with the test code?
This could happen if the test report is left over from a previous run. But
I will double-check it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---