-
Notifications
You must be signed in to change notification settings - Fork 543
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
Flaky test - QdrantFunctionalTests.WithDataShouldPersistStateBetweenUsages
#5140
Comments
Looking at the logs I see:
Did the container fail to start? Is there a way to get the containers logs? |
.. and the first one failed to shutdown/deletion(?):
re:container-logs, we'll need to add something to explicitly get the logs, or pipe the logs to the logger. |
I use private TestDistributedApplicationBuilder CreateDistributedApplicationBuilder()
{
var builder = TestDistributedApplicationBuilder.CreateWithTestContainerRegistry();
builder.Services.AddXunitLogging(testOutputHelper);
builder.Services.AddHostedService<ResourceLoggerForwarderService>();
return builder;
} |
This hasn't occurred in the past month. Closing for now. Please reopen if it occurs again. |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=763013
Build error leg or test failing: Aspire.Hosting.Qdrant.Tests.QdrantFunctionalTests.WithDataShouldPersistStateBetweenUsages(useVolume: True)
Pull request: #5099
aspire/tests/Aspire.Hosting.Qdrant.Tests/QdrantFunctionalTests.cs
Lines 93 to 95 in 232e434
aspire/tests/Aspire.Hosting.Qdrant.Tests/QdrantFunctionalTests.cs
Lines 183 to 190 in 232e434
This code is being executed in a Resilience pipeline watching for
RpcException
.Error Message
Fill the error message using step by step known issues guidance.
cc @eerhardt @sebastienros
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=763013
Error message validated:
[RpcException.*Call canceled by the client
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/1/2024 6:49:28 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: