Skip to content

Conversation

@eonofrey
Copy link
Contributor

Summary: When creating an AuxiliarySource we hit a bug where we try to add a status quo arm on a Trial even if it already has an status quo arm. This diff patches that to first check if the trial has an sq_arm or sq generator run

Differential Revision: D91177667

@meta-cla meta-cla bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jan 22, 2026
@meta-codesync
Copy link

meta-codesync bot commented Jan 22, 2026

@eonofrey has exported this pull request. If you are a Meta employee, you can view the originating Diff in D91177667.

@codecov-commenter
Copy link

codecov-commenter commented Jan 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.71%. Comparing base (b3ec8b4) to head (5256998).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4805   +/-   ##
=======================================
  Coverage   96.71%   96.71%           
=======================================
  Files         586      586           
  Lines       61306    61309    +3     
=======================================
+ Hits        59294    59297    +3     
  Misses       2012     2012           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…4805)

Summary:

When creating an `AuxiliarySource` we hit a bug where we try to add a status quo arm on a `Trial` even if it already has an status quo arm. This diff patches that to first check if the trial has an sq_arm or sq generator run

Reviewed By: ItsMrLin

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

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants