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

Akka.Actor: tuck all scheduled Tell messages into IScheduledMsg envelope #6461

Merged
merged 11 commits into from
Aug 25, 2023

Merge branch 'scheduler-envelope' of github.com:Aaronontheweb/akka.ne…

2cc8696
Select commit
Loading
Failed to load commit list.
Merged

Akka.Actor: tuck all scheduled Tell messages into IScheduledMsg envelope #6461

Merge branch 'scheduler-envelope' of github.com:Aaronontheweb/akka.ne…
2cc8696
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PR Validation failed Aug 25, 2023 in 1h 0m 18s

Build #2023.8.25.1 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 13,289 (93.94%)
  • Other: 857 (6.06%)
  • Total: 14,147

Annotations

Check failure on line 29106 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L29106

Bash exited with code '42'.

Check failure on line 15 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L15

Bash wrote one or more lines to the standard error stream.

Check failure on line 1 in Akka.Cluster.Tests.ClusterSpec.A_cluster_must_leave_via_CoordinatedShutdownRun

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Akka.Cluster.Tests.ClusterSpec.A_cluster_must_leave_via_CoordinatedShutdownRun

Expected removed.PreviousStatus to equal MemberStatus.Exiting(3) by value, but found MemberStatus.Leaving(2).

With configuration:
- Use declared types and members
- Compare enums by value
- Match member by name (or throw)
- Without automatic conversion.
- Be strict about the order of items in byte arrays
Raw output
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.CollectingAssertionStrategy.ThrowIfAny(IDictionary`2 context)
   at FluentAssertions.Equivalency.EquivalencyValidator.AssertEquality(EquivalencyValidationContext context)
   at FluentAssertions.Primitives.ObjectAssertions.BeEquivalentTo[TExpectation](TExpectation expectation, Func`2 config, String because, Object[] becauseArgs)
   at FluentAssertions.Primitives.ObjectAssertions.BeEquivalentTo[TExpectation](TExpectation expectation, String because, Object[] becauseArgs)
   at Akka.Cluster.Tests.ClusterSpec.A_cluster_must_leave_via_CoordinatedShutdownRun() in /home/vsts/work/1/s/src/core/Akka.Cluster.Tests/ClusterSpec.cs:line 479
--- End of stack trace from previous location ---