Skip to content

Smola/wait conditions#6795

Draft
smola wants to merge 3 commits intomainfrom
smola/wait-conditions
Draft

Smola/wait conditions#6795
smola wants to merge 3 commits intomainfrom
smola/wait-conditions

Conversation

@smola
Copy link
Copy Markdown
Member

@smola smola commented Apr 22, 2026

Motivation

Changes

Workflow

  1. ⚠️ Create your PR as draft ⚠️
  2. Work on you PR until the CI passes
  3. Mark it as ready for review
    • Test logic is modified? -> Get a review from RFC owner.
    • Framework is modified, or non obvious usage of it -> get a review from R&P team

🚀 Once your PR is reviewed and the CI green, you can merge it!

🛟 #apm-shared-testing 🛟

Reviewer checklist

  • Anything but tests/ or manifests/ is modified ? I have the approval from R&P team
  • A docker base image is modified?
    • the relevant build-XXX-image label is present
  • A scenario is added, removed or renamed?

@github-actions
Copy link
Copy Markdown
Contributor

CODEOWNERS have been resolved as:

PLAN.md                                                                 @DataDog/system-tests-core
utils/_context/_scenarios/endtoend.py                                   @DataDog/system-tests-core

@datadog-prod-us1-3
Copy link
Copy Markdown
Contributor

datadog-prod-us1-3 Bot commented Apr 22, 2026

Tests

Fix all issues with BitsAI or with Cursor

⚠️ Warnings

🧪 636 Tests failed

tests.appsec.api_security.test_endpoint_discovery.Test_Endpoint_Discovery.test_single_is_first[apache-mod-7.0-zts] from system_tests_suite   View in Datadog   (Fix with Cursor)
AssertionError: Expected one is_first=true payload, found 2
assert 2 == 1

self = <tests.appsec.api_security.test_endpoint_discovery.Test_Endpoint_Discovery object at 0x7fc6fefb8260>

    def test_single_is_first(self):
        """Verify that the is_first flag appears exactly once in telemetry.
    
        Mandatory for the feature.
        """
...
tests.appsec.rasp.test_api10.Test_API10_downstream_ssrf_telemetry.test_api10_req[chi] from system_tests_suite   View in Datadog   (Fix with Cursor)
assert []

self = <tests.appsec.rasp.test_api10.Test_API10_downstream_ssrf_telemetry object at 0x7f4e4d8cda30>

    def test_api10_req(self):
        series_eval = find_series("appsec", "rasp.rule.eval", is_metrics=True)
>       assert series_eval
E       assert []

tests/appsec/rasp/test_api10.py:270: AssertionError
tests.appsec.rasp.test_api10.Test_API10_downstream_ssrf_telemetry.test_api10_req[chi] from system_tests_suite   View in Datadog   (Fix with Cursor)
assert []

self = <tests.appsec.rasp.test_api10.Test_API10_downstream_ssrf_telemetry object at 0x7fb80482b6e0>

    def test_api10_req(self):
        series_eval = find_series("appsec", "rasp.rule.eval", is_metrics=True)
>       assert series_eval
E       assert []

tests/appsec/rasp/test_api10.py:270: AssertionError
View all

ℹ️ Info

No other issues found (see more)

❄️ No new flaky tests detected

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 939d9c6 | Docs | Datadog PR Page | Give us feedback!

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

Successfully merging this pull request may close these issues.

1 participant