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

Failure: DeprecatedSupervisionSpec #29359

Closed
johanandren opened this issue Jul 8, 2020 · 0 comments
Closed

Failure: DeprecatedSupervisionSpec #29359

johanandren opened this issue Jul 8, 2020 · 0 comments
Assignees
Labels
3 - in progress Someone is working on this ticket failed Tickets that indicate a CI failure, likely a flakey test t:cluster-sharding
Milestone

Comments

@johanandren
Copy link
Member

https://jenkins.akka.io:8498/job/pr-validator-per-commit-jenkins/20315/testReport/junit/akka.cluster.sharding/DeprecatedSupervisionSpec/Supervision_for_a_sharded_actor__deprecated__must_allow_passivation/

assertion failed: timeout (20 seconds) during expectMsgClass waiting for class akka.cluster.sharding.SupervisionSpec$Response
	at scala.Predef$.assert(Predef.scala:223)
	at akka.testkit.TestKitBase.expectMsgClass_internal(TestKit.scala:569)
	at akka.testkit.TestKitBase.expectMsgType(TestKit.scala:551)
	at akka.testkit.TestKitBase.expectMsgType$(TestKit.scala:550)
	at akka.testkit.TestKit.expectMsgType(TestKit.scala:969)
	at akka.cluster.sharding.DeprecatedSupervisionSpec.$anonfun$new$2(SupervisionSpec.scala:104)
@johanandren johanandren added failed Tickets that indicate a CI failure, likely a flakey test t:cluster-sharding labels Jul 8, 2020
@johanandren johanandren self-assigned this Jul 13, 2020
johanandren added a commit to johanandren/akka that referenced this issue Jul 13, 2020
@johanandren johanandren added the 3 - in progress Someone is working on this ticket label Jul 13, 2020
johanandren added a commit to johanandren/akka that referenced this issue Jul 14, 2020
Default is logging an error and not crashing shard and all other entities, our tests have the toggle enabled.

Also: pulled in a fix for passivation when not using remember entities fixing akka#29359 and possibly akka#27549
as those were blocking this PR to test green
johanandren added a commit to johanandren/akka that referenced this issue Jul 14, 2020
Default is logging an error and not crashing shard and all other entities, our tests have the toggle enabled.

Also: pulled in a fix for passivation when not using remember entities fixing akka#29359 and possibly akka#27549
as those were blocking this PR to test green
johanandren added a commit that referenced this issue Jul 15, 2020
* Allow entities to stop by terminating in sharding without remember entities #29383
  We missed an allowed transition from running/active to stopped/NoState in shard. 
  when the logic was rewritten.
* Add a toggle to opt-in crash shard on illegal state transitions
  Default is logging an error and not crashing shard and all other entities, our tests have the toggle enabled.
* A fix for passivation when not using remember entities fixing #29359 and possibly #27549
@johanandren johanandren added this to the 2.6.8 milestone Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - in progress Someone is working on this ticket failed Tickets that indicate a CI failure, likely a flakey test t:cluster-sharding
Projects
None yet
Development

No branches or pull requests

1 participant