You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have the following batting order for performance testing Akka.NET assemblies:
Akka.Cluster.Tests.Performance
Akka.Streams.Tests.Performance
Akka.Tests.Performance
and suppose that Akka.Streams.Tests.Performance fails due to an assertion, we never execute Akka.Tests.Performance. The entire suite still needs to run even if an earlier part failed.
The text was updated successfully, but these errors were encountered:
Noticed this while reviewing #3220
If I have the following batting order for performance testing Akka.NET assemblies:
and suppose that Akka.Streams.Tests.Performance fails due to an assertion, we never execute Akka.Tests.Performance. The entire suite still needs to run even if an earlier part failed.
The text was updated successfully, but these errors were encountered: