Commit 6ffbd4a
authored
chore(ci_visibility): set span type to "test" for ddtrace integrations (#15526)
## Description
The Selenium integration checks if the root span is of `test` type
before adding its tags. This PR adjusts the span type of the ddtrace
span created by the new pytest plugin.
Additionally, fix the `selenium` riot environment to use the correct env
var to set the test agent port.
## Testing
Manual testing to see that the Selenium integration works with the new
plugin.
Currently we can't do snapshot tests with the new plugin because the
test agent does not support citestcycle traces sent via EVP proxy mode,
and the new plugin does not support the legacy mode.
## Risks
None.
## Additional Notes
None.1 parent 7f7bcc8 commit 6ffbd4a
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3428 | 3428 | | |
3429 | 3429 | | |
3430 | 3430 | | |
3431 | | - | |
| 3431 | + | |
3432 | 3432 | | |
3433 | 3433 | | |
3434 | 3434 | | |
| |||
0 commit comments