Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add special span tag for async test cases #9

Open
Kyle-Verhoog opened this issue Apr 23, 2021 · 1 comment
Open

Add special span tag for async test cases #9

Kyle-Verhoog opened this issue Apr 23, 2021 · 1 comment

Comments

@Kyle-Verhoog
Copy link
Member

Currently async test cases can only be implemented by attaching a separate http header but this is non-trivial to do in some languages (java, .net)

An alternative to the http header would be to have a special test token span tag that the test agent looks for to associate traces to test cases. (eg. DD_TAGS=_testagent_token: test.class.test_method)

@Kyle-Verhoog
Copy link
Member Author

The question would be whether or not the tag should be included in the snapshot output when snapshotting.

@Kyle-Verhoog Kyle-Verhoog changed the title Add special tag for async test cases Add special span tag for async test cases Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant