You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2021/10/05 07:10:00 UTC

[jira] [Commented] (FLINK-23443) LaunchCoordinatorTest fails on azure

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

Dawid Wysakowicz commented on FLINK-23443:
------------------------------------------

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=24762&view=logs&j=245e1f2e-ba5b-5570-d689-25ae21e5302f&t=e7f339b2-a7c3-57d9-00af-3712d4b15354

> LaunchCoordinatorTest fails on azure
> ------------------------------------
>
>                 Key: FLINK-23443
>                 URL: https://issues.apache.org/jira/browse/FLINK-23443
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / Mesos
>    Affects Versions: 1.13.1
>            Reporter: Xintong Song
>            Priority: Major
>              Labels: test-stability
>             Fix For: 1.13.3
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=20751&view=logs&j=f450c1a5-64b1-5955-e215-49cb1ad5ec88&t=ea63c80c-957f-50d1-8f67-3671c14686b9&l=25444
> {code}
> Jul 20 21:54:52 [ERROR] Tests run: 24, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 8.366 s <<< FAILURE! - in org.apache.flink.mesos.scheduler.LaunchCoordinatorTest
> Jul 20 21:54:52 [ERROR] The LaunchCoordinator when in state GatheringOffers should handle StateTimeout which transitions to Idle when task queue is empty(org.apache.flink.mesos.scheduler.LaunchCoordinatorTest)  Time elapsed: 0.117 s  <<< ERROR!
> Jul 20 21:54:52 java.lang.IllegalStateException: cannot reserve actor name '$$I': already terminated
> Jul 20 21:54:52 	at akka.actor.dungeon.ChildrenContainer$TerminatedChildrenContainer$.reserve(ChildrenContainer.scala:94)
> Jul 20 21:54:52 	at akka.actor.dungeon.Children$class.reserveChild(Children.scala:135)
> Jul 20 21:54:52 	at akka.actor.ActorCell.reserveChild(ActorCell.scala:429)
> Jul 20 21:54:52 	at akka.testkit.TestActorRef.<init>(TestActorRef.scala:33)
> Jul 20 21:54:52 	at akka.testkit.TestFSMRef.<init>(TestFSMRef.scala:40)
> Jul 20 21:54:52 	at akka.testkit.TestFSMRef$.apply(TestFSMRef.scala:91)
> Jul 20 21:54:52 	at org.apache.flink.mesos.scheduler.LaunchCoordinatorTest$Context.<init>(LaunchCoordinatorTest.scala:254)
> Jul 20 21:54:52 	at org.apache.flink.mesos.scheduler.LaunchCoordinatorTest$$anonfun$1$$anonfun$apply$mcV$sp$8$$anonfun$apply$mcV$sp$15$$anonfun$apply$mcV$sp$33$$anon$24.<init>(LaunchCoordinatorTest.scala:446)
> Jul 20 21:54:52 	at org.apache.flink.mesos.scheduler.LaunchCoordinatorTest$$anonfun$1$$anonfun$apply$mcV$sp$8$$anonfun$apply$mcV$sp$15$$anonfun$apply$mcV$sp$33.apply(LaunchCoordinatorTest.scala:446)
> Jul 20 21:54:52 	at org.apache.flink.mesos.scheduler.LaunchCoordinatorTest$$anonfun$1$$anonfun$apply$mcV$sp$8$$anonfun$apply$mcV$sp$15$$anonfun$apply$mcV$sp$33.apply(LaunchCoordinatorTest.scala:446)
> Jul 20 21:54:52 	at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
> Jul 20 21:54:52 	at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
> Jul 20 21:54:52 	at org.scalatest.Transformer.apply(Transformer.scala:22)
> Jul 20 21:54:52 	at org.scalatest.Transformer.apply(Transformer.scala:20)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$$anon$1.apply(WordSpecLike.scala:1078)
> Jul 20 21:54:52 	at org.scalatest.TestSuite$class.withFixture(TestSuite.scala:196)
> Jul 20 21:54:52 	at org.apache.flink.mesos.scheduler.LaunchCoordinatorTest.withFixture(LaunchCoordinatorTest.scala:57)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$class.invokeWithFixture$1(WordSpecLike.scala:1075)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$$anonfun$runTest$1.apply(WordSpecLike.scala:1088)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$$anonfun$runTest$1.apply(WordSpecLike.scala:1088)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.runTestImpl(Engine.scala:289)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$class.runTest(WordSpecLike.scala:1088)
> Jul 20 21:54:52 	at org.apache.flink.mesos.scheduler.LaunchCoordinatorTest.runTest(LaunchCoordinatorTest.scala:57)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$$anonfun$runTests$1.apply(WordSpecLike.scala:1147)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$$anonfun$runTests$1.apply(WordSpecLike.scala:1147)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:396)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:384)
> Jul 20 21:54:52 	at scala.collection.immutable.List.foreach(List.scala:392)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:373)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:410)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:384)
> Jul 20 21:54:52 	at scala.collection.immutable.List.foreach(List.scala:392)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:373)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:410)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:384)
> Jul 20 21:54:52 	at scala.collection.immutable.List.foreach(List.scala:392)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:373)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:410)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:384)
> Jul 20 21:54:52 	at scala.collection.immutable.List.foreach(List.scala:392)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:373)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:410)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:384)
> Jul 20 21:54:52 	at scala.collection.immutable.List.foreach(List.scala:392)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:379)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:461)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$class.runTests(WordSpecLike.scala:1147)
> Jul 20 21:54:52 	at org.apache.flink.mesos.scheduler.LaunchCoordinatorTest.runTests(LaunchCoordinatorTest.scala:57)
> Jul 20 21:54:52 	at org.scalatest.Suite$class.run(Suite.scala:1147)
> Jul 20 21:54:52 	at org.apache.flink.mesos.scheduler.LaunchCoordinatorTest.org$scalatest$WordSpecLike$$super$run(LaunchCoordinatorTest.scala:57)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$$anonfun$run$1.apply(WordSpecLike.scala:1192)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$$anonfun$run$1.apply(WordSpecLike.scala:1192)
> Jul 20 21:54:52 	at org.scalatest.SuperEngine.runImpl(Engine.scala:521)
> Jul 20 21:54:52 	at org.scalatest.WordSpecLike$class.run(WordSpecLike.scala:1192)
> Jul 20 21:54:52 	at org.apache.flink.mesos.scheduler.LaunchCoordinatorTest.org$scalatest$BeforeAndAfterAll$$super$run(LaunchCoordinatorTest.scala:57)
> Jul 20 21:54:52 	at org.scalatest.BeforeAndAfterAll$class.liftedTree1$1(BeforeAndAfterAll.scala:213)
> Jul 20 21:54:52 	at org.scalatest.BeforeAndAfterAll$class.run(BeforeAndAfterAll.scala:210)
> Jul 20 21:54:52 	at org.apache.flink.mesos.scheduler.LaunchCoordinatorTest.run(LaunchCoordinatorTest.scala:57)
> Jul 20 21:54:52 	at org.scalatest.junit.JUnitRunner.run(JUnitRunner.scala:99)
> Jul 20 21:54:52 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
> Jul 20 21:54:52 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
> Jul 20 21:54:52 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
> Jul 20 21:54:52 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
> Jul 20 21:54:52 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
> Jul 20 21:54:52 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
> Jul 20 21:54:52 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
> Jul 20 21:54:52 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)