Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Feb 5, 2024
1 parent 6616749 commit 86f7c1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ steps:
docker-compose#v4.8.0:
pull: maze-runner-bb
run: maze-runner-bb
service-ports: true
command:
- "--app=@build/bb_url_swizzling_disabled.txt"
- "--device=IOS_16"
Expand Down Expand Up @@ -232,6 +233,7 @@ steps:
docker-compose#v4.8.0:
pull: maze-runner-bb
run: maze-runner-bb
service-ports: true
command:
- "--app=@build/bb_url_swizzling_disabled.txt"
- "--device=IOS_14"
Expand Down Expand Up @@ -261,6 +263,7 @@ steps:
docker-compose#v4.8.0:
pull: maze-runner-bb
run: maze-runner-bb
service-ports: true
command:
- "--app=@build/bb_url_swizzling_premain.txt"
- "--device=IOS_16"
Expand Down Expand Up @@ -288,6 +291,7 @@ steps:
docker-compose#v4.8.0:
pull: maze-runner-bb
run: maze-runner-bb
service-ports: true
command:
- "--app=@build/bb_url_swizzling_premain.txt"
- "--device=IOS_14"
Expand Down
4 changes: 2 additions & 2 deletions features/default/automatic_spans.feature
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ Feature: Automatic instrumentation spans
* a span field "parentSpanId" does not exist
* a span field "name" equals "[HTTP/GET]"
* a span string attribute "http.flavor" exists
* a span string attribute "http.url" matches the regex "http://.*:9339/reflect\?status=200"
* a span string attribute "http.url" matches the regex "http://.*:9[0-9]{3}/reflect\?status=200"
* a span string attribute "http.method" equals "GET"
* a span integer attribute "http.status_code" is greater than 0
* a span integer attribute "http.response_content_length" is greater than 0
Expand All @@ -460,7 +460,7 @@ Feature: Automatic instrumentation spans
* every span field "parentSpanId" does not exist
* a span field "name" equals "[HTTP/GET]"
* a span string attribute "http.flavor" exists
* a span string attribute "http.url" matches the regex "http://.*:9339/reflect\?status=200"
* a span string attribute "http.url" matches the regex "http://.*:9[0-9]{3}/reflect\?status=200"
* a span string attribute "http.method" equals "GET"
* a span integer attribute "http.status_code" is greater than 0
* a span integer attribute "http.response_content_length" is greater than 0
Expand Down
2 changes: 1 addition & 1 deletion features/default/manual_spans.feature
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Feature: Manual creation of spans
* the trace payload field "resourceSpans.0.resource" string attribute "telemetry.sdk.version" matches the regex "[0-9]\.[0-9]\.[0-9]"
* every span field "name" equals "[HTTP/GET]"
* every span string attribute "http.flavor" exists
* every span string attribute "http.url" matches the regex "http://.*:9339/reflect\?status=200"
* every span string attribute "http.url" matches the regex "http://.*:9[0-9]{3}/reflect\?status=200"
* every span string attribute "http.method" equals "GET"
* every span integer attribute "http.status_code" is greater than 0
* every span integer attribute "http.response_content_length" is greater than 0
Expand Down

0 comments on commit 86f7c1c

Please sign in to comment.