Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Commits
  • c017a15 Merge pull request #20 from greghuels/greg.huels/semver-comparison-fixtures
  • 7f3112c Refine SEMVER comparison boundaries
  • 1d7c325 Add SEMVER comparison operator fixtures
  • 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...
  • 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 `c017a15`.
- [Commits](DataDog/ffe-system-test-data@4446371...c017a15)

---
updated-dependencies:
- dependency-name: tests/FeatureFlags/ffe-system-test-data
  dependency-version: c017a15e1a153c27f325486df771a08e2a344022
  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 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 7, 2026 07:07
@dependabot
dependabot Bot requested review from leoromanovsky and vjfridge and removed request for a team August 7, 2026 07:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code labels Aug 7, 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: ad130e681c

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

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 the new canonical result metadata

When this submodule is advanced to c017a15, several canonical cases now change only result.reason and add result.errorCode expectations (for example missing flags now expect ERROR/FLAG_NOT_FOUND, and date fixtures expect DEFAULT while keeping the same value). The only PHP sweep of these fixtures, tests/ext/ffe/system_test_data_evaluate.phpt, still compares just $details->getValue() against result.value, so a runtime that continues returning the old reasons or omits the new error code will still pass this bumped test data. Please extend the fixture runner to check getReason() and getErrorCode() whenever those fields are present so this dependency bump actually validates the updated contract.

Useful? React with 👍 / 👎.

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

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 Treat invalid fixture flags as default results

The bumped fixture set adds malformed/unsupported per-flag configs whose expected result is the caller default with reason: DEFAULT, but this repo currently maps EvaluationError::FlagConfigurationInvalid to ERROR_CONFIG_PARSE/REASON_ERROR in components-rs/ffe.rs:241; ResultMapper then turns any non-zero bridge error into error details before default handling. Once consumers or the fixture sweep inspect metadata, PHP will report PARSE_ERROR/ERROR for these new invalid-flag isolation cases instead of the canonical default result, so this bump should be paired with a mapping change that keeps whole-config parse failures as errors while treating per-flag invalid configs as default evaluations.

Useful? React with 👍 / 👎.

@datadog-datadog-prod-us1

datadog-datadog-prod-us1 Bot commented Aug 7, 2026

Copy link
Copy Markdown

Pipelines  Tests

Unblock PR with BitsAI

⚠️ Warnings

🚦 6 Pipeline jobs failed

DataDog/apm-reliability/dd-trace-php | test_extension_ci: [8.3]   View in Datadog   GitLab

DataDog/apm-reliability/dd-trace-php | test_extension_ci: [7.3]   View in Datadog   GitLab

DataDog/apm-reliability/dd-trace-php | test_extension_ci: [7.4]   View in Datadog   GitLab

View all 6 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: 60.64% (-0.03%)

Useful? React with 👍 / 👎

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