Skip to content

Conversation

@CristianLara
Copy link
Contributor

Summary:

AOSC note

Land xdb schema changes first D88096914

Summary

Store ExperimentStatus on Experiment class as status and introduce setters/getters, update SQA classes+encoder/decoder, and add tests.

I've gone ahead and also defined methods in storage/sqa_store/ to enable efficiently updating the property. Not currently used but will be used later in the stack by the orchestrator to set this status.

Differential Revision:
D90089265

Privacy Context Container: L1307644

@meta-codesync
Copy link

meta-codesync bot commented Jan 5, 2026

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

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

codecov-commenter commented Jan 5, 2026

Codecov Report

❌ Patch coverage is 88.13559% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.71%. Comparing base (c86d738) to head (3d20881).

Files with missing lines Patch % Lines
ax/storage/sqa_store/save.py 12.50% 7 Missing ⚠️
ax/storage/sqa_store/with_db_settings_base.py 37.50% 5 Missing ⚠️
ax/core/experiment.py 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4738      +/-   ##
==========================================
- Coverage   96.72%   96.71%   -0.02%     
==========================================
  Files         582      584       +2     
  Lines       60693    60811     +118     
==========================================
+ Hits        58705    58811     +106     
- Misses       1988     2000      +12     

☔ 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.

Summary:

# Summary

Add `ExperimentStatus` enum with phases: DRAFT, INITIALIZATION, OPTIMIZATION, COMPLETED.

**Backward compatibility:**
The status field defaults to `None` for existing experiments, maintaining full backward compatibility. New experiments can optionally set status as needed.

Differential Revision: D86801911
Summary:

# AOSC note

Land xdb schema changes first D88096914

# Summary

Store ExperimentStatus on Experiment class as `status` and introduce setters/getters, update SQA classes+encoder/decoder, and add tests.

I've gone ahead and also defined methods in `storage/sqa_store/` to enable efficiently updating the property. Not currently used but will be used later in the stack by the orchestrator to set this status.

Differential Revision:
D90089265

Privacy Context Container: L1307644
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