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: Workspace Projects and Tasks test flakes [CM-554] #10026

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Conversation

johnkim-det
Copy link
Contributor

@johnkim-det johnkim-det commented Oct 7, 2024

Ticket

CM-554

Description

Potential fixes for flaky tests
Workspace Tasks › JupyterLab
Project List › Filter

Test Plan

No additional release party testing required. Automated tests should pass.

Checklist

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

@johnkim-det johnkim-det requested a review from a team as a code owner October 7, 2024 20:40
@cla-bot cla-bot bot added the cla-signed label Oct 7, 2024
@johnkim-det johnkim-det requested a review from JComins000 October 7, 2024 20:40
Copy link

netlify bot commented Oct 7, 2024

Deploy Preview for determined-ui ready!

Name Link
🔨 Latest commit b8806d4
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/6705400414deb50008870f90
😎 Deploy Preview https://deploy-preview-10026--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 Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.56%. Comparing base (80b29fa) to head (b8806d4).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10026      +/-   ##
==========================================
- Coverage   54.60%   50.56%   -4.04%     
==========================================
  Files        1259      949     -310     
  Lines      157329   128685   -28644     
  Branches     3621     3620       -1     
==========================================
- Hits        85902    65066   -20836     
+ Misses      71294    63486    -7808     
  Partials      133      133              
Flag Coverage Δ
harness ?
web 54.36% <ø> (ø)

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

see 310 files with indirect coverage changes

const workspaceIds: number[] = [];

test.beforeAll(async ({ backgroundApiProject, backgroundApiWorkspace }) => {
// create workspace to use for List tests instead of using fixture:
Copy link
Contributor

Choose a reason for hiding this comment

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

tell me why inside this comment

@johnkim-det johnkim-det merged commit a166826 into main Oct 8, 2024
82 of 94 checks passed
@johnkim-det johnkim-det deleted the CM-554 branch October 8, 2024 15:10
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