Ankit Jain
Ankit Jain
Looking at the test results the first test fails with: Oracle might be taking a longer time to start up, or failing at some point? I would try to add...
> > Oracle might be taking a longer time to start up, or failing at some point? I would try to add some waits to confirm that the _db_ is...
@missymessa It would be very helpful to know what the limits are on the container. We might be running too close to the limits, in which case it would be...
It would be useful to add your name next to the item that you want to take, like `Aspire.Hosting.Valkey.Tests (assigned: @radical)`.
Is the intention here to have automated tests running on CI? Is there anything needed from the testing infrastructure side for this which is missing right now?
We install dev certs for test on linux using https://github.com/BorisWilhelms/create-dotnet-devcert on both Helix, and the build machine. The latter was added yesterday.
Multiple tests failing like this ([log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-aspire-refs-pull-3833-merge-0f4c0266e13343709d/Aspire.Azure.Messaging.EventHubs.Tests/1/console.63d9478e.log?helixlogtype=result)): ``` Aspire.Azure.Messaging.EventHubs.Tests.AspireEventHubsExtensionsTests.CanAddMultipleKeyedServices(clientIndex: 2) [FAIL] System.InvalidOperationException : No service for type 'Azure.Messaging.EventHubs.EventProcessorClient' has been registered. Stack Trace: at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetRequiredKeyedService(Type serviceType, Object serviceKey, ServiceProviderEngineScope serviceProviderEngineScope) at...
> > Multiple tests failing like this ([log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-aspire-refs-pull-3833-merge-0f4c0266e13343709d/Aspire.Azure.Messaging.EventHubs.Tests/1/console.63d9478e.log?helixlogtype=result)): > > Out of curiosity, is there any way to access that log without being a part of Microsoft? The tests passed...
> < snip /> > I can access the link you provided, but is there any way to access those logs from the failed check itself (e.g. assuming I don't...