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

Issue #6948 unit test #6967

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

Merge branch 'dev' into #6948-bug-spec

91b4a46
Select commit
Loading
Failed to load commit list.
Open

Issue #6948 unit test #6967

Merge branch 'dev' into #6948-bug-spec
91b4a46
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PR Validation failed Oct 24, 2023 in 15m 18s

Build #2023.10.24.9 had test failures

Details

Tests

  • Failed: 4 (0.13%)
  • Passed: 3,017 (97.29%)
  • Other: 80 (2.58%)
  • Total: 3,101

Annotations

Check failure on line 12443 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L12443

Bash exited with code '42'.

Check failure on line 34269 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L34269

Process completed with exit code 42.

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 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.Tests.Pattern.ASynchronousCircuitBreakerThatIsClosed.A synchronous circuit breaker that is closed must increment failure count on callTimeout before call finishes

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Akka.Tests.Pattern.ASynchronousCircuitBreakerThatIsClosed.A synchronous circuit breaker that is closed must increment failure count on callTimeout before call finishes

Failed: Block took 00:00:00.9692739, exceeding 00:00:00.9000000. 
Raw output
   at Akka.TestKit.Xunit2.XunitAssertions.Fail(String format, Object[] args) in D:\a\1\s\src\contrib\testkits\Akka.TestKit.Xunit2\XunitAssertions.cs:line 26
   at Akka.TestKit.TestKitBase.WithinAsync[T](TimeSpan min, TimeSpan max, Func`1 function, String hint, Nullable`1 epsilonValue, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Within.cs:line 318
   at Akka.TestKit.TestKitBase.Within(TimeSpan max, Action action, Nullable`1 epsilonValue, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Within.cs:line 39
   at Akka.Tests.Pattern.ASynchronousCircuitBreakerThatIsClosed.Must_increment_failure_count_on_callTimeout_before_call_finishes() in D:\a\1\s\src\core\Akka.Tests\Pattern\CircuitBreakerSpec.cs:line 87
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Check failure on line 1 in Akka.Tests.Actor.BugFix6948Spec.#6948 ActorSystem should terminate cleanly on fatal exceptions

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Akka.Tests.Actor.BugFix6948Spec.#6948 ActorSystem should terminate cleanly on fatal exceptions

Failed: Timeout 00:00:03 while waiting for a message of type System.String 
Raw output
   at Akka.TestKit.Xunit2.XunitAssertions.Fail(String format, Object[] args) in D:\a\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 D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 454
   at Akka.TestKit.TestKitBase.InternalExpectMsgEnvelopeAsync[T](Nullable`1 timeout, Action`1 msgAssert, Action`1 senderAssert, String hint, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 421
   at Akka.TestKit.TestKitBase.InternalExpectMsgAsync[T](Nullable`1 timeout, Action`1 msgAssert, Action`1 senderAssert, String hint, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 384
   at Akka.TestKit.TestKitBase.ExpectMsg[T](T message, Nullable`1 timeout, String hint, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 77
   at Akka.Tests.Actor.BugFix6948Spec.ActorSystem_ShouldTerminateCleanlyOnOOM() in D:\a\1\s\src\core\Akka.Tests\Actor\BugFix6948Spec.cs:line 33
--- End of stack trace from previous location ---

Check failure on line 1 in Akka.Tests.Pattern.BackoffOnRestartSupervisorSpec.BackoffOnRestartSupervisor_must_restart_the_child_with_an_exponential_back_off

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Akka.Tests.Pattern.BackoffOnRestartSupervisorSpec.BackoffOnRestartSupervisor_must_restart_the_child_with_an_exponential_back_off

System.AggregateException : One or more errors occurred. (Failed: Timeout 00:00:00.3000000 while waiting for a message of type System.String STARTED)
---- Failed: Timeout 00:00:00.3000000 while waiting for a message of type System.String STARTED
Raw output
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at Akka.TestKit.TestKitBase.WithinAsync[T](TimeSpan min, TimeSpan max, Func`1 function, String hint, Nullable`1 epsilonValue, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Within.cs:line 285
   at Akka.TestKit.TestKitBase.WithinAsync(TimeSpan min, TimeSpan max, Func`1 actionAsync, String hint, Nullable`1 epsilonValue, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Within.cs:line 124
   at Akka.Tests.Pattern.BackoffOnRestartSupervisorSpec.<>c__DisplayClass8_0.<<BackoffOnRestartSupervisor_must_restart_the_child_with_an_exponential_back_off>b__0>d.MoveNext() in D:\a\1\s\src\core\Akka.Tests\Pattern\BackoffOnRestartSupervisorSpec.cs:line 171
--- End of stack trace from previous location ---
   at Akka.TestKit.Internal.InternalEventFilterApplier.<>c__DisplayClass36_0.<<InternalExpectAsync>b__0>d.MoveNext() in D:\a\1\s\src\core\Akka.TestKit\EventFilter\Internal\EventFilterApplier.cs:line 600
--- End of stack trace from previous location ---
   at Akka.TestKit.Internal.InternalEventFilterApplier.InterceptAsync[T](Func`1 func, ActorSystem system, Nullable`1 timeout, Nullable`1 expectedOccurrences, MatchedEventHandler matchedEventHandler, CancellationToken cancellationToken)
   at Akka.TestKit.Internal.InternalEventFilterApplier.InternalExpectAsync(Func`1 actionAsync, ActorSystem actorSystem, Int32 expectedCount, Nullable`1 timeout, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\EventFilter\Internal\EventFilterApplier.cs:line 597
   at Akka.TestKit.Internal.InternalEventFilterApplier.ExpectAsync(Int32 expectedCount, Func`1 actionAsync, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\EventFilter\Internal\EventFilterApplier.cs:line 144
   at Akka.Tests.Pattern.BackoffOnRestartSupervisorSpec.BackoffOnRestartSupervisor_must_restart_the_child_with_an_exponential_back_off() in D:\a\1\s\src\core\Akka.Tests\Pattern\BackoffOnRestartSupervisorSpec.cs:line 168
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at Akka.TestKit.Xunit2.XunitAssertions.Fail(String format, Object[] args) in D:\a\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 D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 454
   at Akka.TestKit.TestKitBase.InternalExpectMsgEnvelopeAsync[T](Nullable`1 timeout, Action`1 msgAssert, Action`1 senderAssert, String hint, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 421
   at Akka.TestKit.TestKitBase.InternalExpectMsgAsync[T](Nullable`1 timeout, Action`1 msgAssert, Action`1 senderAssert, String hint, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 384
   at Akka.TestKit.TestKitBase.ExpectMsgAsync[T](Nullable`1 duration, String hint, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 55
   at Akka.Tests.Pattern.BackoffOnRestartSupervisorSpec.<>c__DisplayClass8_0.<<BackoffOnRestartSupervisor_must_restart_the_child_with_an_exponential_back_off>b__1>d.MoveNext() in D:\a\1\s\src\core\Akka.Tests\Pattern\BackoffOnRestartSupervisorSpec.cs:line 175
--- End of stack trace from previous location ---
   at Akka.TestKit.TestKitBase.<>c__DisplayClass217_0.<<WithinAsync>b__0>d.MoveNext() in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Within.cs:line 129

Check failure on line 1 in Akka.Tests.Actor.BugFix6948Spec.#6948 ActorSystem should terminate cleanly on fatal exceptions

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Akka.Tests.Actor.BugFix6948Spec.#6948 ActorSystem should terminate cleanly on fatal exceptions

Failed: Timeout 00:00:03 while waiting for a message of type System.String 
Raw output
   at Akka.TestKit.Xunit2.XunitAssertions.Fail(String format, Object[] args) in D:\a\1\s\src\contrib\testkits\Akka.TestKit.Xunit2\XunitAssertions.cs:line 27
   at Akka.TestKit.TestKitBase.<InternalExpectMsgEnvelopeAsync>d__138`1.MoveNext() in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 439
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Akka.TestKit.TestKitBase.<InternalExpectMsgEnvelopeAsync>d__137`1.MoveNext() in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 413
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Akka.TestKit.TestKitBase.<InternalExpectMsgAsync>d__135`1.MoveNext() in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 381
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Threading.Tasks.ValueTask`1.get_Result()
   at Akka.TestKit.TestKitBase.ExpectMsg[T](T message, Nullable`1 timeout, String hint, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 77
   at Akka.Tests.Actor.BugFix6948Spec.<ActorSystem_ShouldTerminateCleanlyOnOOM>d__1.MoveNext() in D:\a\1\s\src\core\Akka.Tests\Actor\BugFix6948Spec.cs:line 35
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)