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] Distributed Tracing: Fixes Client Config Test #4406

Merged
merged 4 commits into from
Apr 12, 2024

Merge branch 'master' into users/sourabhjain/dtbugfix

f0d2f37
Select commit
Loading
Failed to load commit list.
Merged

[Internal] Distributed Tracing: Fixes Client Config Test #4406

Merge branch 'master' into users/sourabhjain/dtbugfix
f0d2f37
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-v3-ci succeeded Apr 12, 2024 in 24m 9s

Build #20240412.4 had test failures

Details

Tests

  • Failed: 3 (0.04%)
  • Passed: 7,390 (98.65%)
  • Other: 98 (1.31%)
  • Total: 7,491
Code coverage

  • 11660 of 24629 branches covered (47.34%)
  • 49731 of 90094 lines covered (55.20%)

Annotations

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

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.Tests.CosmosHttpClientCoreTests.RetryTransientIssuesTestAsync

Assert.Fail failed. Cancellation token should be canceled
Raw output
   at Microsoft.Azure.Cosmos.Tests.CosmosHttpClientCoreTests.<>c__DisplayClass1_0.<<RetryTransientIssuesTestAsync>g__sendFunc|0>d.MoveNext() in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\CosmosHttpClientCoreTests.cs:line 102
--- 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 499
   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 493
   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.RetryTransientIssuesTestAsync() in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\CosmosHttpClientCoreTests.cs:line 119

Check failure on line 1 in Microsoft.Azure.Cosmos.Tests.CosmosAuthorizationTests.TestTokenCredentialBackgroundRefreshAsync

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.Tests.CosmosAuthorizationTests.TestTokenCredentialBackgroundRefreshAsync

Assert.AreEqual failed. Expected:<1>. Actual:<0>. 
Raw output
   at Microsoft.Azure.Cosmos.Tests.CosmosAuthorizationTests.TestTokenCredentialBackgroundRefreshAsync() in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.Tests\CosmosAuthorizationTests.cs:line 294

Check failure on line 1 in Microsoft.Azure.Cosmos.EmulatorTests.Tracing.EndToEndTraceWriterBaselineTests.QueryAsync

See this annotation in the file changed.

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

Microsoft.Azure.Cosmos.EmulatorTests.Tracing.EndToEndTraceWriterBaselineTests.QueryAsync

Assert.Fail failed. 
Raw output
   at Microsoft.Azure.Cosmos.EmulatorTests.Tracing.EndToEndTraceWriterBaselineTests.AssertTraceProperites(ITrace trace) in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Tracing\EndToEndTraceWriterBaselineTests.cs:line 1624
   at Microsoft.Azure.Cosmos.EmulatorTests.Tracing.EndToEndTraceWriterBaselineTests.AssertTraceProperites(ITrace trace) in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Tracing\EndToEndTraceWriterBaselineTests.cs:line 1619
   at Microsoft.Azure.Cosmos.EmulatorTests.Tracing.EndToEndTraceWriterBaselineTests.ExecuteTest(Input input) in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Tracing\EndToEndTraceWriterBaselineTests.cs:line 1489
   at Microsoft.Azure.Cosmos.Services.Management.Tests.BaselineTest.BaselineTests`2.ExecuteTestSuite(IEnumerable`1 inputs, String testSuiteName) in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\BaselineTest\BaselineTests.cs:line 70
   at Microsoft.Azure.Cosmos.EmulatorTests.Tracing.EndToEndTraceWriterBaselineTests.QueryAsync() in D:\a\1\s\Microsoft.Azure.Cosmos\tests\Microsoft.Azure.Cosmos.EmulatorTests\Tracing\EndToEndTraceWriterBaselineTests.cs:line 686