test(ffe): enable Node.js agentless configuration#7355
Draft
leoromanovsky wants to merge 3 commits into
Draft
Conversation
Contributor
|
|
|
leoromanovsky
force-pushed
the
leo.romanovsky/ffl-2697-enable-nodejs-agentless-configuration
branch
from
July 21, 2026 22:30
42fb2f7 to
81f8aaf
Compare
leoromanovsky
changed the base branch from
leo.romanovsky/ffe-frame-agentless-mock-responses
to
main
July 21, 2026 22:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
DataDog/dd-trace-js#9397 adds the Node.js agentless Feature Flagging configuration source and is targeted for
v6.5.0through DataDog/dd-trace-js#9414. The shared configuration-source contract is already onmain; Node.js now needs its manifest activation and updated default Remote Configuration capability expectation.The contract also provides the cross-repository motivation for DataDog/dd-trace-js#9468: local and controlled custom agentless endpoints must be reachable, missing authentication must be observable, and unsupported source values must fail without contacting either delivery surface.
Changes
tests/parametric/test_ffe/test_configuration_sources.pyfor Node.js starting withv6.5.0.v6.5.0onward./ffe/startresponse so negative source tests can assert startup failure and zero CDN or Remote Configuration traffic.Decisions
v6.5.0manifest gate rather than enabling the suite for older Node.js tracer versions.>=5.72.0 <6.5.0; fromv6.5.0, capability 46 and theFFE_FLAGSproduct are registered only when Feature Flags explicitly selectsremote_config, which the existing configuration-source contract validates.