Ankit Jain

Results 99 issues of Ankit Jain

## 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: https://github.com/dotnet/aspire/pull/5099 ``` Error message Grpc.Core.RpcException : Status(StatusCode="Cancelled", Detail="Call canceled by the client.", DebugException="System.OperationCanceledException: The operation...

area-integrations
testing ☑️
blocking-clean-ci
flaky-test

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=759099 Build error leg or test failing: Aspire.Azure.AI.OpenAI.Tests.ConformanceTests.LoggerFactoryIsUsedByRegisteredClient(registerAfterLoggerFactory: True, useKey: True) Pull request: https://github.com/dotnet/aspire.git/pull/5108 ``` Aspire.Azure.Messaging.WebPubSub.Tests.ConformanceTests.LoggerFactoryIsUsedByRegisteredClient(registerAfterLoggerFactory: False, useKey: False) Assert.Contains() Failure Not found: Azure.Core In value:...

area-integrations
testing ☑️
blocking-clean-ci

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=742280 Build error leg or test failing: Aspire.Workload.Tests.EmptyTemplateRunTests.Aspire.Workload.Tests.EmptyTemplateRunTests.ResourcesShowUpOnDashboad Pull request: https://github.com/dotnet/aspire/pull/4914 ``` Aspire.Workload.Tests: [apphost] info: Aspire.Hosting.DistributedApplication[0] Aspire.Workload.Tests: [apphost] Distributed application started. Press Ctrl+C to shut down....

area-app-model
blocking-clean-ci
disabled-tests

Failing test `Aspire.Hosting.Testing.Tests.ResourceLoggerForwarderServiceTests.ResourceLogsAreForwardedToHostLogging` ## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=742178 Build error leg or test failing: Aspire.Hosting.Testing.Tests.ResourceLoggerForwarderServiceTests.ResourceLogsAreForwardedToHostLogging Pull request: https://github.com/dotnet/aspire/pull/4915 ``` Aspire.Hosting.Testing.Tests.ResourceLoggerForwarderServiceTests.ResourceLogsAreForwardedToHostLogging [FAIL] Assert.Collection() Failure Collection: [[50:37.314, info] 1: Test trace message,...

bug
testing ☑️
blocking-clean-ci
area-app-testing

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=737846 ``` Failed Aspire.Hosting.Redis.Tests.RedisFunctionalTests.WithDataVolumeShouldPersistStateBetweenUsages [41 s] Error Message: ``` ` StackExchange.Redis.RedisTimeoutException : The message timed out in the backlog attempting to send because no connection became available, command=SET, timeout:...

area-app-model
testing ☑️
blocking-clean-ci

Build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2492446&view=ms.vss-test-web.build-test-results-tab&runId=53858631&resultId=100204&paneView=debug ``` Failed Aspire.Dashboard.Tests.Integration.Playwright.AppBarTests.AppBar_Change_Theme [10 s] Error Message: Microsoft.Playwright.PlaywrightException : Locator expected to be visible Call log: - LocatorAssertions.ToBeVisibleAsync with timeout 5000ms - waiting for GetByText("TestResource") Stack Trace: at...

area-dashboard
testing ☑️
blocking-clean-ci

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

area-components
testing ☑️

…tests also. These trx files are surfaced in the azdo artifacts that can be downloaded for debugging. ## Description ## Checklist - Is this feature complete? - [x] Yes. Ready...

area-engineering-systems
testing ☑️

.. similar to how others do this. https://github.com/dotnet/aspire/blob/44a60c18d9d77110ca0aa3b753476510e4823eb2/tests/Aspire.StackExchange.Redis.Tests/RedisContainerFixture.cs#L11-L43 https://github.com/dotnet/aspire/blob/44a60c18d9d77110ca0aa3b753476510e4823eb2/tests/Aspire.StackExchange.Redis.Tests/ConformanceTests.cs#L18-L19 Currently any tests that need to connect get skipped with `Unable to connect to server`. - [ ] `Qdrant` - [...

area-components
testing ☑️

## Description The import path is expected to be relative to the AppHost path, but here it was being used as-is - relative to the current working directory. Instead, expand...

area-app-model