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] ClusterHttpManagementRoutesSpec #848

Open
ignasi35 opened this issue Feb 8, 2021 · 3 comments
Open

[Failed] ClusterHttpManagementRoutesSpec #848

ignasi35 opened this issue Feb 8, 2021 · 3 comments
Labels
failed Marks test failures help wanted

Comments

@ignasi35
Copy link
Member

ignasi35 commented Feb 8, 2021

https://travis-ci.com/github/akka/akka-management/jobs/480307808#L4064

[info]   - when calling GET /cluster/domain-events *** FAILED *** (838 milliseconds)
[info]     A timeout occurred waiting for a future to complete. Waited 150 milliseconds. (ClusterHttpManagementRoutesSpec.scala:449)
[info]     org.scalatest.concurrent.ScalaFutures$$anon$1$$anon$2:
@ignasi35 ignasi35 added the failed Marks test failures label Feb 8, 2021
@patriknw
Copy link
Member

patriknw commented Feb 8, 2021

150 millis looks like a small ScalaTest patience config.

@longshorej can you follow up here?

@longshorej
Copy link
Contributor

Ah - I'll look into this, should have some time over the next week.

@ignasi35
Copy link
Member Author

Again https://travis-ci.com/github/akka/akka-management/jobs/486017783#L6071

[info]   - when calling GET /cluster/domain-events *** FAILED *** (770 milliseconds)
[info]     A timeout occurred waiting for a future to complete. Waited 150 milliseconds. (ClusterHttpManagementRoutesSpec.scala:449)
[info]     org.scalatest.concurrent.ScalaFutures$$anon$1$$anon$2:
[info]     at org.scalatest.concurrent.ScalaFutures$$anon$1.futureValueImpl(ScalaFutures.scala:339)
[info]     at org.scalatest.concurrent.Futures$FutureConcept.futureValue(Futures.scala:476)
[info]     at org.scalatest.concurrent.Futures$FutureConcept.futureValue$(Futures.scala:475)
[info]     at org.scalatest.concurrent.ScalaFutures$$anon$1.futureValue(ScalaFutures.scala:281)
[info]     at akka.cluster.http.management.scaladsl.ClusterHttpManagementRoutesSpec.$anonfun$new$34(ClusterHttpManagementRoutesSpec.scala:449)
[info]     at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
[info]     at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
[info]     at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
[info]     at org.scalatest.Transformer.apply(Transformer.scala:22)
[info]     at org.scalatest.Transformer.apply(Transformer.scala:20)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed Marks test failures help wanted
Projects
None yet
Development

No branches or pull requests

3 participants