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

Port Full cluster shutdown (akka/akka#29838) #7293

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Update API Approval list

cbb4f16
Select commit
Loading
Failed to load commit list.
Draft

Port Full cluster shutdown (akka/akka#29838) #7293

Update API Approval list
cbb4f16
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PR Validation failed Jul 22, 2024 in 27m 0s

Build #2024.7.22.12 had test failures

Details

Tests

  • Failed: 54 (8.37%)
  • Passed: 580 (89.92%)
  • Other: 11 (1.71%)
  • Total: 645

Annotations

Check failure on line 14 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L14

ECHO is off.

Check failure on line 4385 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L4385

Bash exited with code '42'.

Check failure on line 1464 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L1464

Process completed with exit code 42.

Check failure on line 3825 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L3825

Process completed with exit code 42.

Check failure on line 1 in Akka.Cluster.Metrics.Tests.MultiNode.StatsSampleSpec.Stats_sample_should_illustrate_how_to_startup_cluster

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Akka.Cluster.Metrics.Tests.MultiNode.StatsSampleSpec.Stats_sample_should_illustrate_how_to_startup_cluster

Test failed

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Akka.Cluster.Tests.ClusterSpec.A_cluster_must_terminate_ActorSystem_via_Down_CoordinatedShutdown

Expected task to complete within 10s.
Raw output
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Specialized.NonGenericAsyncFunctionAssertions.CompleteWithinAsync(TimeSpan timeSpan, String because, Object[] becauseArgs)
   at Akka.TestKit.Extensions.TaskExtensions.ShouldCompleteWithin(Task task, TimeSpan timeout, String because, Object[] becauseArgs) in /home/vsts/work/1/s/src/core/Akka.TestKit/Extensions/TaskExtensions.cs:line 159
   at Akka.Cluster.Tests.ClusterSpec.A_cluster_must_terminate_ActorSystem_via_Down_CoordinatedShutdown() in /home/vsts/work/1/s/src/core/Akka.Cluster.Tests/ClusterSpec.cs:line 576
--- End of stack trace from previous location ---

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

Failed: Expected a message of type Akka.Cluster.ClusterEvent+MemberLeft, but received {Akka.Cluster.ClusterEvent+MemberPreparingForShutdown(Member=Member(address = akka.tcp://[email protected]:39901, Uid=452025383 status = PreparingForShutdown, role=[], upNumber=1, version=15.0.0))} (type Akka.Cluster.ClusterEvent+MemberPreparingForShutdown) instead  from [akka://ClusterSpec2/system/cluster/core/publisher#2020211056]
Raw output
   at Akka.TestKit.Xunit2.XunitAssertions.Fail(String format, Object[] args) in /home/vsts/work/1/s/src/contrib/testkits/Akka.TestKit.Xunit2/XunitAssertions.cs:line 26
   at Akka.TestKit.TestKitBase.InternalExpectMsgEnvelopeAsync[T](Nullable`1 timeout, Action`2 assert, String hint, CancellationToken cancellationToken, Boolean shouldLog) in /home/vsts/work/1/s/src/core/Akka.TestKit/TestKitBase_Expect.cs:line 445
   at Akka.TestKit.TestKitBase.InternalExpectMsgEnvelopeAsync[T](Nullable`1 timeout, Action`1 msgAssert, Action`1 senderAssert, String hint, CancellationToken cancellationToken) in /home/vsts/work/1/s/src/core/Akka.TestKit/TestKitBase_Expect.cs:line 411
   at Akka.TestKit.TestKitBase.InternalExpectMsgAsync[T](Nullable`1 timeout, Action`1 msgAssert, Action`1 senderAssert, String hint, CancellationToken cancellationToken) in /home/vsts/work/1/s/src/core/Akka.TestKit/TestKitBase_Expect.cs:line 379
   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 476
--- End of stack trace from previous location ---

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Akka.Cluster.Tests.ClusterSpec.A_cluster_must_terminate_ActorSystem_via_leave_CoordinatedShutdown

Expected task to complete within 10s.
Raw output
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Specialized.NonGenericAsyncFunctionAssertions.CompleteWithinAsync(TimeSpan timeSpan, String because, Object[] becauseArgs)
   at Akka.TestKit.Extensions.TaskExtensions.ShouldCompleteWithin(Task task, TimeSpan timeout, String because, Object[] becauseArgs) in /home/vsts/work/1/s/src/core/Akka.TestKit/Extensions/TaskExtensions.cs:line 159
   at Akka.Cluster.Tests.ClusterSpec.A_cluster_must_terminate_ActorSystem_via_leave_CoordinatedShutdown() in /home/vsts/work/1/s/src/core/Akka.Cluster.Tests/ClusterSpec.cs:line 541
--- End of stack trace from previous location ---