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

chore: inc idb time clamps in tests due to CI slowness #10879

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

svidgen
Copy link
Member

@svidgen svidgen commented Jan 18, 2023

Description of changes

Some IndexedDB time limit clamps were too aggressive for the CI execution environment. I had hesitations about including some of these as straight-up time limits. I favored this for some of the scenarios to keep test times down -- the alternative was to run scenarios twice on different schemas to demonstrate an increase in performance due to index usage.

For now, I'm bumping the time limits up for the CI execution environment.

Issue #, if available

Description of how you validated changes

Re-ran the tests. We'll have to see whether integ tests pass. If they don't, I'll temporarily disable the tests until I can rewrite them as comparative tests.

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@svidgen svidgen requested a review from a team as a code owner January 18, 2023 22:09
@codecov-commenter
Copy link

Codecov Report

Merging #10879 (245e5c5) into main (999f4ae) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main   #10879   +/-   ##
=======================================
  Coverage   81.57%   81.57%           
=======================================
  Files         198      198           
  Lines       19584    19584           
  Branches     4227     4227           
=======================================
  Hits        15975    15975           
  Misses       3318     3318           
  Partials      291      291           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

6 participants