Skip to content

Merge branch 'main' into feature/faster_reconnect_attempt

285e962
Select commit
Loading
Failed to load commit list.
Open

faster reconnect attempt #7455

Merge branch 'main' into feature/faster_reconnect_attempt
285e962
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet Checkin failed Jul 16, 2025 in 17m 53s

Build #20250716.1 had test failures

Details

Tests

  • Failed: 1 (0.03%)
  • Passed: 3,551 (99.94%)
  • Other: 1 (0.03%)
  • Total: 3,553
Code coverage

  • 30508 of 51557 line covered (59.17%)

Annotations

Check failure on line 333 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet Checkin

Build log #L333

Bash exited with code '1'.

Check failure on line 378 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet Checkin

Build log #L378

Bash exited with code '1'.

Check failure on line 1 in Microsoft.Azure.Devices.Edge.Hub.Core.Test.ConnectionManagerTest.TestProactiveReconnectionAfterDeviceDisconnected

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet Checkin

Microsoft.Azure.Devices.Edge.Hub.Core.Test.ConnectionManagerTest.TestProactiveReconnectionAfterDeviceDisconnected

System.ArgumentNullException : Value cannot be null. (Parameter 'value')
Raw output
   at Microsoft.Azure.Devices.Edge.Util.Preconditions.CheckNotNull[T](T reference, String paramName, String message) in /mnt/vss/_work/1/s/edge-util/src/Microsoft.Azure.Devices.Edge.Util/Preconditions.cs:line 43
   at Microsoft.Azure.Devices.Edge.Util.Preconditions.CheckNotNull[T](T reference, String paramName) in /mnt/vss/_work/1/s/edge-util/src/Microsoft.Azure.Devices.Edge.Util/Preconditions.cs:line 23
   at Microsoft.Azure.Devices.Edge.Util.Option.Some[T](T value) in /mnt/vss/_work/1/s/edge-util/src/Microsoft.Azure.Devices.Edge.Util/Option.cs:line 275
   at Microsoft.Azure.Devices.Edge.Util.Try`1.Ok() in /mnt/vss/_work/1/s/edge-util/src/Microsoft.Azure.Devices.Edge.Util/Try.cs:line 44
   at Microsoft.Azure.Devices.Edge.Hub.Core.ConnectionManager.ConnectedDevice.<>c__DisplayClass18_0.<<GetOrCreateCloudConnection>b__9>d.MoveNext() in /mnt/vss/_work/1/s/edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Core/ConnectionManager.cs:line 523
--- End of stack trace from previous location ---
   at Microsoft.Azure.Devices.Edge.Hub.Core.ConnectionManager.ConnectedDevice.<>c__DisplayClass18_0.<<GetOrCreateCloudConnection>b__7>d.MoveNext() in /mnt/vss/_work/1/s/edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Core/ConnectionManager.cs:line 516
--- End of stack trace from previous location ---
   at Microsoft.Azure.Devices.Edge.Hub.Core.ConnectionManager.ConnectedDevice.<>c__DisplayClass18_0.<<GetOrCreateCloudConnection>b__4>d.MoveNext() in /mnt/vss/_work/1/s/edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Core/ConnectionManager.cs:line 511
--- End of stack trace from previous location ---
   at Microsoft.Azure.Devices.Edge.Hub.Core.ConnectionManager.ConnectedDevice.<>c__DisplayClass18_0.<<GetOrCreateCloudConnection>b__2>d.MoveNext() in /mnt/vss/_work/1/s/edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Core/ConnectionManager.cs:line 505
--- End of stack trace from previous location ---
   at Microsoft.Azure.Devices.Edge.Hub.Core.ConnectionManager.ConnectedDevice.GetOrCreateCloudConnection(Func`2 cloudConnectionCreator) in /mnt/vss/_work/1/s/edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Core/ConnectionManager.cs:line 500
   at Microsoft.Azure.Devices.Edge.Hub.Core.ConnectionManager.TryGetCloudConnectionInternal(String id) in /mnt/vss/_work/1/s/edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Core/ConnectionManager.cs:line 113
   at Microsoft.Azure.Devices.Edge.Hub.Core.ConnectionManager.GetCloudConnection(String id) in /mnt/vss/_work/1/s/edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Core/ConnectionManager.cs:line 94
   at Microsoft.Azure.Devices.Edge.Hub.Core.Test.ConnectionManagerTest.TestProactiveReconnectionAfterDeviceDisconnected() in /mnt/vss/_work/1/s/edge-hub/core/test/Microsoft.Azure.Devices.Edge.Hub.Core.Test/ConnectionManagerTest.cs:line 1528
--- End of stack trace from previous location ---