Ankit Jain

Results 267 comments of Ankit Jain

`phpmyadmin:5.2` - this one is still missing.

@joperezr would you be able to look at this one? `System.IO.DirectoryNotFoundException : Could not find a part of the path '/tmp/p03cmxhk.ubl/mongo-init.js'.` .

> [@joperezr](https://github.com/joperezr?rgh-link-date=2025-04-17T20%3A55%3A36.000Z) would you be able to look at this one? `System.IO.DirectoryNotFoundException : Could not find a part of the path '/tmp/p03cmxhk.ubl/mongo-init.js'.` . https://github.com/dotnet/aspire/pull/8960 should fix the deterministic failure at...

> This was quarantined again in https://github.com/dotnet/aspire/pull/8908, so re-opening. cc @danegsta Correction - this is being used with a new test which is failing with the same error.

Can you please add some information in PR description, maybe even just links to pgweb?

`cosmos` emulator starts up faster with: ```csharp var cosmos = AppBuilder .AddAzureCosmosDB("cosmos") .RunAsEmulator(resource => resource.WithEnvironment("AZURE_COSMOS_EMULATOR_PARTITION_COUNT", "2")); ``` I'm adding this to the integration tests.

cc @eerhardt @sebastienros One of the tests timing out is `Aspire.Hosting.Elasticsearch.Tests` - [log](https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-aspire-refs-pull-5243-merge-b8dff7d94dac4dbb8a/Aspire.Hosting.Elasticsearch.Tests/1/console.613f6e41.log?helixlogtype=result). Why is this timing out after 10minutes on helix when all the tests combined didn't take that...

I chose a broader error message to match against, so we can get any tests that are timing out on helix now.