Skip to content
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

[Internal] Query: Removes Ode changes which rejected certain types of queries which were previously supported on 3.36.0-preview #4142

Merge branch 'releases/3.36.0-preview' into users/akotalwar/RevertReg…

6f2ab44
Select commit
Loading
Failed to load commit list.
Merged

[Internal] Query: Removes Ode changes which rejected certain types of queries which were previously supported on 3.36.0-preview #4142

Merge branch 'releases/3.36.0-preview' into users/akotalwar/RevertReg…
6f2ab44
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-v3-ci succeeded Oct 21, 2023 in 35m 7s

Build #20231020.12 had test failures

Details

Tests

  • Failed: 2 (0.02%)
  • Passed: 8,336 (99.18%)
  • Other: 67 (0.80%)
  • Total: 8,405

Annotations

Check failure on line 1 in Microsoft.Azure.Cosmos.GatewayAddressCacheTests.TryGetAddressesAsync_WhenReplicaVlidationEnabledAndUnhealthyUriExistsForOneMinute_ShouldForceRefreshUnhealthyReplicas

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-v3-ci

Microsoft.Azure.Cosmos.GatewayAddressCacheTests.TryGetAddressesAsync_WhenReplicaVlidationEnabledAndUnhealthyUriExistsForOneMinute_ShouldForceRefreshUnhealthyReplicas

Assert.AreEqual failed. Expected:<2>. Actual:<3>. 
Raw output
   at Microsoft.Azure.Cosmos.GatewayAddressCacheTests.ValidateHealthStatesInDiagnostics(PartitionAddressInformation addressInfo, Int32 numberOfConnectedReplicas, Int32 numberOfUnknownReplicas, Int32 numberOfUnhealthyPendingReplicas, Int32 numberOfUnhealthyReplicas) in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\GatewayAddressCacheTests.cs:line 1453
   at Microsoft.Azure.Cosmos.GatewayAddressCacheTests.TryGetAddressesAsync_WhenReplicaVlidationEnabledAndUnhealthyUriExistsForOneMinute_ShouldForceRefreshUnhealthyReplicas() in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\GatewayAddressCacheTests.cs:line 1229

Check failure on line 1 in Microsoft.Azure.Cosmos.Tests.CosmosHttpClientCoreTests.RetryTransientIssuesForQueryPlanTestAsync

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-v3-ci

Microsoft.Azure.Cosmos.Tests.CosmosHttpClientCoreTests.RetryTransientIssuesForQueryPlanTestAsync

Assert.Fail failed. Cancellation token should be canceled
Raw output
   at Microsoft.Azure.Cosmos.Tests.CosmosHttpClientCoreTests.<>c__DisplayClass8_0.<<RetryTransientIssuesForQueryPlanTestAsync>g__sendFunc|0>d.MoveNext() in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\CosmosHttpClientCoreTests.cs:line 412
--- End of stack trace from previous location ---
   at Microsoft.Azure.Cosmos.Tests.CosmosHttpClientCoreTests.MockMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\CosmosHttpClientCoreTests.cs:line 500
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Microsoft.Azure.Cosmos.CosmosHttpClientCore.ExecuteHttpHelperAsync(HttpRequestMessage requestMessage, ResourceType resourceType, CancellationToken cancellationToken) in D:\a\1\s\Microsoft.Azure.Cosmos\src\HttpClient\CosmosHttpClientCore.cs:line 463
   at Microsoft.Azure.Cosmos.CosmosHttpClientCore.SendHttpHelperAsync(Func`1 createRequestMessageAsync, ResourceType resourceType, HttpTimeoutPolicy timeoutPolicy, IClientSideRequestStatistics clientSideRequestStatistics, CancellationToken cancellationToken) in D:\a\1\s\Microsoft.Azure.Cosmos\src\HttpClient\CosmosHttpClientCore.cs:line 342
   at Microsoft.Azure.Cosmos.Tests.CosmosHttpClientCoreTests.RetryTransientIssuesForQueryPlanTestAsync() in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\CosmosHttpClientCoreTests.cs:line 429