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

Add ActorBase lifecycle flow unit tests #7128

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Merge branch 'dev' into Add_ActorBase_Lifecycle_flow_assertion

25f78ed
Select commit
Loading
Failed to load commit list.
Open

Add ActorBase lifecycle flow unit tests #7128

Merge branch 'dev' into Add_ActorBase_Lifecycle_flow_assertion
25f78ed
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PR Validation failed May 20, 2024 in 55m 52s

Build #2024.5.20.1 had test failures

Details

Tests

  • Failed: 3 (0.02%)
  • Passed: 12,219 (93.55%)
  • Other: 839 (6.42%)
  • Total: 13,061

Annotations

Check failure on line 14364 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L14364

Bash exited with code '42'.

Check failure on line 69088 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L69088

Process completed with exit code 42.

Check failure on line 16 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L16

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

Check failure on line 1 in DocsExamples.Streams.KillSwitchDocTests.Shared_kill_switch_must_control_graph_completion_with_abort

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

DocsExamples.Streams.KillSwitchDocTests.Shared_kill_switch_must_control_graph_completion_with_abort

Timeout 00:00:03 expired while waiting for condition.
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.<AwaitConditionAsync>b__99_0(String format, Object[] args) in /home/vsts/work/1/s/src/core/Akka.TestKit/TestKitBase_AwaitConditions.cs:line 47
   at Akka.TestKit.TestKitBase.InternalAwaitConditionAsync(Func`1 conditionIsFulfilled, TimeSpan max, Nullable`1 interval, Action`2 fail, ILoggingAdapter logger, CancellationToken cancellationToken) in /home/vsts/work/1/s/src/core/Akka.TestKit/TestKitBase_AwaitConditions.cs:line 310
   at Akka.TestKit.TestKitBase.AwaitConditionAsync(Func`1 conditionIsFulfilled, CancellationToken cancellationToken) in /home/vsts/work/1/s/src/core/Akka.TestKit/TestKitBase_AwaitConditions.cs:line 47
   at Akka.TestKit.TestKitBase.AwaitConditionAsync(Func`1 conditionIsFulfilled, CancellationToken cancellationToken) in /home/vsts/work/1/s/src/core/Akka.TestKit/TestKitBase_AwaitConditions.cs:line 53
   at ExceptionHelpers.PrepareForRethrow(Exception exception)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task, CancellationToken cancellationToken)
   at Akka.TestKit.TestKitBase.AwaitCondition(Func`1 conditionIsFulfilled, CancellationToken cancellationToken) in /home/vsts/work/1/s/src/core/Akka.TestKit/TestKitBase_AwaitConditions.cs:line 38
   at DocsExamples.Streams.KillSwitchDocTests.Shared_kill_switch_must_control_graph_completion_with_abort() in /home/vsts/work/1/s/src/core/Akka.Docs.Tests/Streams/KillSwitchDocTests.cs:line 114
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in DocsExamples.Actor.FiniteStateMachine.ExampleFSMActorTests.Simple_finite_state_machine_must_batch_correctly

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

DocsExamples.Actor.FiniteStateMachine.ExampleFSMActorTests.Simple_finite_state_machine_must_batch_correctly

Failed: Timeout 00:00:03 while waiting for a message of type DocsExamples.Actor.FiniteStateMachine.Batch 
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 436
   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.TestKit.TestKitBase.ExpectMsg[T](Nullable`1 duration, String hint, CancellationToken cancellationToken) in /home/vsts/work/1/s/src/core/Akka.TestKit/TestKitBase_Expect.cs:line 43
   at DocsExamples.Actor.FiniteStateMachine.ExampleFSMActorTests.Simple_finite_state_machine_must_batch_correctly() in /home/vsts/work/1/s/src/core/Akka.Docs.Tests/Actors/FiniteStateMachine/ExampleFSMActorTests.cs:line 26
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Akka.Cluster.Tools.Tests.MultiNode.PublishSubscribe.DistributedPubSubRestartSpec.DistributedPubSubRestartSpecs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Akka.Cluster.Tools.Tests.MultiNode.PublishSubscribe.DistributedPubSubRestartSpec.DistributedPubSubRestartSpecs

Test failed