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

Fix #7130: Contention scheduling actions in HashedWheelTimerScheduler #7144

Merge branch 'dev' into Fix-HashedWheelTimerScheduler-contention

86dbe1c
Select commit
Loading
Failed to load commit list.
Merged

Fix #7130: Contention scheduling actions in HashedWheelTimerScheduler #7144

Merge branch 'dev' into Fix-HashedWheelTimerScheduler-contention
86dbe1c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PR Validation failed Apr 11, 2024 in 2h 5m 5s

Build #2024.4.11.2 had test failures

Details

Tests

  • Failed: 1 (0.03%)
  • Passed: 3,166 (98.48%)
  • Other: 48 (1.49%)
  • Total: 3,215

Annotations

Check failure on line 15927 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L15927

Bash exited with code '42'.

Check failure on line 84293 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Build log #L84293

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 Akka.Cluster.Tools.Tests.Singleton.ClusterSingletonRestart2Spec.Restarting_cluster_node_during_hand_over_must_restart_singletons_in_restarted_node

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Validation

Akka.Cluster.Tools.Tests.Singleton.ClusterSingletonRestart2Spec.Restarting_cluster_node_during_hand_over_must_restart_singletons_in_restarted_node

Failed: Timeout 00:00:01 while waiting for a message of type Akka.Cluster.UniqueAddress 
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 436
   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 411
   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 379
   at Akka.TestKit.TestKitBase.ExpectMsg[T](Nullable`1 duration, String hint, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Expect.cs:line 43
   at Akka.Cluster.Tools.Tests.Singleton.ClusterSingletonRestart2Spec.<>c__DisplayClass6_0.<Restarting_cluster_node_during_hand_over_must_restart_singletons_in_restarted_node>b__3() in D:\a\1\s\src\contrib\cluster\Akka.Cluster.Tools.Tests\Singleton\ClusterSingletonRestart2Spec.cs:line 121
   at Akka.TestKit.TestKitBase.AwaitAssertAsync(Action assertion, Nullable`1 duration, Nullable`1 interval, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_AwaitAssert.cs:line 57
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at Akka.TestKit.TestKitBase.AwaitAssert(Action assertion, Nullable`1 duration, Nullable`1 interval, CancellationToken cancellationToken) in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_AwaitAssert.cs:line 38
   at Akka.Cluster.Tools.Tests.Singleton.ClusterSingletonRestart2Spec.<>c__DisplayClass6_0.<Restarting_cluster_node_during_hand_over_must_restart_singletons_in_restarted_node>b__1() in D:\a\1\s\src\contrib\cluster\Akka.Cluster.Tools.Tests\Singleton\ClusterSingletonRestart2Spec.cs:line 114
   at Akka.TestKit.TestKitBase.<>c__DisplayClass216_0.<Within>b__0() in D:\a\1\s\src\core\Akka.TestKit\TestKitBase_Within.cs:line 44
   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 278
   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.Cluster.Tools.Tests.Singleton.ClusterSingletonRestart2Spec.Restarting_cluster_node_during_hand_over_must_restart_singletons_in_restarted_node() in D:\a\1\s\src\contrib\cluster\Akka.Cluster.Tools.Tests\Singleton\ClusterSingletonRestart2Spec.cs:line 112
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)