Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

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

Commits
  • f3da9ae Merge pull request #18 from DataDog/leo.romanovsky/revert-regex-shard-bound-f...
  • 44092ce fix: limit rollback to regex fixtures
  • 9864c01 fix: restore static temporal allocation reasons
  • cb09e08 revert: remove regex and shard-bound fixtures
  • a596df7 Merge pull request #17 from DataDog/leo.romanovsky/regex-shard-bound-fixtures
  • ce45493 Add regex and shard-bound fixtures
  • 6c7f63b Merge pull request #16 from DataDog/leo.romanovsky/malformed-split-shards-fix...
  • cf7d7d5 Add missing split shards fixture
  • d9d8020 Merge pull request #15 from DataDog/leo.romanovsky/date-window-assignment-rea...
  • e4803e3 Fix temporal allocation reasons
  • 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 `f3da9ae`.
- [Commits](DataDog/ffe-system-test-data@4446371...f3da9ae)

---
updated-dependencies:
- dependency-name: tests/FeatureFlags/ffe-system-test-data
  dependency-version: f3da9ae56b4dd765a46de64482c6904e2c67ffb2
  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 Jul 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 24, 2026 07:06
@dependabot
dependabot Bot requested review from sameerank and vjfridge and removed request for a team July 24, 2026 07:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code labels Jul 24, 2026
@datadog-prod-us1-5

datadog-prod-us1-5 Bot commented Jul 24, 2026

Copy link
Copy Markdown

Pipelines  Tests

Unblock PR with BitsAI

⚠️ Warnings

🚦 243 Pipeline jobs failed

DataDog/apm-reliability/dd-trace-php | Extension Tea Tests: [7.0, debug-zts]   View in Datadog   GitLab

DataDog/apm-reliability/dd-trace-php | Extension Tea Tests: [7.0, debug]   View in Datadog   GitLab

DataDog/apm-reliability/dd-trace-php | Extension Tea Tests: [7.0, nts]   View in Datadog   GitLab

View all 243 failed jobs.

ℹ️ Info

No other issues found (see more)

🧪 All tests passed
❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 51.48% (+0.00%)

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 03f17b2 | Docs | Datadog PR Page | Give us feedback!

@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: 03f17b2d58

ℹ️ 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 f3da9ae56b4dd765a46de64482c6904e2c67ffb2

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 errors

This data bump changes expected result.reason values in the date fixtures and adds result.errorCode expectations for test-flag-that-does-not-exist.json, but the in-repo fixture sweep only checks result.value in tests/ext/ffe/system_test_data_evaluate.phpt:154-163. If the PHP evaluator keeps returning the old reason (for example STATIC instead of DEFAULT) or omits FLAG_NOT_FOUND, CI will still report failures=0, so this submodule update does not actually validate the new canonical semantics; please extend the sweep to assert reason and errorCode when present before accepting the bump.

Useful? React with 👍 / 👎.

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

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 Update the evaluator for malformed flag defaults

This bump adds malformed/unsupported flag cases whose expected result is the caller default with reason: DEFAULT, but the current bridge maps FlagConfigurationInvalid to ERROR_CONFIG_PARSE in components-rs/ffe.rs:230-231, and ResultMapper turns any non-zero bridge error into an EvaluationReason::ERROR detail in src/api/FeatureFlags/Internal/ResultMapper.php:57-67. In environments that run these new *-isolation.json fixtures with reason/error assertions, evaluating flags such as malformed-allocations-flag, operator-grease-flag, or the invalid shard-bound flags will report a parse error instead of the fixture's default result, so the fixture bump should be paired with the evaluator/bridge change that treats per-flag parse failures as ignored defaults.

Useful? React with 👍 / 👎.

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