test(ffe): prove Node.js agentless EVP topologies - #7382
Draft
leoromanovsky wants to merge 2 commits into
Draft
Conversation
Contributor
|
|
|
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
Node.js needs deterministic system tests for standalone sidecar, in-process wrapper, and no-relay direct EVP delivery. Each topology must produce the same exposure and aggregate evaluation semantics. The tests must also prove route discovery and prevent duplicate delivery.
This draft is stacked on #7299. The matching Node.js implementation is DataDog/dd-trace-js#9527.
Changes
serverless-inittopology beside the standalone sidecar and direct topologies.Decisions
GET /infocapability discovery. They do not infer support from an open port.missing_featureuntil a published tracer artifact contains feat(openfeature): route serverless Feature Flags EVP telemetry dd-trace-js#9527.Validation
FEATURE_FLAGGING_AND_EXPERIMENTATION_AGENTLESS_SIDECAR: 2 passed.FEATURE_FLAGGING_AND_EXPERIMENTATION_AGENTLESS_IN_PROCESS: 2 passed.FEATURE_FLAGGING_AND_EXPERIMENTATION_AGENTLESS_DIRECT_FALLBACK: 2 passed.TEST_THE_TEST: 23 passed../format.sh --check: passed.--docker-platform linux/amd64: passed.