Skip to content

Update RELEASE_NOTES.md for 1.5.45.1 release#3371

Merged
Aaronontheweb merged 1 commit into
akkadotnet:devfrom
Arkatufus:release/Update-RELEASE_NOTES-for-1.5.45.1-release
Jul 10, 2025
Merged

Update RELEASE_NOTES.md for 1.5.45.1 release#3371
Aaronontheweb merged 1 commit into
akkadotnet:devfrom
Arkatufus:release/Update-RELEASE_NOTES-for-1.5.45.1-release

Update RELEASE_NOTES.md for 1.5.45.1 release

a738af4
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Akka.Management PR Validation failed Jul 10, 2025 in 7m 26s

Build #2025.7.10.3 had test failures

Details

Tests

  • Failed: 1 (0.26%)
  • Passed: 380 (98.19%)
  • Other: 6 (1.55%)
  • Total: 387
Code coverage

  • 498 of 757 branches covered (65.79%)
  • 1809 of 2256 lines covered (80.19%)

Annotations

Check failure on line 170 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Akka.Management PR Validation

Build log #L170

Bash exited with code '255'.

Check failure on line 16 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Akka.Management PR Validation

Build log #L16

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

Check failure on line 1 in Akka.Coordination.Azure.Tests.LeaseActorSpec.LeaseActor should sets granted when acquired and released

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Akka.Management PR Validation

Akka.Coordination.Azure.Tests.LeaseActorSpec.LeaseActor should sets granted when acquired and released

Failed: Expected a message of type Akka.Coordination.Azure.LeaseActor+LeaseAcquired, but received {Failure: Akka.Coordination.LeaseTimeoutException: API server took too long to respond: 893.4272} (type Akka.Actor.Status+Failure) instead  from [akka://LeaseActorSpec/user/$a#1619468725]
Raw output
   at Akka.TestKit.Xunit2.XunitAssertions.Fail(String format, Object[] args)
   at Akka.TestKit.TestKitBase.InternalExpectMsgEnvelopeAsync[T](Nullable`1 timeout, Action`2 assert, String hint, CancellationToken cancellationToken, Boolean shouldLog)
   at Akka.TestKit.TestKitBase.InternalExpectMsgEnvelopeAsync[T](Nullable`1 timeout, Action`1 msgAssert, Action`1 senderAssert, String hint, CancellationToken cancellationToken)
   at Akka.TestKit.TestKitBase.InternalExpectMsgAsync[T](Nullable`1 timeout, Action`1 msgAssert, Action`1 senderAssert, String hint, CancellationToken cancellationToken)
   at Akka.TestKit.TestKitBase.ExpectMsg[T](Nullable`1 duration, String hint, CancellationToken cancellationToken)
   at Akka.Coordination.Azure.Tests.LeaseActorTest.AcquireLease(Action`1 callback) in /home/vsts/work/1/s/src/coordination/azure/Akka.Coordination.Azure.Tests/LeaseActorSpec.cs:line 678
   at Akka.Coordination.Azure.Tests.LeaseActorSpec.<SetsGrantedWhenAcquiredAndReleased>b__13_0() in /home/vsts/work/1/s/src/coordination/azure/Akka.Coordination.Azure.Tests/LeaseActorSpec.cs:line 226
   at Akka.Coordination.Azure.Tests.LeaseActorTest.RunTest(Action test) in /home/vsts/work/1/s/src/coordination/azure/Akka.Coordination.Azure.Tests/LeaseActorSpec.cs:line 609
   at Akka.Coordination.Azure.Tests.LeaseActorSpec.SetsGrantedWhenAcquiredAndReleased() in /home/vsts/work/1/s/src/coordination/azure/Akka.Coordination.Azure.Tests/LeaseActorSpec.cs:line 223
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)