Skip to content

Fix errors and other direct dependencies

4f47eaa
Select commit
Loading
Failed to load commit list.
Closed

[Internal]Msdata/direct: Refactors msdata/direct refresh July 2025 #5315

Fix errors and other direct dependencies
4f47eaa
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-v3-ci failed Jul 25, 2025 in 1h 20m 6s

Build #20250725.3 had test failures

Details

Tests

  • Failed: 134 (3.30%)
  • Passed: 3,835 (94.55%)
  • Other: 87 (2.14%)
  • Total: 4,056

Annotations

Check failure on line 1311 in Build log

See this annotation in the file changed.

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

Build log #L1311

Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 1313 in Build log

See this annotation in the file changed.

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

Build log #L1313

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

Check failure on line 1464 in Build log

See this annotation in the file changed.

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

Build log #L1464

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

Check failure on line 1469 in Build log

See this annotation in the file changed.

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

Build log #L1469

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.EmulatorTests.Query.GroupByQueryTests.TestGroupByQueryAsync

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.EmulatorTests.Query.GroupByQueryTests.TestGroupByQueryAsync

Test method Microsoft.Azure.Cosmos.EmulatorTests.Query.GroupByQueryTests.TestGroupByQueryAsync threw exception: 
Microsoft.Azure.Cosmos.CosmosException: Response status code does not indicate success: BadRequest (400); Substatus: 0; ActivityId: 0bee2d73-2451-4c43-a517-c841c575c050; Reason: ({"code":"BadRequest","message":"Query contains 1 or more unsupported features. Upgrade your SDK to a version that does support the requested features:\r\nQuery contained ListAndSetAggregate, which the calling client does not support.\r\nActivityId: 0bee2d73-2451-4c43-a517-c841c575c050, Microsoft.Azure.Documents.Common/2.14.0"}
RequestUri: https://127.0.0.1:8081/dbs/cafa102e-3a28-44fe-ace0-3d111da44ddedb/colls/e1bff57a-1fc6-4cec-9767-5cfbefe44fc8container/docs;
RequestMethod: POST;
Header: Authorization Length: 86;
Header: x-ms-date Length: 29;
Header: x-ms-cosmos-sdk-supportedcapabilities Length: 1;
Header: x-ms-cosmos-correlated-activityid Length: 36;
Header: x-ms-cosmos-supported-query-features Length: 186;
Header: x-ms-cosmos-query-version Length: 3;
Header: x-ms-cosmos-is-query-plan-request Length: 4;
Header: x-ms-activity-id Length: 36;
Header: Cache-Control Length: 8;
Header: User-Agent Length: 80;
Header: x-ms-version Length: 10;
Header: Accept Length: 16;
, Request URI: /dbs/cafa102e-3a28-44fe-ace0-3d111da44ddedb/colls/e1bff57a-1fc6-4cec-9767-5cfbefe44fc8container/docs, RequestStats: Microsoft.Azure.Cosmos.Tracing.TraceData.ClientSideRequestStatisticsTraceDatum, SDK: Windows/10.0.20348 cosmos-netstandard-sdk/3.18.0);
Raw output
    at Microsoft.Azure.Cosmos.GatewayStoreClient.ParseResponseAsync(HttpResponseMessage responseMessage, JsonSerializerSettings serializerSettings, DocumentServiceRequest request) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreClient.cs:line 140
   at Microsoft.Azure.Cosmos.GatewayStoreClient.InvokeAsync(DocumentServiceRequest request, ResourceType resourceType, Uri physicalAddress, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreClient.cs:line 54
   at Microsoft.Azure.Cosmos.GatewayStoreModel.ProcessMessageAsync(DocumentServiceRequest request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreModel.cs:line 120
   at Microsoft.Azure.Cosmos.GatewayStoreModel.ProcessMessageAsync(DocumentServiceRequest request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreModel.cs:line 120
   at Microsoft.Azure.Cosmos.Handlers.TransportHandler.ProcessMessageAsync(RequestMessage request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\Handler\TransportHandler.cs:line 166
   at Microsoft.Azure.Cosmos.Handlers.TransportHandler.SendAsync(RequestMessage request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\Handler\TransportHandler.cs:line 83

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: 
Microsoft.Azure.Cosmos.CosmosException: Response status code does not indicate success: BadRequest (400); Substatus: 0; ActivityId: 1f62a6b3-7387-4209-b661-3e166f80d773; Reason: ({"code":"BadRequest","message":"Message: {\"errors\":[{\"severity\":\"Error\",\"location\":{\"start\":89,\"end\":99},\"code\":\"SC2241\",\"message\":\"The second through last arguments of the 'FullTextScore' function must be string literals.\"}]}\r\nActivityId: 1f62a6b3-7387-4209-b661-3e166f80d773, Microsoft.Azure.Documents.Common/2.14.0"}
RequestUri: https://127.0.0.1:8081/dbs/a3c9d3fc-96bd-48ea-a238-5cc302a79245db/colls/8547dee7-20c3-45a4-9b97-df1b3b01b573container/docs;
RequestMethod: POST;
Header: Authorization Length: 82;
Header: x-ms-date Length: 29;
Header: x-ms-cosmos-sdk-supportedcapabilities Length: 1;
Header: x-ms-cosmos-correlated-activityid Length: 36;
Header: x-ms-cosmos-supported-query-features Length: 186;
Header: x-ms-cosmos-query-version Length: 3;
Header: x-ms-cosmos-is-query-plan-request Length: 4;
Header: x-ms-activity-id Length: 36;
Header: Cache-Control Length: 8;
Header: User-Agent Length: 80;
Header: x-ms-version Length: 10;
Header: Accept Length: 16;
, Request URI: /dbs/a3c9d3fc-96bd-48ea-a238-5cc302a79245db/colls/8547dee7-20c3-45a4-9b97-df1b3b01b573container/docs, RequestStats: Microsoft.Azure.Cosmos.Tracing.TraceData.ClientSideRequestStatisticsTraceDatum, SDK: Windows/10.0.20348 cosmos-netstandard-sdk/3.18.0);
Raw output
    at Microsoft.Azure.Cosmos.GatewayStoreClient.ParseResponseAsync(HttpResponseMessage responseMessage, JsonSerializerSettings serializerSettings, DocumentServiceRequest request) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreClient.cs:line 140
   at Microsoft.Azure.Cosmos.GatewayStoreClient.InvokeAsync(DocumentServiceRequest request, ResourceType resourceType, Uri physicalAddress, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreClient.cs:line 54
   at Microsoft.Azure.Cosmos.GatewayStoreModel.ProcessMessageAsync(DocumentServiceRequest request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreModel.cs:line 120
   at Microsoft.Azure.Cosmos.GatewayStoreModel.ProcessMessageAsync(DocumentServiceRequest request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreModel.cs:line 120
   at Microsoft.Azure.Cosmos.Handlers.TransportHandler.ProcessMessageAsync(RequestMessage request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\Handler\TransportHandler.cs:line 166
   at Microsoft.Azure.Cosmos.Handlers.TransportHandler.SendAsync(RequestMessage request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\Handler\TransportHandler.cs:line 83

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: 
Microsoft.Azure.Cosmos.CosmosException: Response status code does not indicate success: BadRequest (400); Substatus: 0; ActivityId: f1323ec0-a7c4-45df-a56f-b432f416f7f0; Reason: ({"code":"BadRequest","message":"Message: {\"errors\":[{\"severity\":\"Error\",\"location\":{\"start\":263,\"end\":271},\"code\":\"SC2241\",\"message\":\"The second through last arguments of the 'FullTextScore' function must be string literals.\"}]}\r\nActivityId: f1323ec0-a7c4-45df-a56f-b432f416f7f0, Microsoft.Azure.Documents.Common/2.14.0"}
RequestUri: https://127.0.0.1:8081/dbs/1f048ad7-d563-4d18-aaf4-83bd6e869786db/colls/e93cd5b0-e16d-4039-9475-373d4996b8f6container/docs;
RequestMethod: POST;
Header: Authorization Length: 80;
Header: x-ms-date Length: 29;
Header: x-ms-cosmos-sdk-supportedcapabilities Length: 1;
Header: x-ms-cosmos-correlated-activityid Length: 36;
Header: x-ms-cosmos-supported-query-features Length: 186;
Header: x-ms-cosmos-query-version Length: 3;
Header: x-ms-cosmos-is-query-plan-request Length: 4;
Header: x-ms-activity-id Length: 36;
Header: Cache-Control Length: 8;
Header: User-Agent Length: 80;
Header: x-ms-version Length: 10;
Header: Accept Length: 16;
, Request URI: /dbs/1f048ad7-d563-4d18-aaf4-83bd6e869786db/colls/e93cd5b0-e16d-4039-9475-373d4996b8f6container/docs, RequestStats: Microsoft.Azure.Cosmos.Tracing.TraceData.ClientSideRequestStatisticsTraceDatum, SDK: Windows/10.0.20348 cosmos-netstandard-sdk/3.18.0);
Raw output
    at Microsoft.Azure.Cosmos.GatewayStoreClient.ParseResponseAsync(HttpResponseMessage responseMessage, JsonSerializerSettings serializerSettings, DocumentServiceRequest request) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreClient.cs:line 140
   at Microsoft.Azure.Cosmos.GatewayStoreClient.InvokeAsync(DocumentServiceRequest request, ResourceType resourceType, Uri physicalAddress, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreClient.cs:line 54
   at Microsoft.Azure.Cosmos.GatewayStoreModel.ProcessMessageAsync(DocumentServiceRequest request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreModel.cs:line 120
   at Microsoft.Azure.Cosmos.GatewayStoreModel.ProcessMessageAsync(DocumentServiceRequest request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\GatewayStoreModel.cs:line 120
   at Microsoft.Azure.Cosmos.Handlers.TransportHandler.ProcessMessageAsync(RequestMessage request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\Handler\TransportHandler.cs:line 166
   at Microsoft.Azure.Cosmos.Handlers.TransportHandler.SendAsync(RequestMessage request, CancellationToken cancellationToken) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\src\Handler\TransportHandler.cs:line 83

Check failure on line 1 in Microsoft.Azure.Cosmos.EmulatorTests.Query.NegativeQueryTests.TestTopOffsetLimitClientRanges

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.EmulatorTests.Query.NegativeQueryTests.TestTopOffsetLimitClientRanges

Assert.IsTrue failed. 
Raw output
   at Microsoft.Azure.Cosmos.EmulatorTests.Query.NegativeQueryTests.<TestTopOffsetLimitClientRanges>g__ImplementationAsync|3_0(Container container, IReadOnlyList`1 documents) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Query\NegativeQueryTests.cs:line 137
   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 537
   at Microsoft.Azure.Cosmos.EmulatorTests.Query.NegativeQueryTests.TestTopOffsetLimitClientRanges() in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Query\NegativeQueryTests.cs:line 142