Skip to content

Auto-activate ruby easy wins for feature-flagging-and-experimentation-sdk - #7044

Open
dd-octo-sts[bot] wants to merge 1 commit into
mainfrom
easy-win/feature-flagging-and-experimentation-sdk/ruby
Open

Auto-activate ruby easy wins for feature-flagging-and-experimentation-sdk#7044
dd-octo-sts[bot] wants to merge 1 commit into
mainfrom
easy-win/feature-flagging-and-experimentation-sdk/ruby

Conversation

@dd-octo-sts

@dd-octo-sts dd-octo-sts Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

Automated activation of easy-win tests for ruby owned by feature-flagging-and-experimentation-sdk
View nightly workflow run

  • If you approve this PR please also merge it.
  • If the tests are failing it might be due to a change made since the last nightly system-tests run. You can close the PR, an updated one will be available tomorrow.
  • If you close the PR please also delete the branch

@dd-octo-sts
dd-octo-sts Bot requested review from a team as code owners May 29, 2026 07:11
@dd-octo-sts
dd-octo-sts Bot enabled auto-merge (squash) May 29, 2026 07:11
@github-actions

github-actions Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

CODEOWNERS have been resolved as:

manifests/ruby.yml                                                      @DataDog/system-tests-reviewers

@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: 3979338806

ℹ️ 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".

Comment thread manifests/ruby.yml Outdated
tests/parametric/test_dynamic_configuration.py::TestDynamicConfigV2::test_tracing_client_tracing_tags: missing_feature # Created by easy win activation script
tests/parametric/test_ffe/test_dynamic_evaluation.py::Test_Feature_Flag_Dynamic_Evaluation: v2.23.0
tests/parametric/test_ffe/test_span_enrichment.py: missing_feature
tests/parametric/test_ffe/test_span_enrichment.py: '>=2.34.0' # TODO: a lower version might be supported

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 Keep subject-limit tests disabled until they assert enrichment

With this file-level activation, Test_Span_Enrichment_Max_Subjects is now enabled for Ruby because it is the only subject-enrichment class not listed below as missing_feature. I checked tests/parametric/test_ffe/test_span_enrichment.py: test_max_10_subjects_enforced only validates the limit inside if "ffe_subjects_enc" in meta, so Ruby can emit no ffe_subjects_enc at all and still pass, while the adjacent subject-enrichment classes remain marked unsupported. This makes the easy-win activation report subject enrichment support even when the tracer does not provide it; either keep this class disabled too or make the test fail when the tag is absent.

Useful? React with 👍 / 👎.

@nccatoni
nccatoni disabled auto-merge July 1, 2026 11:53
@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/feature-flagging-and-experimentation-sdk/ruby branch from 3979338 to 4b25bc5 Compare August 5, 2026 07:31
@dd-prapprover-prod-77c48c

dd-prapprover-prod-77c48c Bot commented Aug 5, 2026

Copy link
Copy Markdown

PRApprover will approve and merge this PR, FAQ, #dx-source-code-management

🛠️ PRApproval Status

  • ✅ PR is eligible for auto-approval by rule system-tests-auto-activate-easy-wins - 2026-08-25T07:12:46Z
  • ✅ CI tests passed - 2026-08-25T07:12:52Z
  • ✅ Approved (commit: db3d9ba) - 2026-08-25T07:12:53Z
  • Manual merge required: this rule does not auto-merge.

➡️ Current phase: approved - manual merge required (this rule does not auto-merge)

@datadog-prod-us1-5

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

Copy link
Copy Markdown

Pipelines  Tests

⚠️ Warnings

🚦 3 Pipeline jobs failed

Testing the test | System Tests (ruby, dev) / End-to-end #1 / rails72 1 — ❌ 1 test failed

View more details · View in GitHub Actions

1 failed test. Timed out waiting for EVP flagevaluation count to reach expected value of 12000 for flag 'evp-degradation-flag'.

Showing tests most relevant to this failure.

❌ tests.ffe.test_flag_eval_evp.Test_FFE_EVP_Flagevaluation_Degradation.test_ffe_evp_flagevaluation_degradation[rails72] from system_tests_suite
AssertionError: Timed out waiting for EVP flagevaluation count >= 12000 for flag evp-degradation-flag
assert False
 +  where False = <bound method ProxyBasedInterfaceValidator.wait_for of AgentInterfaceValidator('agent')>(<function wait_for_evp_flagevaluation_count.<locals>.<lambda> at 0x7fe5b3a11ee0>, timeout=60)
 +    where <bound method ProxyBasedInterfaceValidator.wait_for of AgentInterfaceValidator('agent')> = AgentInterfaceValidator('agent').wait_for
 +      where AgentInterfaceValidator('agent') = interfaces.agent

self = <tests.ffe.test_flag_eval_evp.Test_FFE_EVP_Flagevaluation_Degradation object at 0x7fe5d3d49310>

    def test_ffe_evp_flagevaluation_degradation(self) -> None:
        for index, response in enumerate(self.responses):
...
Testing the test | System Tests (ruby, prod) / End-to-end #1 / rails72 1 — 🔄 Retry may pass, looks flaky

View more details · View in GitHub Actions

1 failed test due to timeout waiting for EVP flagevaluation count >= 12000 for flag 'evp-degradation-flag'.

Testing the test | all-jobs-are-green

View more details · View in GitHub Actions

Job did not run: blocked by a failed job in an earlier pipeline stage.

ℹ️ Info

No other issues found (see more)

❄️ No new flaky tests detected

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: db3d9ba | Docs | View more details | Give us feedback!

@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/feature-flagging-and-experimentation-sdk/ruby branch 8 times, most recently from b17e181 to dcf775a Compare August 20, 2026 06:59

@dd-prapprover-prod-77c48c dd-prapprover-prod-77c48c 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.

This PR has been automatically approved by the DD PR Approver bot.

@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/feature-flagging-and-experimentation-sdk/ruby branch from dcf775a to e57ae82 Compare August 21, 2026 07:01
@dd-prapprover-prod-77c48c
dd-prapprover-prod-77c48c Bot dismissed their stale review August 21, 2026 07:01

new commit added, dismiss all previous approvals

@dd-prapprover-prod-77c48c dd-prapprover-prod-77c48c 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.

This PR has been automatically approved by the DD PR Approver bot.

@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/feature-flagging-and-experimentation-sdk/ruby branch from e57ae82 to 57e452d Compare August 22, 2026 07:01
@dd-prapprover-prod-77c48c
dd-prapprover-prod-77c48c Bot dismissed their stale review August 22, 2026 07:01

new commit added, dismiss all previous approvals

@dd-prapprover-prod-77c48c dd-prapprover-prod-77c48c 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.

This PR has been automatically approved by the DD PR Approver bot.

@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/feature-flagging-and-experimentation-sdk/ruby branch from 57e452d to bc748af Compare August 23, 2026 07:08
@dd-prapprover-prod-77c48c
dd-prapprover-prod-77c48c Bot dismissed their stale review August 23, 2026 07:08

new commit added, dismiss all previous approvals

@dd-prapprover-prod-77c48c dd-prapprover-prod-77c48c 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.

This PR has been automatically approved by the DD PR Approver bot.

@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/feature-flagging-and-experimentation-sdk/ruby branch from bc748af to bbb9894 Compare August 24, 2026 07:15
@dd-prapprover-prod-77c48c
dd-prapprover-prod-77c48c Bot dismissed their stale review August 24, 2026 07:15

new commit added, dismiss all previous approvals

@dd-prapprover-prod-77c48c dd-prapprover-prod-77c48c 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.

This PR has been automatically approved by the DD PR Approver bot.

…tation-sdk

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/feature-flagging-and-experimentation-sdk/ruby branch from bbb9894 to db3d9ba Compare August 25, 2026 07:12
@dd-octo-sts
dd-octo-sts Bot requested a review from a team as a code owner August 25, 2026 07:12
@dd-prapprover-prod-77c48c
dd-prapprover-prod-77c48c Bot dismissed their stale review August 25, 2026 07:12

new commit added, dismiss all previous approvals

@dd-prapprover-prod-77c48c dd-prapprover-prod-77c48c 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.

This PR has been automatically approved by the DD PR Approver bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants