Opened 7 years ago
Closed 6 years ago
#42385 closed task (blessed) (fixed)
Fix the 4.2 branch test suite
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Build/Test Tools | Keywords: | needs-patch |
Focuses: | Cc: |
Description
The test suite for the 4.2 branch on Travis CI broke today with npm errors. The last known working (and passing) build was around a month ago.
Erroring build:
https://travis-ci.org/WordPress/wordpress-develop/builds/295283327
Previous build (which was good):
https://travis-ci.org/WordPress/wordpress-develop/builds/277509137
What's changed in the last month that has caused this to error? Continually fixing node dependencies for older branches is completely unmaintainable. Can we pin more dependencies to known working versions?
Change History (8)
#2
@
7 years ago
Travis's systems had some issues yesterday (goes well with Halloween), and I had some of my own packages failing for no reason. I'll try to see if they are still failing.
#3
@
7 years ago
@ayeshrajans Good suggestion, thanks. I just restarted the build and the same error occurred, so unfortunately that wasn't the issue.
The same has happened on the 4.0 branch, but, curiously, not the 4.1 branch. What's different about the 4.1 branch?