apm-agent-dotnet
apm-agent-dotnet copied to clipboard
test: synchronizing gherkin spec
What
APM agent specs automatic sync
Why
Changeset
- https://github.com/elastic/apm/commit/7754a88 OTel bridge require null transaction result (https://github.com/elastic/apm/pull/649)
:green_heart: Build Succeeded
the below badges are clickable and redirect to their specific view in the CI or DOCS
![]()
![]()
![]()
![]()
![]()
Expand to view the summary
Build stats
-
Start Time: 2022-11-02T16:09:29.622+0000
-
Duration: 90 min 9 sec
Test stats :test_tube:
| Test | Results |
|---|---|
| Failed | 0 |
| Passed | 17834 |
| Skipped | 164 |
| Total | 17998 |
:robot: GitHub comments
Expand to view the GitHub comments
To re-run your PR in the CI, just comment with:
-
/test: Re-trigger the build. -
run benchmark tests: Run the benchmark test. -
runelasticsearch-ci/docs: Re-trigger the docs validation. (use unformatted text in the comment!)
PTAL @gregkalapos
I updated ElasticActivityListener according to the OTel Bridge spec in https://github.com/elastic/apm/blob/main/specs/agents/tracing-api-otel.md.
The tests are passing again.