-
Notifications
You must be signed in to change notification settings - Fork 609
xunit1051 Part 1 #8951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xunit1051 Part 1 #8951
Conversation
I don't want to make PR bigger. |
tests\Aspire.Azure.AI.OpenAI.Tests tests\Aspire.Components.Common.Tests tests\Aspire.Confluent.Kafka.Tests tests\Aspire.Dashboard.Components.Tests tests\Aspire.Elastic.Clients.Elasticsearch.Tests tests\Aspire.Hosting.Analyzers.Tests tests\Aspire.Hosting.Kubernetes.Tests tests\Aspire.Hosting.Python.Tests Fixed in next projects tests\Aspire.Hosting.Redis.Tests tests\Aspire.Hosting.Seq.Tests tests\Aspire.Hosting.SqlServer.Tests tests\Aspire.Hosting.Testing.Tests tests\Aspire.Hosting.Valkey.Tests tests\Aspire.Milvus.Client.Tests tests\Aspire.MongoDB.Driver.Tests tests\Aspire.NATS.Net.Tests tests\Aspire.OpenAI.Tests tests\Aspire.Playground.Tests tests\Aspire.Qdrant.Client.Tests tests\Aspire.RabbitMQ.Client.Tests tests\Aspire.StackExchange.Redis.Tests tests\Aspire.Templates.Tests tests\Microsoft.Extensions.ServiceDiscovery.Tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use GitHub keywords when referencing underlying issues. In this case, the body of the original message must contains "Fixes #8488" or alike. Ideally, the git commit must contain the same.
The same applies to all other pull-requests.
Thanks. |
MC |
Hi @RussKie Could you help me to find 4 failing test? I spend 2 hours yesterday |
I believe here are the issues: https://github.com/dotnet/aspire/actions/runs/14716303439/job/41300519858?pr=8951#step:19:4155
https://github.com/dotnet/aspire/actions/runs/14716303439/job/41300519858?pr=8951#step:19:3184
These could be just flaky, but we can't know unless the conflict is resolved. |
closing per comment in #9020. @illay1994 thanks for the effort. |
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #8488
Fixed xunit1051 warning in following projects:
tests\Aspire.Azure.AI.OpenAI.Tests
tests\Aspire.Components.Common.Tests
tests\Aspire.Confluent.Kafka.Tests
tests\Aspire.Dashboard.Components.Tests
tests\Aspire.Elastic.Clients.Elasticsearch.Tests
tests\Aspire.Hosting.Analyzers.Tests
tests\Aspire.Hosting.Kubernetes.Tests
tests\Aspire.Hosting.Python.Tests
tests\Aspire.Hosting.Redis.Tests
tests\Aspire.Hosting.Seq.Tests
tests\Aspire.Hosting.SqlServer.Tests
tests\Aspire.Hosting.Testing.Tests
tests\Aspire.Hosting.Valkey.Tests
tests\Aspire.Milvus.Client.Tests
tests\Aspire.MongoDB.Driver.Tests
tests\Aspire.NATS.Net.Tests
tests\Aspire.OpenAI.Tests
tests\Aspire.Playground.Tests
tests\Aspire.Qdrant.Client.Tests
tests\Aspire.RabbitMQ.Client.Tests
tests\Aspire.StackExchange.Redis.Tests
tests\Aspire.Templates.Tests
tests\Microsoft.Extensions.ServiceDiscovery.Tests
Checklist
<remarks />
and<code />
elements on your triple slash comments?doc-idea
templatebreaking-change
templatediagnostic
template