You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2019/08/01 09:43:00 UTC

[jira] [Created] (FLINK-13530) AbstractServerTest failed on Travis

Chesnay Schepler created FLINK-13530:
----------------------------------------

             Summary: AbstractServerTest failed on Travis
                 Key: FLINK-13530
                 URL: https://issues.apache.org/jira/browse/FLINK-13530
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Queryable State, Tests
    Affects Versions: 1.9.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.9.0


Likely just a port conflict (the range used in the test only covers 3 ports)
{code:java}
09:21:38.371 [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.091 s <<< FAILURE! - in org.apache.flink.queryablestate.network.AbstractServerTest
09:21:38.371 [ERROR] testPortRangeSuccess(org.apache.flink.queryablestate.network.AbstractServerTest)  Time elapsed: 0.062 s  <<< FAILURE!
java.lang.AssertionError: expected:<0> but was:<1>
	at org.apache.flink.queryablestate.network.AbstractServerTest.testPortRangeSuccess(AbstractServerTest.java:125){code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)