Skip to content

build(deps): bump tests/FeatureFlags/ffe-system-test-data from 4446371 to ea8b5cc - #4107

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/submodules/tests/FeatureFlags/ffe-system-test-data-ea8b5cc
Open

build(deps): bump tests/FeatureFlags/ffe-system-test-data from 4446371 to ea8b5cc#4107
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/submodules/tests/FeatureFlags/ffe-system-test-data-ea8b5cc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps tests/FeatureFlags/ffe-system-test-data from 4446371 to ea8b5cc.

Commits
  • ea8b5cc Merge pull request #26 from DataDog/agent/variant-type-mismatch-fixtures
  • cc2c56a test: clarify malformed flag errors
  • a2a7c39 test: report rejected flags as parse errors
  • aa33162 ci: surface downstream incompatibilities
  • 74ea557 Merge malformed condition fixtures into variant type mismatch fixtures
  • 7241a04 test: remove malformed flags during ingestion
  • 462240e test: remove malformed variant flags
  • 288392f test: define malformed condition parse errors
  • 42328ed test: add variant type mismatch fixtures
  • 43e600b Merge pull request #19 from DataDog/leo.romanovsky/invalid-regex-isolation
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tests/FeatureFlags/ffe-system-test-data](https://github.com/DataDog/ffe-system-test-data) from `4446371` to `ea8b5cc`.
- [Commits](DataDog/ffe-system-test-data@4446371...ea8b5cc)

---
updated-dependencies:
- dependency-name: tests/FeatureFlags/ffe-system-test-data
  dependency-version: ea8b5cc5ce335109f11f3efbc5fd608f98a3ca54
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code labels Aug 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 14, 2026 07:07
@dependabot
dependabot Bot requested review from dd-oleksii and vjfridge and removed request for a team August 14, 2026 07:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code labels Aug 14, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bf5eecdbda

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@@ -1 +1 @@
Subproject commit 4446371bc1ca52bd526356927ef42d380145b118
Subproject commit ea8b5cc5ce335109f11f3efbc5fd608f98a3ca54

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Assert fixture reasons and error codes

This fixture bump adds expectations whose only observable contract is result.reason/result.errorCode (for example unknown flags are now ERROR/FLAG_NOT_FOUND, and several malformed flags expect PARSE_ERROR), but the PHP sweep still only compares result.value in tests/ext/ffe/system_test_data_evaluate.phpt:173. When those new cases run, PHP can return the right default value with the wrong reason or error code and the canonical fixture test will still pass, so this submodule update does not actually validate the behavior it is adding; please extend the harness to compare getReason() and getErrorCode() when present.

Useful? React with 👍 / 👎.

@datadog-official

datadog-official Bot commented Aug 14, 2026

Copy link
Copy Markdown

Pipelines  Tests

Unblock PR with BitsAI

⚠️ Warnings

🚦 40 Pipeline jobs failed

DataDog/apm-reliability/dd-trace-php | ASAN test_c: [7.4, arm64]   View in Datadog   GitLab

🧪 1 Test failed

tmp/build_extension/tests/ext/ffe/system_test_data_evaluate.phpt (FFE canonical system test data evaluates through the Datadog client) from PHP.tmp.build_extension.tests.ext.ffe   View in Datadog
002&#43; failure=test-case-semver-comparison-flag.json#8: value got=&#34;future&#34; want=&#34;launch&#34;
004- failures=0
005&#43; failures=1

DataDog/apm-reliability/dd-trace-php | ASAN test_c: [8.2, arm64]   View in Datadog   GitLab

🧪 4 Tests failed

tmp/build_extension/tests/ext/background-sender/agent_sampling-standalone-asm_02.phpt (Sample rate is not changed to 0 after first call during a minute when STANDALONE ASM is enabled and there is asm events) from php.tmp.build_extension.tests.ext.background.sender   View in Datadog
001&#43; Fatal error: Uncaught Exception: wait for replay timeout in tmp/build_extension/tests/ext/includes/request_replayer.inc:99
002&#43; Stack trace:
003&#43; #0 tmp/build_extension/tests/ext/background-sender/agent_sampling-standalone-asm_02.php(7): RequestReplayer-&gt;waitForDataAndReplay()
001- First call it is used as heartbeat: 1
002- This call has the same sample rate: 2
003- This call also has the same sample rate: 2
004&#43; #1 tmp/build_extension/tests/ext/background-sender/agent_sampling-standalone-asm_02.php(15): {closure}()
005&#43; #2 {main}
006&#43;   thrown in tmp/build_extension/tests/ext/includes/request_replayer.inc on line 99
tmp/build_extension/tests/ext/ffe/system_test_data_evaluate.phpt (FFE canonical system test data evaluates through the Datadog client) from php.tmp.build_extension.tests.ext.ffe   View in Datadog
002&#43; failure=test-case-semver-comparison-flag.json#8: value got=&#34;future&#34; want=&#34;launch&#34;
     fixture_files=%d
     cases=%d
005&#43; failures=1
004- failures=0
View all failed tests

DataDog/apm-reliability/dd-trace-php | ASAN test_c with multiple observers: [8.0]   View in Datadog   GitLab

View all 40 failed jobs.

ℹ️ Info

No other issues found (see more)

❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 60.63% (-0.04%)

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: bf5eecd | 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

dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants