Ankit Jain

Results 99 issues of Ankit Jain

- [ ] Convert the test project to be built on the build machine, and then run on helix similar to workload tests. - [ ] Test to check that...

area-engineering-systems
testing ☑️

Playwright dependencies have been installed on the helix image. Issue: https://github.com/dotnet/aspire/issues/4623 . Fixed by resolution of https://github.com/dotnet/dnceng/issues/3122 . ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/aspire/pull/5066)

area-engineering-systems
blocked
testing ☑️

###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/aspire/pull/5236)

area-app-model

The core logic is the same but duplicated in these two methods: https://github.com/dotnet/aspire/blob/357a0b2e35b9188ba7c4437be3287b9b86388176/src/Aspire.Hosting.Testing/DistributedApplicationFactory.cs#L194-L218 https://github.com/dotnet/aspire/blob/357a0b2e35b9188ba7c4437be3287b9b86388176/src/Aspire.Hosting/LaunchProfileExtensions.cs#L55-L95 context: https://github.com/dotnet/aspire/pull/5218#issuecomment-2274444437

area-app-model

I hit this when running `playground/keycloak/Keycloak.AppHost/Keycloak.AppHost.csproj` with `Aspire.Hosting.Testing` like in https://github.com/dotnet/aspire/pull/5208/files#diff-5051cd0c129b32d78bdb46214c5ec1f3db3b004e77ea64fe95791a1afc0ed520R28-R39 . The test loads the assembly for the apphost, and tries to run it. But it fails because .....

area-app-testing

These would be tests that exercise the workload, like: # Template tests - [ ] test for `aspire-apphost`, and `aspire-servicedefaults` - take the ApiService, and Web project from the `aspire-starter`...

area-app-model
testing ☑️

## Failing Test(s) - `Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit` - `Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.CircuitTests.ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit ` ## Error Message ```text 2024-08-27T16:58:38.6016170Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit(id: "setparameters-async-throw") [4 s] 2024-08-27T16:58:38.6026851Z Error Message: 2024-08-27T16:58:38.6029042Z OpenQA.Selenium.ElementClickInterceptedException : element click intercepted: Element ... is...

test-failure
area-blazor

## Failing Test(s) - `Microsoft.AspNetCore.Server.IIS.NewShim.FunctionalTests.NewShimTests.CheckNewShimIsUsed` ## Error Message ```text Could not find aspnetcorev2_inprocess.dll loaded in process w3wp ``` ## Stacktrace ```text 2024-08-26T20:30:31.3148437Z [xUnit.net 00:00:07.06] Stack Trace: 2024-08-26T20:30:31.3150379Z [xUnit.net 00:00:07.06] /_/src/Servers/IIS/IIS/test/IIS.NewShim.FunctionalTests/NewShimTests.cs(36,0):...

test-failure
area-networking

In `Aspire.Workload.Tests`, `Path.GetRandomFile()` is used to generate part of the project id, like `jdzjmany.try`, and that is used to generate the namespace names like `starter_test.Debug-nunit_jdzjmany.try.Web`. But this generated namespace name...

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=818717 Build error leg or test failing: Aspire.Playground.Tests.AppHostTests.Aspire.Playground.Tests.AppHostTests.TestEndpointsReturnOk Pull request: N/A ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssueJsonStepByStep.md). ```json...

testing ☑️
blocking-clean-ci
azure-eventhubs
flaky-test