Azure/azure-iot-sdk-csharp

Errors while running e2e tests with .NET 8.0

brycewang-microsoft opened this issue · 2 comments

  • Some of e2e tests timeout after installing and running with .NET 8.0. For instance,
    Test 'X509_Cert_Chain_Install_Test_MqttTcp' exceeded execution timeout period.
  • Some of e2e tests throw error that the execution has been aborted.
    Test 'DeviceClient_SendAsyncInvalidServiceCertificateAmqpTcp_Fails' execution has been aborted.

Plus, tests with the protocol Mqtt_Tcp appear to always fail due to the issues above.

Duplicated to issue #3413

Fix PR has been created to the DotNetty repo and it has been validated to fix the timeout issue we are observing here. Will keep monitoring for the next release.

New release with latest Dotnetty version should address this issue.
https://github.com/Azure/azure-iot-sdk-csharp/releases/tag/2024-03-28