asynkron/protoactor-dotnet

List of flaky CI tests

rogeralsing opened this issue · 2 comments

  • Can_publish_messages_via_batching_producer

  • ClusterMaintainsSingleConcurrentVirtualActorPerIdentity - Push based only?

//Only seen once, but still interesting cc @mhelleborg

  • Error: System.Exception : No futures available

    Failed Proto.Tests.SharedFutureTests.Should_reuse_completed_futures [27 ms]
    Error Message:
    System.Exception : No futures available
    Stack Trace:
    at Proto.Tests.SharedFutureTests.GetFuture() in /home/runner/work/protoactor-dotnet/protoactor-dotnet/tests/Proto.Actor.Tests/Futures/SharedFutureTests.cs:line 25

Apparently this affects Pull based provider also.
I don't quite get the numbers here

Skärmavbild 2023-02-27 kl  08 27 58

Could be bugs in the delta mode rebalance? It is not as thoroughly tested as the full mode, and it is marked as experimental.
Perhaps some assumptions taken around cluster membership ordering does not hold?