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

Update TestCase.load() to load in place #390

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Update TestCase.load() to load in place #390

merged 1 commit into from
Nov 27, 2023

Conversation

tysmith
Copy link
Collaborator

@tysmith tysmith commented Nov 21, 2023

  • Remove TestCase.purge_optional since this now happens automatically.
  • TestCase.load() now only loads a single test case.
  • Break up test case loading in to smaller more testable parts.

@tysmith tysmith self-assigned this Nov 21, 2023
@tysmith tysmith changed the title Update TestCase.load() to in place Update TestCase.load() to load in place Nov 21, 2023
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3e00f32) 99.59% compared to head (4d31459) 99.51%.
Report is 3 commits behind head on master.

❗ Current head 4d31459 differs from pull request most recent head 30542a8. Consider uploading reports for the commit 30542a8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #390      +/-   ##
==========================================
- Coverage   99.59%   99.51%   -0.08%     
==========================================
  Files          50       50              
  Lines        5481     5408      -73     
==========================================
- Hits         5459     5382      -77     
- Misses         22       26       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tysmith tysmith force-pushed the testcase-load branch 3 times, most recently from 8c5626e to 6113abc Compare November 22, 2023 18:02
@matt-boris
Copy link

generic-worker v58.0.2 should fix this simple engine issue you're seeing on your mac runner.

@tysmith tysmith force-pushed the testcase-load branch 4 times, most recently from 3b7737e to 4d31459 Compare November 24, 2023 00:53
- Remove TestCase.purge_optional() since it now automatic.
- TestCase.load() now only loads a single test case.
- Break up test case loading in to smaller more testable parts.
- Update Replay and Reduce to support changes
- Fix test leaks
@tysmith tysmith merged commit e574cd4 into master Nov 27, 2023
2 of 4 checks passed
@tysmith tysmith deleted the testcase-load branch November 27, 2023 15:59
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.

3 participants