pravega / pravega

Pravega - Streaming as a new software defined storage primitive
http://pravega.io
Apache License 2.0
1.99k stars 407 forks source link

Sporadic travis build failure: ControllerServiceWithZKStreamTest #3517

Closed shiveshr closed 5 years ago

shiveshr commented 5 years ago

Problem description

io.pravega.controller.server.ControllerServiceWithZKStreamTest > streamCutTests FAILED
    java.util.concurrent.ExecutionException: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
        at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
        at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
        at io.pravega.controller.server.ControllerServiceWithZKStreamTest.testEmptyFrom(ControllerServiceWithZKStreamTest.java:414)
        at io.pravega.controller.server.ControllerServiceWithZKStreamTest.streamCutTests(ControllerServiceWithZKStreamTest.java:266)
        Caused by:
        java.lang.IndexOutOfBoundsException: Index: 1, Size: 1

Problem location ControllerServiceWithZKStreamTest

Suggestions for an improvement Fix the test

shiveshr commented 5 years ago

not able to reproduce. Closing the issue. Reopen if it surfaces again.