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

Failed: JmsConnectorsSpec sink disconnect exceptional completion #1031

Closed
2m opened this issue Jun 18, 2018 · 1 comment
Closed

Failed: JmsConnectorsSpec sink disconnect exceptional completion #1031

2m opened this issue Jun 18, 2018 · 1 comment

Comments

@2m
Copy link
Member

2m commented Jun 18, 2018

[info] - should sink disconnect exceptional completion *** FAILED *** (95 milliseconds)
[info]   ActiveMQConnection {id=ID:travis-job-988bd44f-80d4-4010-a51f-9a1858f06dd2-40599-1529123777756-220:1,clientId=ID:travis-job-988bd44f-80d4-4010-a51f-9a1858f06dd2-40599-1529123777756-219:1,started=false} was not null (JmsConnectorsSpec.scala:584)
[info]   org.scalatest.exceptions.TestFailedException:
[info]   at org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:346)
[info]   at org.scalatest.Matchers$AnyShouldWrapper.shouldBe(Matchers.scala:7149)
[info]   at akka.stream.alpakka.jms.scaladsl.JmsConnectorsSpec$$anonfun$1$$anonfun$apply$mcV$sp$17$$anonfun$apply$mcV$sp$38.apply(JmsConnectorsSpec.scala:584)
[info]   at akka.stream.alpakka.jms.scaladsl.JmsConnectorsSpec$$anonfun$1$$anonfun$apply$mcV$sp$17$$anonfun$apply$mcV$sp$38.apply(JmsConnectorsSpec.scala:560)
[info]   at akka.stream.alpakka.jms.JmsSpec.withServer(JmsSpec.scala:48)
[info]   at akka.stream.alpakka.jms.scaladsl.JmsConnectorsSpec$$anonfun$1$$anonfun$apply$mcV$sp$17.apply$mcV$sp(JmsConnectorsSpec.scala:560)
[info]   at akka.stream.alpakka.jms.scaladsl.JmsConnectorsSpec$$anonfun$1$$anonfun$apply$mcV$sp$17.apply(JmsConnectorsSpec.scala:560)
[info]   at akka.stream.alpakka.jms.scaladsl.JmsConnectorsSpec$$anonfun$1$$anonfun$apply$mcV$sp$17.apply(JmsConnectorsSpec.scala:560)
[info]   at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
[info]   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
[info]   at org.scalatest.Transformer.apply(Transformer.scala:22)
...

https://travis-ci.org/akka/alpakka/jobs/392983059

@2m 2m mentioned this issue Jun 18, 2018
andreas-schroeder pushed a commit to andreas-schroeder/alpakka that referenced this issue Oct 17, 2018
Stream-based connection status

  Connection status is now exposed as stream of updates. For the Java
  interface, a Java enum is exposed, for the Scala interface, a sealed
  trait with case objects and a case class is used.

Fix reconnect attempts

  Now also retry to connect (for a limited amount of times and after
  delay) if creating sessions, consumers, producers or destinations fail

Fix flaky 'disconnect exceptional completion' test

  Fixes akka#1231
  Fixes akka#1031
andreas-schroeder pushed a commit to andreas-schroeder/alpakka that referenced this issue Oct 17, 2018
Stream-based connection status

  Connection status is now exposed as stream of updates. For the Java
  interface, a Java enum is exposed, for the Scala interface, a sealed
  trait with case objects and a case class is used.

Fix reconnect attempts

  Now also retry to connect (for a limited amount of times and after
  delay) if creating sessions, consumers, producers or destinations fail

Fix flaky 'disconnect exceptional completion' test

  Fixes akka#1231
  Fixes akka#1031
andreas-schroeder pushed a commit to andreas-schroeder/alpakka that referenced this issue Oct 27, 2018
Stream-based connection status

  Connection status is now exposed as stream of updates. For the Java
  interface, a Java enum is exposed, for the Scala interface, a sealed
  trait with case objects and a case class is used.

Fix reconnect attempts

  Now also retry to connect (for a limited amount of times and after
  delay) if creating sessions, consumers, producers or destinations fail

Fix flaky 'disconnect exceptional completion' test

  Fixes akka#1231
  Fixes akka#1031
@ennru
Copy link
Member

ennru commented Oct 31, 2018

Fixed with #1252

@ennru ennru closed this as completed Oct 31, 2018
@ennru ennru added this to the 1.0-M2 milestone Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants