katello-master-source-release 924 failed

katello source release pipeline failed:

https://ci.theforeman.org/job/katello-master-source-release/924/

react tests failed:

[2020-05-05T12:54:12.741Z] FAIL webpack/scenes/Subscriptions/__tests__/SubscriptionsActions.test.js (39.173s)
[2020-05-05T12:54:12.741Z]   ● subscription actions › updateQuantity › creates UPDATE_QUANTITY_REQUEST and then fails with 422
[2020-05-05T12:54:12.741Z] 
[2020-05-05T12:54:12.741Z]     expect(received).toEqual(expected) // deep equality
[2020-05-05T12:54:12.741Z] 
[2020-05-05T12:54:12.741Z]     - Expected
[2020-05-05T12:54:12.741Z]     + Received
[2020-05-05T12:54:12.741Z] 
[2020-05-05T12:54:12.741Z]     @@ -1,7 +1,14 @@
[2020-05-05T12:54:12.741Z]       Array [
[2020-05-05T12:54:12.741Z]         Object {
[2020-05-05T12:54:12.741Z]     +     "payload": Object {
[2020-05-05T12:54:12.741Z]     +       "messages": Array [],
[2020-05-05T12:54:12.741Z]     +       "result": [Error: Request failed with status code 404],
[2020-05-05T12:54:12.741Z]     +     },
[2020-05-05T12:54:12.741Z]     +     "type": "SUBSCRIPTIONS_QUANTITIES_FAILURE",
[2020-05-05T12:54:12.741Z]     +   },
[2020-05-05T12:54:12.741Z]     +   Object {
[2020-05-05T12:54:12.741Z]           "type": "UPDATE_QUANTITY_REQUEST",
[2020-05-05T12:54:12.741Z]         },
[2020-05-05T12:54:12.741Z]         Object {
[2020-05-05T12:54:12.741Z]           "payload": Object {
[2020-05-05T12:54:12.741Z]             "messages": Array [
[2020-05-05T12:54:12.741Z] 
[2020-05-05T12:54:12.741Z]       102 |         });
[2020-05-05T12:54:12.741Z]       103 |         await store.dispatch(updateQuantity(poolsUpdate));
[2020-05-05T12:54:12.741Z]     > 104 |         expect(store.getActions()).toEqual(updateQuantityFailureActions);
[2020-05-05T12:54:12.741Z]           |                                    ^
[2020-05-05T12:54:12.741Z]       105 |       },
[2020-05-05T12:54:12.741Z]       106 |     );
[2020-05-05T12:54:12.741Z]       107 |     it(
[2020-05-05T12:54:12.741Z] 
[2020-05-05T12:54:12.741Z]       at _callee4$ (webpack/scenes/Subscriptions/__tests__/SubscriptionsActions.test.js:104:36)
[2020-05-05T12:54:12.741Z]       at tryCatch (node_modules/regenerator-runtime/runtime.js:45:40)
[2020-05-05T12:54:12.741Z]       at Generator.invoke [as _invoke] (node_modules/regenerator-runtime/runtime.js:274:22)
[2020-05-05T12:54:12.741Z]       at Generator.prototype.<computed> [as next] (node_modules/regenerator-runtime/runtime.js:97:21)
[2020-05-05T12:54:12.741Z]       at asyncGeneratorStep (webpack/scenes/Subscriptions/__tests__/SubscriptionsActions.test.js:21:103)
[2020-05-05T12:54:12.741Z]       at _next (webpack/scenes/Subscriptions/__tests__/SubscriptionsActions.test.js:23:194)

The change that triggered this is

but i’m not sure if it’s related or not?

I guess this was a transient failure, 925 passed.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.