Enable EVP flagevaluation system tests for Python#7156
Draft
leoromanovsky wants to merge 14 commits into
Draft
Conversation
Contributor
|
|
Contributor
|
…-evp-flagevaluation-enable-python
This reverts commit e082ba4.
…github.com:DataDog/system-tests into leo.romanovsky/ffe-evp-flagevaluation-enable-python
Base automatically changed from
leo.romanovsky/ffe-evp-flagevaluation-system-tests
to
main
June 17, 2026 15:34
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
tests/ffe/test_flag_eval_evp.pycovers the EVP flagevaluation contract for server-side SDKs. Python now has a passing local focused run against the implementation PR, including aggregation, bounded context payloads, and natural degraded-tier overflow.Changes
tests/ffe/test_flag_eval_evp.pyfor Python inmanifests/python.ymlatv4.12.0rc1.leo.romanovsky/ffe-evp-flagevaluation-system-tests, not stacked on other language enablement branches.Decisions
tests/ffe/test_flag_eval_metrics.py.Validation
./build.sh python -w flask-poc- PASS../run.sh FEATURE_FLAGGING_AND_EXPERIMENTATION --library python --weblog flask-poc -k "test_flag_eval_evp"- PASS, 8 passed, 2577 deselected in 59.91s.python@4.12.0-rc1; artifactb9102dea0c5d812f6fecee87eb1fea54d06c09c1; weblogflask-poc; Linux x86_64.evp-count-flag: 1 event, total evaluation_count=5.evp-burst-aggregation-flag: 1 event, total evaluation_count=512.evp-high-cardinality-aggregation-flag: 128 events, total evaluation_count=128.evp-degradation-flag: 10001 events, total evaluation_count=10050, full_total=10000, degraded_total=50.