@@ -5,7 +5,6 @@ Feature: Initial P values
55 And I run "InitialPScenario"
66 And I wait to receive a sampling request
77 * the sampling request "Bugsnag-Span-Sampling" header equals "1:0"
8- * the sampling request "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
98 * the sampling request payload field "resourceSpans" is an array with 0 elements
109 Then I set the sampling probability for the next traces to "0"
1110 Then I invoke "step2"
@@ -17,11 +16,9 @@ Feature: Initial P values
1716 And I wait to receive a sampling request
1817
1918 Then the sampling request "Bugsnag-Span-Sampling" header equals "1:0"
20- * the sampling request "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
2119
2220 Then I wait to receive at least 1 span
2321 * the trace "Bugsnag-Span-Sampling" header equals "1:1"
24- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
2522 * every span field "name" equals "First"
2623 * every span field "spanId" matches the regex "^[A-Fa-f0-9]{16}$"
2724 * every span field "traceId" matches the regex "^[A-Fa-f0-9]{32}$"
@@ -32,7 +29,6 @@ Feature: Initial P values
3229 And I invoke "step2"
3330 And I wait to receive at least 1 span
3431 * the trace "Bugsnag-Span-Sampling" header equals "1:1"
35- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
3632 * every span field "name" equals "Second"
3733 * every span field "spanId" matches the regex "^[A-Fa-f0-9]{16}$"
3834 * every span field "traceId" matches the regex "^[A-Fa-f0-9]{32}$"
@@ -44,5 +40,4 @@ Feature: Initial P values
4440 Given I run "ProbabilityExpiryScenario"
4541 And I wait to receive at least 1 sampling request
4642 * the sampling request "Bugsnag-Span-Sampling" header equals "1:0"
47- * the sampling request "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
4843 * the sampling request payload field "resourceSpans" is an array with 0 elements
0 commit comments