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: increase timeouts for running experiments on k8s after env split #9530

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

NicholasBlaskey
Copy link
Contributor

@NicholasBlaskey NicholasBlaskey commented Jun 17, 2024

Ticket

Description

Fix flakey test https://app.circleci.com/pipelines/github/determined-ai/determined/57030/workflows/987af866-5aed-4ff1-825d-1c7dcff5deee/jobs/2681147

Images got a lot larger after framework split so increase timeout.

Test Plan

ci passes

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.

@NicholasBlaskey NicholasBlaskey requested a review from a team as a code owner June 17, 2024 13:54
@cla-bot cla-bot bot added the cla-signed label Jun 17, 2024
Copy link

netlify bot commented Jun 17, 2024

Deploy Preview for determined-ui ready!

Name Link
🔨 Latest commit 0f5e738
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/667098962af90500074f1d0c
😎 Deploy Preview https://deploy-preview-9530--determined-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.28%. Comparing base (66ec006) to head (0f5e738).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9530      +/-   ##
==========================================
- Coverage   49.28%   49.28%   -0.01%     
==========================================
  Files        1242     1242              
  Lines      161477   161477              
  Branches     2868     2867       -1     
==========================================
- Hits        79585    79584       -1     
- Misses      81720    81721       +1     
  Partials      172      172              
Flag Coverage Δ
backend 43.91% <ø> (+<0.01%) ⬆️
harness 63.81% <ø> (-0.01%) ⬇️
web 44.86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 6 files with indirect coverage changes

@@ -17,8 +17,8 @@ def __init__(self) -> None:

# Verify we have pulled our image.
# TODO this won't work if we have multiple nodes.
utils.wait_for_command_state(sess, utils.run_command(sess, 0, slots=0), "TERMINATED", 300)
utils.wait_for_command_state(sess, utils.run_command(sess, 0, slots=1), "TERMINATED", 300)
utils.wait_for_command_state(sess, utils.run_command(sess, 0, slots=0), "TERMINATED", 600)
Copy link
Contributor

@corban-beaird corban-beaird Jun 17, 2024

Choose a reason for hiding this comment

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

nit (non-blocking): Would it be worth while to define this timeout duration as a constant?

Copy link
Contributor

@corban-beaird corban-beaird left a comment

Choose a reason for hiding this comment

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

Looks great!

@NicholasBlaskey NicholasBlaskey enabled auto-merge (squash) June 17, 2024 20:15
@NicholasBlaskey NicholasBlaskey merged commit edbeee9 into main Jun 17, 2024
82 of 97 checks passed
@NicholasBlaskey NicholasBlaskey deleted the bump_k8s_pulling_timeout branch June 17, 2024 20:35
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.

2 participants