Bug #33199
Intermittent Pipeline katello-master-source-release failure on contentViewDetailRepos.test.js
Difficulty:
Triaged:
Yes
Description
We have this recurring although intermittent failure of the JS test on katello-master-source-release pipeline.
09:54:38 Summary of all failing tests 09:54:38 FAIL webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js (47.197s) 09:54:38 ● Can filter by Added status 09:54:38 09:54:38 Error: Error: connect ECONNREFUSED 127.0.0.1:80 09:54:38 09:54:38 8 | }; 09:54:38 9 | 09:54:38 > 10 | // Increase jest timeout as some tests using multiple http mocks can time out on CI systems. 09:54:38 | ^ 09:54:38 11 | jest.setTimeout(10000); 09:54:38 12 | 09:54:38 09:54:38 at Object.dispatchError (node_modules/jsdom/lib/jsdom/living/xhr-utils.js:65:19) 09:54:39 at Request.<anonymous> (node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js:676:20) 09:54:39 at Request.onRequestError (node_modules/request/request.js:877:8) 09:54:39 at console.Object.<anonymous>.global.console.error (webpack/global_test_setup.js:10:9) 09:54:39 at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45) 09:54:39 at Object.dispatchError (node_modules/jsdom/lib/jsdom/living/xhr-utils.js:68:53) 09:54:39 at Request.<anonymous> (node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js:676:20) 09:54:39 at Request.onRequestError (node_modules/request/request.js:877:8) 09:54:39 09:54:39
Associated revisions
Refs #33199 - Try nock restore for pipeline failure
Refs #33199 - Remove CV details repo test
History
#1
Updated by The Foreman Bot over 1 year ago
- Assignee set to Samir Jha
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9526 added
#2
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.3.0 added
#3
Updated by Samir Jha over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|be49f49e4866268b28be8ef908db1981328ff132.
#4
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/Katello/katello/pull/9532 added
#5
Updated by Justin Sherrill over 1 year ago
- Triaged changed from No to Yes
- Target version set to Katello 4.2.0
#6
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/Katello/katello/pull/9538 added
Fixes #33199 - Possible fix for katello-master-source-release pipeline from thsi test (#9526)