test(sampling): unflake unsupported char tests - #20097
Conversation
Co-authored-by: KowalskiThomas <14239160+KowalskiThomas@users.noreply.github.com>
|
I can only run on private repositories. |
Codeowners resolved asResolved from the full PR diff against |
|
Circular import analysis
|
Dependency direction analysis
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Description
https://datadoghq.atlassian.net/browse/PROF-15927
test_rule_init_via_env_service_pattern_contains_unsupported_charwas flaky. This fixes the issue by forcing_raise=Trueinside each test's ownoverride_global_config(...)so the assertion's precondition is guaranteed regardless of test ordering or ambient global state.