[
https://issues.apache.org/jira/browse/STORM-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071836#comment-14071836
]
ASF GitHub Bot commented on STORM-419:
--------------------------------------
GitHub user revans2 opened a pull request:
https://github.com/apache/incubator-storm/pull/204
STORM-419: Updated test so sort ordering is very explicit.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/incubator-storm STORM-419
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/204.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #204
----
commit 3414a79c8f1f656c735360fb2bc97057a29e46cd
Author: Robert (Bobby) Evans <[email protected]>
Date: 2014-07-23T15:02:23Z
Updated test so sort ordering is very explicit.
----
> cluster_test fails on JDK8 on Mac
> ---------------------------------
>
> Key: STORM-419
> URL: https://issues.apache.org/jira/browse/STORM-419
> Project: Apache Storm (Incubating)
> Issue Type: Bug
> Reporter: Robert Joseph Evans
> Assignee: Robert Joseph Evans
>
> I recently tried building/running storm using JDK8 on my mac, and found that
> cluster_test test-storm-cluster-state-errors was failing. It was failing
> because two errors were submitted at the exact same time, cluster.errors
> sorts the results by the time when they were submitted with newest submission
> first, and sorting changed in JDK8 so that the order of elements with equal
> values is now different.
> I'll put up a simple pull request to fix this shortly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)