Bug #28708
closedJest test stopped working
Description
[2020-01-07T21:38:06.504Z] Summary of all failing tests
[2020-01-07T21:38:06.504Z] FAIL webpack/redux/actions/RedHatRepositories/__tests__/enabled.test.js
[2020-01-07T21:38:06.504Z] ● RedHatRepositories enabled actions › disableRepository › dispatches DISABLE_REPOSITORY_REQUEST
[2020-01-07T21:38:06.504Z]
[2020-01-07T21:38:06.504Z] Error: Error: connect ECONNREFUSED 127.0.0.1:80
[2020-01-07T21:38:06.504Z]
[2020-01-07T21:38:06.504Z] 5 | throw new Error(error);
[2020-01-07T21:38:06.504Z] 6 | };
[2020-01-07T21:38:06.504Z] > 7 |
[2020-01-07T21:38:06.504Z] | ^
[2020-01-07T21:38:06.504Z]
[2020-01-07T21:38:06.504Z] at Object.dispatchError (node_modules/jsdom/lib/jsdom/living/xhr-utils.js:65:19)
[2020-01-07T21:38:06.504Z] at Request.<anonymous> (node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js:676:20)
[2020-01-07T21:38:06.504Z] at Request.onRequestError (node_modules/request/request.js:881:8)
[2020-01-07T21:38:06.504Z] at BufferedConsole.Object.<anonymous>.global.console.error (webpack/global_test_setup.js:7:9)
[2020-01-07T21:38:06.505Z] at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
[2020-01-07T21:38:06.505Z] at Object.dispatchError (node_modules/jsdom/lib/jsdom/living/xhr-utils.js:68:53)
[2020-01-07T21:38:06.505Z] at Request.<anonymous> (node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js:676:20)
[2020-01-07T21:38:06.505Z] at Request.onRequestError (node_modules/request/request.js:881:8)
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z] ● RedHatRepositories enabled actions › loadEnabledRepos › dispatches ENABLED_REPOSITORIES_REQUEST
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z] Error: Error: connect ECONNREFUSED 127.0.0.1:80
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z] 5 | throw new Error(error);
[2020-01-07T21:38:06.505Z] 6 | };
[2020-01-07T21:38:06.505Z] > 7 |
[2020-01-07T21:38:06.505Z] | ^
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z] at Object.dispatchError (node_modules/jsdom/lib/jsdom/living/xhr-utils.js:65:19)
[2020-01-07T21:38:06.505Z] at Request.<anonymous> (node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js:676:20)
[2020-01-07T21:38:06.505Z] at Request.onRequestError (node_modules/request/request.js:881:8)
[2020-01-07T21:38:06.505Z] at BufferedConsole.Object.<anonymous>.global.console.error (webpack/global_test_setup.js:7:9)
[2020-01-07T21:38:06.505Z] at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
[2020-01-07T21:38:06.505Z] at Object.dispatchError (node_modules/jsdom/lib/jsdom/living/xhr-utils.js:68:53)
[2020-01-07T21:38:06.505Z] at Request.<anonymous> (node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js:676:20)
[2020-01-07T21:38:06.505Z] at Request.onRequestError (node_modules/request/request.js:881:8)
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z] Test Suites: 1 failed, 82 passed, 83 total
[2020-01-07T21:38:06.505Z] Tests: 2 failed, 286 passed, 288 total
[2020-01-07T21:38:06.505Z] Snapshots: 165 passed, 165 total
[2020-01-07T21:38:06.505Z] Time: 26.294s
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8503 added
Updated by The Foreman Bot almost 5 years ago
- Fixed in Releases Katello 3.16.0 added
Updated by Avi Sharvit almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|177638b3bc060090089914c42c185decb5ea76a5.
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/Katello/katello/pull/8515 added
Updated by Jonathon Turel almost 5 years ago
- Target version set to Katello 3.14.1
- Triaged changed from No to Yes
- Fixed in Releases Katello 3.15.0 added
- Fixed in Releases deleted (
Katello 3.16.0)
Updated by Jonathon Turel almost 5 years ago
- Category changed from Web UI to Tests