aspire icon indicating copy to clipboard operation
aspire copied to clipboard

Failing tests - `Aspire.Pomelo.EntityFrameworkCore.MySql.Tests.ConformanceTests.CanRegisterMultipleInstancesUsingDifferentKeys`

Open radical opened this issue 9 months ago • 3 comments

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=986701 Build error leg or test failing: Aspire.Pomelo.EntityFrameworkCore.MySql.Tests.ConformanceTests.CanRegisterMultipleInstancesUsingDifferentKeys Pull request: N/A

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "System.IO.IOException : Unable to read data from the transport connection: Connection reset by peer",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=986701 Error message validated: [System.IO.IOException : Unable to read data from the transport connection: Connection reset by peer] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 3/20/2025 12:13:49 AM UTC

Report

Build Definition Test Pull Request
1001733 dotnet/aspire Aspire.Pomelo.EntityFrameworkCore.MySql.Tests-net9.0.WorkItemExecution

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 1

radical avatar Mar 20 '25 00:03 radical

cc @sebastienros @captainsafia @eerhardt @joperezr

radical avatar Mar 20 '25 00:03 radical

Failing again.

radical avatar Apr 02 '25 00:04 radical

Conformance tests like this aren't quarantined because the tests are in the base class. In some test projects we can override the test method and Quarantine the test, but others have multiple derived classes which ends up quarantining the tests in these other classes too.

radical avatar Apr 15 '25 20:04 radical