[ 
https://issues.apache.org/jira/browse/STORM-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14706417#comment-14706417
 ] 

Derek Dagit commented on STORM-996:
-----------------------------------

> How are you reproducing this?

We have seen intermittent test failures on OSX and Linux.  It varies, but I see 
it happen at least once in 10 tries when doing `mvn test -Dtest=...`.  When I 
tested via the REPL with `run-tests`, it seemed not to happen.  I have not 
tried on a single-core environment, but I imagine it could be more likely on 
multi-core machines.

I have this on OSX:

{code}
∴ java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
{code}

> Strange thing comes here - INFO lines exposed to output which didn't.

Yeah, I noticed the output in the XML file under test-reports.


> netty-unit-tests/test-batch demonstrates out-of-order delivery
> --------------------------------------------------------------
>
>                 Key: STORM-996
>                 URL: https://issues.apache.org/jira/browse/STORM-996
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 0.10.0
>            Reporter: Derek Dagit
>            Assignee: Derek Dagit
>            Priority: Blocker
>
> backtype.storm.messaging.netty-unit-test/test-batch
> One example of output.  Similar things happen sporadically and vary widely by 
> number of failed assertions.
> Tuples are not just skewed, but actually seem to come in out-of-order.
> {quote}
> actual: (not (= "66040" "66041"))
> at: test_runner.clj:105
> expected: (= req_msg resp_msg)
> actual: (not (= "66041" "66042"))
> at: test_runner.clj:105
> expected: (= req_msg resp_msg)
> actual: (not (= "66042" "66040"))
> at: test_runner.clj:105
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to