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

Increase logging of testcontainer #2468

Merged
merged 4 commits into from
Oct 23, 2024

Add CosmosDbFact attribute for CosmosDb-specific tests

3b8c692
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Increase logging of testcontainer #2468

Add CosmosDbFact attribute for CosmosDb-specific tests
3b8c692
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Repot -iis succeeded Oct 22, 2024 in 1s

5 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ junit-NETCoreApp80-Elastic.Apm.AspNetFullFramework.Tests.xml

5 tests were completed in 47s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Elastic.Apm.AspNetFullFramework.Tests.dll 5✔️ 47s

✔️ Elastic.Apm.AspNetFullFramework.Tests.dll

Elastic.Apm.AspNetFullFramework.Tests.CustomServiceNodeNameSetViaSettings
  ✔️ CustomServiceNodeNameSetViaSettings.Test(sampleAppUrlPathData: SampleAppUrlPathData { ErrorsCount = 0, Outcome = Success, RelativePath = "", SpansCount = 0, StatusCode = 200, ··· })
  ✔️ CustomServiceNodeNameSetViaSettings.Test(sampleAppUrlPathData: SampleAppUrlPathData { ErrorsCount = 0, Outcome = Success, RelativePath = "Home", SpansCount = 0, StatusCode = 200, ··· })
  ✔️ CustomServiceNodeNameSetViaSettings.Test(sampleAppUrlPathData: SampleAppUrlPathData { ErrorsCount = 0, Outcome = Success, RelativePath = "Home/Contact", SpansCount = 2, StatusCode = 200, ··· })
  ✔️ CustomServiceNodeNameSetViaSettings.Test(sampleAppUrlPathData: SampleAppUrlPathData { ErrorsCount = 2, Outcome = Failure, RelativePath = "Home/CustomSpanThrows", SpansCount = 1, StatusCode = 500, ··· })
  ✔️ CustomServiceNodeNameSetViaSettings.Test(sampleAppUrlPathData: SampleAppUrlPathData { ErrorsCount = 1, Outcome = Success, RelativePath = "dummy_URL_path_to_page_that_does_not_exist", SpansCount = 0, StatusCode = 404, ··· })