question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

One of the test suite deps has a regression

See original GitHub issue

Steps 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:closed
  • Created 5 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
suhailnawcommented, Apr 25, 2018

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.

0reactions
ttanimichicommented, Aug 6, 2018

Do you think Webpack was also mangling the names of internal classes

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 for WebpackerManifestContainer, and it probably shouldn’t depend on external inputs.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found