Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MqttIOTest.testRead is flaky (sickbayed) #19092

Closed
kennknowles opened this issue Jun 3, 2022 · 0 comments · Fixed by #32500
Closed

MqttIOTest.testRead is flaky (sickbayed) #19092

kennknowles opened this issue Jun 3, 2022 · 0 comments · Fixed by #32500

Comments

@kennknowles
Copy link
Member

Failing job url:

https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1239/testReport/org.apache.beam.sdk.io.mqtt/MqttIOTest/testRead/

Job history url:

https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1234/testReport/junit/org.apache.beam.sdk.io.mqtt/MqttIOTest/testRead/history/

Relevant log:

java.lang.AssertionError: MqttIO.Read/Read(UnboundedMqttSource)/StripIds/ParMultiDo(StripIds).output: Expected: iterable over [[<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <48>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <49>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <50>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <51>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <52>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <53>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <54>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <55>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <56>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <57>]] in any order but: No item matches: [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <48>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <49>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <50>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <51>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <52>] in [[<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <53>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <54>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <55>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <56>], [<84>, <104>, <105>, <115>, <32>, <105>, <115>, <32>, <116>, <101>, <115>, <116>, <32>, <57>]] at org.apache.beam.sdk.testing.PAssert$PAssertionSite.capture(PAssert.java:168) at org.apache.beam.sdk.testing.PAssert.that(PAssert.java:374) at org.apache.beam.sdk.testing.PAssert.that(PAssert.java:366) at org.apache.beam.sdk.io.mqtt.MqttIOTest.testRead(MqttIOTest.java:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266)

Imported from Jira BEAM-5150. Original Jira may contain additional context.
Reported by: Ardagan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants