Skip to content

upgrading to 3.40.1 direct

66e5b95
Select commit
Loading
Failed to load commit list.
Closed

Users/kirankk/copilot/fix 5167 #5286

upgrading to 3.40.1 direct
66e5b95
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-v3-ci failed Jul 15, 2025 in 1h 20m 55s

Build #20250715.10 had test failures

Details

Tests

  • Failed: 46 (0.41%)
  • Passed: 10,963 (98.56%)
  • Other: 114 (1.02%)
  • Total: 11,123

Annotations

Check failure on line 1573 in Build log

See this annotation in the file changed.

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

Build log #L1573

Error: The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 1578 in Build log

See this annotation in the file changed.

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

Build log #L1578

Dotnet command failed with non-zero exit code on the following projects : [
  'D:\\a\\_work\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.EmulatorTests\\Microsoft.Azure.Cosmos.EmulatorTests.csproj'
]

Check failure on line 4133 in Build log

See this annotation in the file changed.

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

Build log #L4133

Error: The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 4138 in Build log

See this annotation in the file changed.

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

Build log #L4138

Dotnet command failed with non-zero exit code on the following projects : [
  'D:\\a\\_work\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\Microsoft.Azure.Cosmos.Tests.csproj'
]

Check failure on line 1 in Microsoft.Azure.Cosmos.SDK.EmulatorTests.CosmosAvailabilityStrategyTests.AvailabilityStrategyNoTriggerTest

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.SDK.EmulatorTests.CosmosAvailabilityStrategyTests.AvailabilityStrategyNoTriggerTest

Test failed

Check failure on line 1 in Microsoft.Azure.Cosmos.EmulatorTests.Query.CosmosUndefinedQueryTests.HybridSearchTests

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.EmulatorTests.Query.CosmosUndefinedQueryTests.HybridSearchTests

Test method Microsoft.Azure.Cosmos.EmulatorTests.Query.CosmosUndefinedQueryTests.HybridSearchTests threw exception: 
System.Runtime.InteropServices.COMException: 0x800A0B00
Raw output
    at Microsoft.Azure.Cosmos.EmulatorTests.Query.QueryTestsBase.CreateIngestQueryDeleteAsync[T](ConnectionModes connectionModes, CollectionTypes collectionTypes, IEnumerable`1 documents, Query`1 query, CosmosClientFactory cosmosClientFactory, T testArgs, String partitionKey, IndexingPolicy indexingPolicy, GeospatialType geospatialType, VectorEmbeddingPolicy vectorEmbeddingPolicy) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Query\QueryTestsBase.cs:line 554
   at Microsoft.Azure.Cosmos.EmulatorTests.Query.CosmosUndefinedQueryTests.HybridSearchTests() in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Query\CosmosUndefinedQueryTests.cs:line 57
   at Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ThreadOperations.ExecuteWithAbortSafety(Action action)

Check failure on line 1 in Microsoft.Azure.Cosmos.Tests.Query.QueryPlanBaselineTests.OffsetLimit

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.Tests.Query.QueryPlanBaselineTests.OffsetLimit

Assert.IsTrue failed.  Baseline File D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\bin\Debug\net6.0\BaselineTest\TestBaseline\QueryPlanBaselineTests.OffsetLimit.xml,
                    Output File D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\bin\Debug\net6.0\BaselineTest\TestOutput\QueryPlanBaselineTests.OffsetLimit.xml,
                    Expected: itionKeyType></Input><Output><PartitionedQueryExecutionInfoInternal><QueryRanges><Range><Range>[[],",
                    Actual:   itionKeyType></Input><Output><Exception>Microsoft.Azure.Cosmos.Query.Core.Monads.ExceptionWithStackT
Raw output
   at Microsoft.Azure.Cosmos.Test.BaselineTest.BaselineTests`2.ExecuteTestSuite(IEnumerable`1 inputs, String testSuiteName) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\BaselineTest\BaselineTests.cs:line 136
   at Microsoft.Azure.Cosmos.Tests.Query.QueryPlanBaselineTests.OffsetLimit() in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\Query\QueryPlanBaselineTests.cs:line 1362

Check failure on line 1 in Microsoft.Azure.Cosmos.EmulatorTests.Query.HybridSearchQueryTests.SanityTests

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.EmulatorTests.Query.HybridSearchQueryTests.SanityTests

Test method Microsoft.Azure.Cosmos.EmulatorTests.Query.HybridSearchQueryTests.SanityTests threw exception: 
System.Runtime.InteropServices.COMException: 0x800A0B00
Raw output
    at Microsoft.Azure.Cosmos.EmulatorTests.Query.QueryTestsBase.CreateIngestQueryDeleteAsync[T](ConnectionModes connectionModes, CollectionTypes collectionTypes, IEnumerable`1 documents, Query`1 query, CosmosClientFactory cosmosClientFactory, T testArgs, String partitionKey, IndexingPolicy indexingPolicy, GeospatialType geospatialType, VectorEmbeddingPolicy vectorEmbeddingPolicy) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Query\QueryTestsBase.cs:line 554
   at Microsoft.Azure.Cosmos.EmulatorTests.Query.HybridSearchQueryTests.RunTests(IEnumerable`1 testCases) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Query\HybridSearchQueryTests.cs:line 188
   at Microsoft.Azure.Cosmos.EmulatorTests.Query.HybridSearchQueryTests.SanityTests() in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Query\HybridSearchQueryTests.cs:line 136
   at Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ThreadOperations.ExecuteWithAbortSafety(Action action)