-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tool] update continuous profiler diagnostics (#6014)
## Summary of changes Fix the diagnostics associated with the expected state of the continuous profiler ## Reason for change In #5240, the continuous profiler gained two new "modes" of operation: delayed enablement based on heuristics, and "monitoring" mode. The tool should be updated to understand those possibilities + handle it in the tests ## Implementation details - Reset the `DD_INJECTION_ENABLED` variable before running the tests - the presence/absence of the variable changes the expectations, so we need to account for it - Explicitly test the various combinations of `DD_INJECTION_ENABLED` and `DD_PROFILING_ENABLED`. ## Test coverage Added additional integration and artifact tests ## Other details This should address most of the issues in the scheduled SSI run. I suspect the windows integration tests _may_ need additional work, as currently the profiler library isn't copied to those tests. Will fix in this PR if that ends up being the case Supersedes - #5991 --------- Co-authored-by: chrisnas <chrisnas@users.noreply.github.com>
- Loading branch information
1 parent
8f54f5b
commit e84f74c
Showing
4 changed files
with
117 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters