Failing tests - `Aspire.Pomelo.EntityFrameworkCore.MySql.Tests.ConformanceTests.CanRegisterMultipleInstancesUsingDifferentKeys`
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 |
cc @sebastienros @captainsafia @eerhardt @joperezr
Failing again.
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.