Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Scheduler test_run_trials_and_yield_results_with_early_stopper that was timing out the CI #2770

Closed
wants to merge 1 commit into from

Conversation

saitcakmak
Copy link
Contributor

Summary: The EarlyStopsInsteadOfNormalCompletionScheduler test class was overwriting should_stop_trials_early, which was being used to make the early stopping decisions prior to #2666. After that diff, the overwrite became a no-op, leading to this test hanging out and failing the CI.

Reviewed By: danielcohenlive, mpolson64

Differential Revision: D62784565

…at was timing out the CI

Summary: The `EarlyStopsInsteadOfNormalCompletionScheduler` test class was overwriting `should_stop_trials_early`, which was being used to make the early stopping decisions prior to facebook#2666. After that diff, the overwrite became a no-op, leading to this test hanging out and failing the CI.

Reviewed By: danielcohenlive, mpolson64

Differential Revision: D62784565
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Sep 16, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62784565

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.67%. Comparing base (9658082) to head (8e39b14).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2770      +/-   ##
==========================================
+ Coverage   95.60%   95.67%   +0.07%     
==========================================
  Files         489      486       -3     
  Lines       47903    47707     -196     
==========================================
- Hits        45796    45643     -153     
+ Misses       2107     2064      -43     

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in ef4111f.

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 Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants