-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Document unreleased MTP telemetry items from main #54342
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -88,6 +88,39 @@ The telemetry feature collects the following data points: | |||||
| | All | Version of your test adapter. | | ||||||
| | All | Guid to correlate events from a single runner. | | ||||||
| | 1.0.3 | Guid to correlate events from a single test run. | | ||||||
| | (main) | Timestamp when test adapter loading started. | | ||||||
| | (main) | Timestamp when test adapter loading completed. | | ||||||
| | (main) | Usage statistics for MSTest attributes, as JSON. | | ||||||
| | (main) | Timestamp when test host builder execution started. | | ||||||
| | (main) | Timestamp when test host builder execution completed. | | ||||||
| | (main) | Count of assertion methods used, as JSON. | | ||||||
| | (main) | Timeout in milliseconds for assembly cleanup. | | ||||||
| | (main) | Timeout in milliseconds for assembly initialization. | | ||||||
| | (main) | Boolean for capturing debug traces. | | ||||||
| | (main) | Timeout in milliseconds for class cleanup. | | ||||||
| | (main) | Timeout in milliseconds for class initialization. | | ||||||
| | (main) | Boolean for treating empty data sources as inconclusive. | | ||||||
| | (main) | Boolean for enabling cooperative cancellation. | | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Minor — |
||||||
| | (main) | Source of MSTest configuration (runsettings or testconfig). | | ||||||
|
nohwnd marked this conversation as resolved.
Outdated
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The source code comment for
Suggested change
|
||||||
| | (main) | Timestamp when test host creation started. | | ||||||
| | (main) | Timestamp when test host creation completed. | | ||||||
| | (main) | Count of custom test method types used. | | ||||||
|
nohwnd marked this conversation as resolved.
Outdated
|
||||||
| | (main) | Boolean indicating if application exited gracefully. | | ||||||
| | (main) | Timestamp when test execution load phase started. | | ||||||
| | (main) | Timestamp when test execution load phase completed. | | ||||||
|
nohwnd marked this conversation as resolved.
Outdated
|
||||||
| | (main) | Boolean for mapping inconclusive tests to failed. | | ||||||
| | (main) | Boolean for mapping non-runnable tests to failed. | | ||||||
|
nohwnd marked this conversation as resolved.
Outdated
|
||||||
| | (main) | Boolean for ordering tests alphabetically by name. | | ||||||
| | (main) | Boolean indicating if test parallelization is enabled. | | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||
| | (main) | Boolean indicating if random test order seed was provided. | | ||||||
| | (main) | Boolean for randomizing test execution order. | | ||||||
| | (main) | Unique identifier for the test reporter. | | ||||||
|
nohwnd marked this conversation as resolved.
Outdated
|
||||||
| | (main) | Timestamp when test request started. | | ||||||
| | (main) | Timestamp when test request completed. | | ||||||
| | (main) | Timeout in milliseconds for test cleanup. | | ||||||
| | (main) | Timeout in milliseconds for test initialization. | | ||||||
| | (main) | Timeout in milliseconds for test execution. | | ||||||
| | (main) | Boolean for treating discovery warnings as errors. | | ||||||
|
|
||||||
|
nohwnd marked this conversation as resolved.
Outdated
|
||||||
| ## Continuous integration detection | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mainis on purpose, this is ready for next release. Then it should be replaced with the actual version.