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

Query: Adds asynchronous enumeration #4855

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Merge branch 'master' into async-enumerator

99874c2
Select commit
Loading
Failed to load commit list.
Open

Query: Adds asynchronous enumeration #4855

Merge branch 'master' into async-enumerator
99874c2
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-v3-ci failed Nov 12, 2024 in 1h 0m 14s

Build #20241112.3 had test failures

Details

Tests

  • Failed: 7 (0.09%)
  • Passed: 7,737 (99.01%)
  • Other: 70 (0.90%)
  • Total: 7,814

Annotations

Check failure on line 5192 in Build log

See this annotation in the file changed.

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

Build log #L5192

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

Check failure on line 5197 in Build log

See this annotation in the file changed.

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

Build log #L5197

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 1403 in Build log

See this annotation in the file changed.

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

Build log #L1403

The Operation will be canceled. The next steps may not contain expected logs.

Check failure on line 1406 in Build log

See this annotation in the file changed.

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

Build log #L1406

The operation was canceled.

Check failure on line 1 in Microsoft.Azure.Cosmos.Tests.Contracts.ContractEnforcementTests.PreviewContractChanges

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.Tests.Contracts.ContractEnforcementTests.PreviewContractChanges

Assert.Fail failed. Public API has changed. If this is expected, then run (EnlistmentRoot)\UpdateContracts.ps1 . To see the differences run the update script and use git diff.
Raw output
   at Microsoft.Azure.Cosmos.Tests.Contracts.ContractEnforcement.ValidateJsonAreSame(String baselineJson, String currentJson) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\Contracts\ContractEnforcement.cs:line 328
   at Microsoft.Azure.Cosmos.Tests.Contracts.ContractEnforcement.ValidatePreviewContractContainBreakingChanges(String dllName, String officialBaselinePath, String previewBaselinePath, String previewBreakingChangesPath) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\Contracts\ContractEnforcement.cs:line 242
   at Microsoft.Azure.Cosmos.Tests.Contracts.ContractEnforcementTests.PreviewContractChanges() in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\Contracts\ContractEnforcementTests.cs:line 22

Check failure on line 1 in Microsoft.Azure.Cosmos.Linq.CosmosLinqJsonConverterTests.EnumIsPreservedAsINTest

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.Linq.CosmosLinqJsonConverterTests.EnumIsPreservedAsINTest

Assert.AreEqual failed. Expected:<(a["Value"] IN (0, 1))>. Actual:<(a["Value"] IN ("One", "Two"))>. 
Raw output
   at Microsoft.Azure.Cosmos.Linq.CosmosLinqJsonConverterTests.EnumIsPreservedAsINTest() in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\Linq\CosmosLinqJsonConverterTests.cs:line 57

Check failure on line 1 in Microsoft.Azure.Cosmos.Tests.Contracts.ContractEnforcementTests.ContractChanges

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.Tests.Contracts.ContractEnforcementTests.ContractChanges

Assert.Fail failed. Public API has changed. If this is expected, then run (EnlistmentRoot)\UpdateContracts.ps1 . To see the differences run the update script and use git diff.
Raw output
   at Microsoft.Azure.Cosmos.Tests.Contracts.ContractEnforcement.ValidateJsonAreSame(String baselineJson, String currentJson) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\Contracts\ContractEnforcement.cs:line 328
   at Microsoft.Azure.Cosmos.Tests.Contracts.ContractEnforcement.ValidateContractContainBreakingChanges(String dllName, String baselinePath, String breakingChangesPath) in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\Contracts\ContractEnforcement.cs:line 206
   at Microsoft.Azure.Cosmos.Tests.Contracts.ContractEnforcementTests.ContractChanges() in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\Contracts\ContractEnforcementTests.cs:line 32

Check failure on line 1 in Microsoft.Azure.Cosmos.Linq.CosmosLinqJsonConverterTests.EnumIsPreservedAsINTest

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.Linq.CosmosLinqJsonConverterTests.EnumIsPreservedAsINTest

Assert.AreEqual failed. Expected:<(a["Value"] IN (0, 1))>. Actual:<(a["Value"] IN ("One", "Two"))>. 
Raw output
   at Microsoft.Azure.Cosmos.Linq.CosmosLinqJsonConverterTests.EnumIsPreservedAsINTest() in D:\a\_work\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\Linq\CosmosLinqJsonConverterTests.cs:line 57