-
Notifications
You must be signed in to change notification settings - Fork 58
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
UIP-2272 Remove test utilities that belong in over_react_test #95
UIP-2272 Remove test utilities that belong in over_react_test #95
Conversation
RavenNumber of Findings: 0 |
tool/dev.dart
Outdated
@@ -36,8 +36,7 @@ main(List<String> args) async { | |||
// See https://github.com/Workiva/over_react/issues/36 | |||
// 'chrome', | |||
] | |||
// Prevent test load timeouts on Smithy. | |||
..concurrency = 1 | |||
..concurrency = 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#nit 4 is the default, this can just be removed
pubspec.yaml
Outdated
dependency_overrides: | ||
over_react_test: | ||
git: | ||
url: git@github.com:aaronlademann-wf/over_react_test.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
travis doesn't support SSH urls :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this will have to get removed before we merge anyway 🤷♂️
@aaronlademann-wf This pull request has merge conflicts, please resolve. |
+ And move all remaining utils out of the “wsd_test_utils” directory + Consumers of this lib have no idea what wsd is / means.
+ We don’t have enough tests in this lib to need the syncronous workaround for test timeouts.
32476f5
to
e9e989f
Compare
+ 4 is the default.
@jacehensley-wf @greglittlefield-wf @clairesarsam-wf this no longer has a dependent PR, and is ready for a final pass. Now that over_react_test |
Codecov Report
@@ Coverage Diff @@
## master #95 +/- ##
==========================================
- Coverage 94.87% 94.34% -0.52%
==========================================
Files 31 31
Lines 1537 1537
==========================================
- Hits 1458 1450 -8
- Misses 79 87 +8 |
@jacehensley-wf @greglittlefield-wf @clairesarsam-wf this is ready for review. |
+1 |
QA +10
Merging. |
Ultimate problem:
There were some test utilities in this library that were not exposed / available for consumers.
How it was fixed:
Move them to over_react_test
Testing suggestions:
Passing CI
Areas of regression
Tests
FYA: @jacehensley-wf @greglittlefield-wf @clairesarsam-wf