Skip to content

Conversation

@mtoffl01
Copy link
Contributor

@mtoffl01 mtoffl01 commented Aug 13, 2025

Motivation

Java newly reports config ID for stable config sources

Changes

Enables test_stable_configuration_config_id test for Java v1.53.0+

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

  • If PR title starts with [<language>], double-check that only <language> is impacted by the change
  • No system-tests internal is modified. Otherwise, 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 (or removed)?

@mtoffl01 mtoffl01 marked this pull request as ready for review September 15, 2025 17:51
@mtoffl01 mtoffl01 requested review from a team and mabdinur as code owners September 15, 2025 17:51

@missing_feature(context.library in ("java", "nodejs"), reason="Not implemented")
@missing_feature(context.library == "nodejs", reason="Not implemented")
@missing_feature(context.library <= "java@v1.53.0-SNAPSHOT", reason="Not implemented")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this just be 1.53.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It could be, but I made that modification before the change was publicly available in dd-trace-java; using -SNAPSHOT allows us to make the change once, during development, without having to go back and update it again.

@cbeauchesne , what do you think?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly, that's the right way to do that

@mtoffl01 mtoffl01 merged commit 70a9bf4 into main Sep 16, 2025
82 checks passed
@mtoffl01 mtoffl01 deleted the mtoff/java-config-id branch September 16, 2025 13:01
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.

4 participants