Skip to content

Conversation

@khanayan123
Copy link
Contributor

@khanayan123 khanayan123 commented Nov 6, 2025

Motivation

The feature_flag_exposure test was using a feature_id that was also assigned to an AppSec test, causing it to appear under AppSec in the feature parity dashboard

Changes

Updated the feature_id for the feature_flag_exposure test to the next available unique ID.

@khanayan123 khanayan123 requested a review from a team as a code owner November 6, 2025 16:12
@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

CODEOWNERS have been resolved as:

utils/_features.py                                                      @DataDog/system-tests-core

https://feature-parity.us1.prod.dog/#/?feature=494
"""
return _mark_test_object(test_object, feature_id=492, owner=_Owner.asm)
return _mark_test_object(test_object, feature_id=494, owner=_Owner.feature_flag_exposure)
Copy link
Contributor

Choose a reason for hiding this comment

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

494 is for #494: DD_TRACE_ACTIVITY_LISTENER_ENABLED

Copy link
Contributor

@uurien uurien left a comment

Choose a reason for hiding this comment

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

The feature id is for other feature

Copy link
Collaborator

@cbeauchesne cbeauchesne left a comment

Choose a reason for hiding this comment

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

Could you get a review from one ASM member ?

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.

5 participants