Skip to content

Commit

Permalink
addtional test
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley committed Mar 19, 2024
1 parent 6aea8ee commit 1ea40e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/OpenTelemetry.Tests/Trace/TracerProviderSdkTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ public void SdkPopulatesSamplingParamsCorrectlyForLegacyActivityWithInProcParent
[InlineData("parentbased_always_on", null, "ParentBased{AlwaysOnSampler}")]
[InlineData("parentbased_always_off", null, "ParentBased{AlwaysOffSampler}")]
[InlineData("parentbased_traceidratio", "0.111", "ParentBased{TraceIdRatioBasedSampler{0.111000}}")]
[InlineData("parentbased_traceidratio", "not_a_double", "ParentBased{TraceIdRatioBasedSampler{1.000000}}")]
[InlineData("ParentBased_TraceIdRatio", "0.000001", "ParentBased{TraceIdRatioBasedSampler{0.000001}}")]
public void TestSamplerSetFromConfiguration(string configValue, string argValue, string samplerDescription)
{
Expand Down

0 comments on commit 1ea40e8

Please sign in to comment.