One of the test suite deps has a regression
See original GitHub issueSteps to reproduce
Look at the Travis
Expected behaviour
Green 🎉
Actual behaviour
Red 😢
Last successful one was https://travis-ci.org/reactjs/react-rails/jobs/342097144
Check the bundle section and play a game of whack-a-gem. Can replicate locally if I bundle exec appraisal update
then bundle exec appraisal rake
.
This was not caught as my appraisal install was stale.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
What is Regression Testing? Definition, Tools, Method, and ...
Regression testing is a type of testing that is done to verify that a code change in the software does not impact the...
Read more >7. Regression Testing — VisIt User Manual 3.2.2 documentation
The regression suite relies on having a working VisIt build and test data available on your ... To work around this issue you...
Read more >What is Regression Testing? Software Testing Definition & Tools
Regression testing has three most prominent implementation methods, including re-test all, regression test selection, and test case prioritization. Complete ...
Read more >The Effect of Test Suite Type on Regression Test Selection
Abstract—Regression test selection (RTS) techniques reduce the cost of regression testing by running only test cases related to code modifications.
Read more >How To Perform Regression Testing? The Complete Guide
Regression tests are highly important for ensuring that the bug fixes or code changes are not harming your app's performance. This is how...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’d like to take a stab at this! I’m looking to make my first open source contribution and will take a few hours to look at it this week.
I’m not 100% sure, but yes, I think the way of minifying/uglifying pack files isn’t an external specification but an implementation detail of Webpack(er). I think
WebpackerManifestContainerTest
should be an unit test forWebpackerManifestContainer
, and it probably shouldn’t depend on external inputs.