Skip to content

Cbeauchesne/revamp go proxies#7179

Draft
cbeauchesne wants to merge 12 commits into
mainfrom
cbeauchesne/revamp-go-proxies
Draft

Cbeauchesne/revamp go proxies#7179
cbeauchesne wants to merge 12 commits into
mainfrom
cbeauchesne/revamp-go-proxies

Conversation

@cbeauchesne

@cbeauchesne cbeauchesne commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Motivation

Will replace #6464

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:

.github/workflows/run-end-to-end.yml                                    @DataDog/system-tests-core
conftest.py                                                             @DataDog/system-tests-core
manifests/golang.yml                                                    @DataDog/dd-trace-go-guild
run.sh                                                                  @DataDog/system-tests-core
tests/appsec/test_alpha.py                                              @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_blocking_addresses.py                                 @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_ip_blocking_full_denylist.py                          @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_reports.py                                            @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_request_blocking.py                                   @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_traces.py                                             @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_versions.py                                           @DataDog/asm-libraries @DataDog/system-tests-core
tests/external_processing/test_apm.py                                   @DataDog/asm-libraries @DataDog/system-tests-core
tests/schemas/test_schemas.py                                           @DataDog/system-tests-core
tests/test_config_consistency.py                                        @DataDog/system-tests-core
tests/test_scrubbing.py                                                 @DataDog/system-tests-core
tests/test_semantic_conventions.py                                      @DataDog/system-tests-core
tests/test_standard_tags.py                                             @DataDog/system-tests-core
tests/test_the_test/test_compute_libraries_and_scenarios.py             @DataDog/system-tests-core
tests/test_the_test/test_group_rules.py                                 @DataDog/system-tests-core
utils/_context/_scenarios/__init__.py                                   @DataDog/system-tests-core
utils/_context/_scenarios/core.py                                       @DataDog/system-tests-core
utils/_context/_scenarios/endtoend.py                                   @DataDog/system-tests-core
utils/_context/containers.py                                            @DataDog/system-tests-core
utils/_context/weblog_infrastructure.py                                 @DataDog/system-tests-core
utils/const/_const.py                                                   @DataDog/system-tests-core
utils/scripts/ci_orchestrators/workflow_data.py                         @DataDog/system-tests-core
utils/scripts/libraries_and_scenarios_rules.yml                         @DataDog/system-tests-core
manifests/envoy.yml                                                     @DataDog/system-tests-core
manifests/haproxy.yml                                                   @DataDog/system-tests-core
utils/_context/_scenarios/go_proxies.py                                 @DataDog/system-tests-core

@datadog-system-tests-org

datadog-system-tests-org Bot commented Jun 19, 2026

Copy link
Copy Markdown

Pipelines

⚠️ Warnings

🚦 149 Pipeline jobs failed

Testing the test | System Tests (cpp_httpd, dev) / End-to-end #2 / httpd 2   View in Datadog   GitHub Actions

Testing the test | System Tests (cpp_httpd, prod) / End-to-end #2 / httpd 2   View in Datadog   GitHub Actions

Testing the test | System Tests (cpp_kong, dev) / End-to-end #2 / kong 2   View in Datadog   GitHub Actions

View all 149 failed jobs.

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 09b403f | Docs | Give us feedback!

@datadog-prod-us1-3

datadog-prod-us1-3 Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Pipelines  Tests

Fix all issues with BitsAI

⚠️ Warnings

🚦 149 Pipeline jobs failed

Testing the test | System Tests (java, dev) / End-to-end #2 / akka-http 2   View in Datadog   GitHub Actions

🧪 1 Test failed

tests.external_processing.test_apm.Test_GoProxies_Tracing.test_correct_span_structure[akka-http] from system_tests_suite   View in Datadog
KeyError: 'http.host'

self = <tests.external_processing.test_apm.Test_GoProxies_Tracing object at 0x7f6b0458c260>

    def test_correct_span_structure(self):
        assert self.r.status_code == 200
        interfaces.library.assert_trace_exists(self.r)
        span = interfaces.library.get_root_span(self.r)
        assert span["type"] == "web"
        assert span["meta"]["span.kind"] == "server"
...

Testing the test | System Tests (java, prod) / End-to-end #2 / akka-http 2   View in Datadog   GitHub Actions

🧪 1 Test failed

tests.external_processing.test_apm.Test_GoProxies_Tracing.test_correct_span_structure[akka-http] from system_tests_suite   View in Datadog
KeyError: 'http.host'

self = <tests.external_processing.test_apm.Test_GoProxies_Tracing object at 0x7f55b2a90890>

    def test_correct_span_structure(self):
        assert self.r.status_code == 200
        interfaces.library.assert_trace_exists(self.r)
        span = interfaces.library.get_root_span(self.r)
        assert span["type"] == "web"
        assert span["meta"]["span.kind"] == "server"
...

Testing the test | System Tests (php, dev) / End-to-end #2 / apache-mod-7.0 2   View in Datadog   GitHub Actions

🧪 1 Test failed

tests.external_processing.test_apm.Test_GoProxies_Tracing.test_correct_span_structure[apache-mod-7.0] from system_tests_suite   View in Datadog
KeyError: 'http.host'

self = <tests.external_processing.test_apm.Test_GoProxies_Tracing object at 0x7f30ec2959d0>

    def test_correct_span_structure(self):
        assert self.r.status_code == 200
        interfaces.library.assert_trace_exists(self.r)
        span = interfaces.library.get_root_span(self.r)
        assert span["type"] == "web"
        assert span["meta"]["span.kind"] == "server"
...

View all 149 failed jobs.

ℹ️ 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: 09b403f | 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