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: Integration test instability #3597

Merged
merged 3 commits into from Aug 15, 2023
Merged

Conversation

wayfarer3130
Copy link
Contributor

Context

The integration changes are a bit unstable.

Changes & Results

Most of the change is to add a bit of delay, but there is a bit of cleanup in other places for letting the cache size default and adding the TG-18 test dataset.

Testing

Run the integration tests, they should pass consistently.

Checklist

PR

  • [] My Pull Request title is descriptive, accurate and follows the
    semantic-release format and guidelines.

Code

  • [] My code has been well-documented (function documentation, inline comments,
    etc.)

Public Documentation Updates

  • [] The documentation page has been updated as necessary for any public API
    additions or removals.

Tested Environment

  • [] OS:
  • [] Node version:
  • [] Browser:

@netlify
Copy link

netlify bot commented Aug 11, 2023

Deploy Preview for ohif-dev ready!

Name Link
🔨 Latest commit a0700c4
🔍 Latest deploy log https://app.netlify.com/sites/ohif-dev/deploys/64d66619ceb2570008f492fb
😎 Deploy Preview https://deploy-preview-3597--ohif-dev.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.

@netlify
Copy link

netlify bot commented Aug 11, 2023

Deploy Preview for ohif-platform-docs canceled.

Name Link
🔨 Latest commit a0700c4
🔍 Latest deploy log https://app.netlify.com/sites/ohif-platform-docs/deploys/64d66619ef8d1700085db117

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #3597 (a0700c4) into master (b55518e) will not change coverage.
Report is 2 commits behind head on master.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3597   +/-   ##
=======================================
  Coverage   42.58%   42.58%           
=======================================
  Files          80       80           
  Lines        1463     1463           
  Branches      340      340           
=======================================
  Hits          623      623           
  Misses        675      675           
  Partials      165      165           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aedb9d1...a0700c4. Read the comment docs.

@cypress
Copy link

cypress bot commented Aug 11, 2023

Passing run #3443 ↗︎

0 36 0 0 Flakiness 0

Details:

Add wait after the click
Project: Viewers Commit: a0700c4447
Status: Passed Duration: 03:07 💡
Started: Aug 11, 2023 4:54 PM Ended: Aug 11, 2023 4:57 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

.gitignore Outdated Show resolved Hide resolved
Copy link
Member

@sedghi sedghi left a comment

Choose a reason for hiding this comment

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

see my comments

}
});
// This shouldn't be necessary, but seems to be.
cy.wait(250);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This shouldn't be necessary, but I don't quite know how to avoid it.

@sedghi
Copy link
Member

sedghi commented Aug 15, 2023

I run it locally and works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants