Skip to content

Conversation

@dd-octo-sts
Copy link
Contributor

@dd-octo-sts dd-octo-sts bot commented Jan 29, 2026

Automated activation of easy-win tests for cpp_httpd
View nightly workflow run

  • If you approve this PR please also merge it.
  • If the tests are failing it might be due to a change made since the last nightly system-tests run. You can close the PR, an updated one will be available tomorrow.
  • If you close the PR please also delete the branch

This commit was created from the local commit with hash 23f245b9c04c534951a3bb88e0fdeb708fa3fa59.
@dd-octo-sts dd-octo-sts bot requested a review from a team as a code owner January 29, 2026 13:48
@github-actions
Copy link
Contributor

CODEOWNERS have been resolved as:

manifests/cpp_httpd.yml                                                 @DataDog/system-tests-core

@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Jan 29, 2026

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

❄️ 7 New flaky tests detected

tests.test_telemetry.Test_Metric_Generation_Enabled.test_metric_generation_enabled[httpd] from system_tests_suite (Datadog) (Fix with Cursor)
AssertionError: No metrics found in telemetry data
assert False

self = <tests.test_telemetry.Test_Metric_Generation_Enabled object at 0x7f6f50577800>

    def test_metric_generation_enabled(self):
        found = False
        for data in interfaces.library.get_telemetry_data():
            content = data["request"]["content"]
            if content.get("request_type") != "generate-metrics":
...
tests.test_telemetry.Test_Metric_Generation_Enabled.test_metric_tracers_spans_created[httpd] from system_tests_suite (Datadog) (Fix with Cursor)
AssertionError: No telemetry data received for metric tracers.spans_created
assert (0 != 0 or 1 == 0)
 +  where 0 = len([])

self = <tests.test_telemetry.Test_Metric_Generation_Enabled object at 0x7f6f505778c0>

    def test_metric_tracers_spans_created(self):
>       self.assert_count_metric("tracers", "spans_created", expect_at_least=1)

tests/test_telemetry.py:953: 
...
tests.test_telemetry.Test_Metric_Generation_Enabled.test_metric_tracers_spans_finished[httpd] from system_tests_suite (Datadog) (Fix with Cursor)
AssertionError: No telemetry data received for metric tracers.spans_finished
assert (0 != 0 or 1 == 0)
 +  where 0 = len([])

self = <tests.test_telemetry.Test_Metric_Generation_Enabled object at 0x7f6f50577500>

    def test_metric_tracers_spans_finished(self):
>       self.assert_count_metric("tracers", "spans_finished", expect_at_least=1)

tests/test_telemetry.py:956: 
...
View all

ℹ️ Info

🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: d9460da | Docs | Datadog PR Page | Was this helpful? 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.

0 participants