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

test: fix slow delete_checkpoint test #8377

Merged
merged 3 commits into from
Nov 9, 2023
Merged

Conversation

NicholasBlaskey
Copy link
Contributor

Description

Checkpoint GC was taking 15 minutes each time due to a few bugs.

First bug we waited 5x2 minutes for both experiments to finish checkpoint gc after they ran. They didn't run a checkpoint gc since they reported 10 checkpoints and had a 10 checkpoint save amount.

Second bug is we were giving the wrong checkpoint uuids causing only one checkpoint gc to run.

Third bug is running wait_for_checkpoint gc after each other. They should be combined.

Test Plan

CI passes/

Commentary (optional)

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

Ticket

Copy link

netlify bot commented Nov 8, 2023

Deploy Preview for determined-ui canceled.

Name Link
🔨 Latest commit 2d58972
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/654d2568dc77e60008d082bf

@NicholasBlaskey NicholasBlaskey enabled auto-merge (squash) November 9, 2023 18:32
@NicholasBlaskey NicholasBlaskey merged commit a590999 into main Nov 9, 2023
68 of 80 checks passed
@NicholasBlaskey NicholasBlaskey deleted the fix_slow_checkpoint_test branch November 9, 2023 18:56
@dannysauer dannysauer added this to the 0.26.4 milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants