[system_tests] Fix flaky debugger tests#6393
Draft
vlad-scherbich wants to merge 2 commits intomainfrom
Draft
Conversation
Contributor
|
|
This comment has been minimized.
This comment has been minimized.
1821224 to
8e6f676
Compare
8e6f676 to
d427e21
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://datadoghq.atlassian.net/browse/PROF-13796
Motivation
While iterating on PR #6377 (IAST standalone fix), CI repeatedly failed on debugger scenarios (DEBUGGER_TELEMETRY, DEBUGGER_PII_REDACTION, DEBUGGER_PROBES_SNAPSHOT_WITH_SCM, DEBUGGER_SYMDB) across dotnet, java, golang, and python jobs.
Fixing them now to reduces CI noise.
Changes
DebuggerScenario(utils/_context/_scenarios/debugger.py):library_interface_timeout5 → 15 seconds for all debugger scenarios.debugger_telemetryscenario (utils/_context/_scenarios/__init__.py):library_interface_timeout5 → 20 seconds (dotnet needs more time for RC + telemetry).test_debugger_telemetry.py: Add explicitwait_for_telemetrytimeouts (5s default, 25s for dotnet).test_debugger_pii.py:wait_for_all_probes(statuses=["EMITTING"])in the retry loop.AssertionErrorinstead ofKeyError).Reviewer checklist
tests/ormanifests/is modified ? I have the approval from R&P teambuild-XXX-imagelabel is present