Roiocam commented on PR #622: URL: https://github.com/apache/pekko-connectors/pull/622#issuecomment-2068076712
It is a new flaky test? ``` [info] - should re-connect given connect, subscribe, connect again, publish *** FAILED *** (5 seconds, 12 milliseconds) [info] java.lang.AssertionError: assertion failed: expected no StreamSupervisor children, but got [Actor[pekko://mqtt-spec/system/Materializers/StreamSupervisor-4/flow-298-0-unnamed#-534541061], Actor[pekko://mqtt-spec/system/Materializers/StreamSupervisor-4/flow-299-0-ignoreSink#-1779770584]] [info] at scala.Predef$.assert(Predef.scala:279) [info] at org.apache.pekko.stream.testkit.scaladsl.StreamTestKit$.$anonfun$assertNoChildren$2(StreamTestKit.scala:64) [info] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) [info] at org.apache.pekko.testkit.TestKitBase.poll$2(TestKit.scala:342) [info] at org.apache.pekko.testkit.TestKitBase.awaitAssert(TestKit.scala:359) [info] at org.apache.pekko.testkit.TestKitBase.awaitAssert$(TestKit.scala:331) [info] at org.apache.pekko.testkit.TestKit.awaitAssert(TestKit.scala:982) [info] at org.apache.pekko.stream.testkit.scaladsl.StreamTestKit$.$anonfun$assertNoChildren$1(StreamTestKit.scala:61) [info] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) [info] at org.apache.pekko.testkit.TestKitBase.within(TestKit.scala:429) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
