|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`should quit an infinite loop on RESPECT_MAX_STEPS 1`] = ` |
| 4 | +"──────────────────────────────────────────────────────────────────────────────── |
| 5 | +
|
| 6 | + Running workflow arazzo.yaml / infinite |
| 7 | +
|
| 8 | + ✗ GET /ping - step pre-step |
| 9 | +
|
| 10 | + Request URL: https://bad-api-url.com/api/ping |
| 11 | +
|
| 12 | + ✗ failed network request |
| 13 | +
|
| 14 | + Running failure action continue for the step pre-step |
| 15 | +
|
| 16 | + Running child workflow for the step with-nested |
| 17 | + Running workflow arazzo.yaml / nested-workflow |
| 18 | +
|
| 19 | + ✗ GET /ping - step step-1 |
| 20 | +
|
| 21 | + Request URL: https://bad-api-url.com/api/ping |
| 22 | +
|
| 23 | + ✗ failed network request |
| 24 | +
|
| 25 | + Running failure action next-step for the step step-1 |
| 26 | +
|
| 27 | + ✗ GET /ping - step step-2 |
| 28 | +
|
| 29 | + Request URL: https://bad-api-url.com/api/ping |
| 30 | +
|
| 31 | + ✗ failed network request |
| 32 | +
|
| 33 | +
|
| 34 | +
|
| 35 | + ✗ GET /ping - step ping |
| 36 | +
|
| 37 | + Request URL: https://bad-api-url.com/api/ping |
| 38 | +
|
| 39 | + ✗ failed network request |
| 40 | +
|
| 41 | + Running failure action infinite-loop for the step ping |
| 42 | +
|
| 43 | + ✗ GET /ping - step ping |
| 44 | +
|
| 45 | + Request URL: https://bad-api-url.com/api/ping |
| 46 | +
|
| 47 | + ✗ failed network request |
| 48 | +
|
| 49 | + Running failure action infinite-loop for the step ping |
| 50 | +
|
| 51 | + ✗ GET /ping - step ping |
| 52 | +
|
| 53 | + Request URL: https://bad-api-url.com/api/ping |
| 54 | +
|
| 55 | + ✗ failed network request |
| 56 | +
|
| 57 | + Running failure action infinite-loop for the step ping |
| 58 | +
|
| 59 | + ✗ GET /ping - step ping |
| 60 | +
|
| 61 | + Request URL: https://bad-api-url.com/api/ping |
| 62 | +
|
| 63 | + ✗ failed network request |
| 64 | +
|
| 65 | + Running failure action infinite-loop for the step ping |
| 66 | +
|
| 67 | + ✗ GET /ping - step ping |
| 68 | +
|
| 69 | + Request URL: https://bad-api-url.com/api/ping |
| 70 | +
|
| 71 | + ✗ failed network request |
| 72 | +
|
| 73 | + Running failure action infinite-loop for the step ping |
| 74 | +
|
| 75 | + ✗ GET /ping - step ping |
| 76 | +
|
| 77 | + Request URL: https://bad-api-url.com/api/ping |
| 78 | +
|
| 79 | + ✗ failed network request |
| 80 | +
|
| 81 | + Running failure action infinite-loop for the step ping |
| 82 | +
|
| 83 | + ✗ GET /ping - step ping |
| 84 | +
|
| 85 | + Request URL: https://bad-api-url.com/api/ping |
| 86 | +
|
| 87 | + ✗ failed network request |
| 88 | +
|
| 89 | + Running failure action infinite-loop for the step ping |
| 90 | +
|
| 91 | +
|
| 92 | +
|
| 93 | +
|
| 94 | +
|
| 95 | +
|
| 96 | +
|
| 97 | +
|
| 98 | +
|
| 99 | +
|
| 100 | + Failed tests info: |
| 101 | +
|
| 102 | + Workflow name: infinite |
| 103 | +
|
| 104 | + stepId - pre-step |
| 105 | + ✗ failed network request |
| 106 | + fetch failed |
| 107 | + |
| 108 | + stepId - step-1 |
| 109 | + ✗ failed network request |
| 110 | + fetch failed |
| 111 | + |
| 112 | + stepId - step-2 |
| 113 | + ✗ failed network request |
| 114 | + fetch failed |
| 115 | + |
| 116 | + stepId - ping |
| 117 | + ✗ failed network request |
| 118 | + fetch failed |
| 119 | + |
| 120 | + stepId - ping |
| 121 | + ✗ failed network request |
| 122 | + fetch failed |
| 123 | + |
| 124 | + stepId - ping |
| 125 | + ✗ failed network request |
| 126 | + fetch failed |
| 127 | + |
| 128 | + stepId - ping |
| 129 | + ✗ failed network request |
| 130 | + fetch failed |
| 131 | + |
| 132 | + stepId - ping |
| 133 | + ✗ failed network request |
| 134 | + fetch failed |
| 135 | + |
| 136 | + stepId - ping |
| 137 | + ✗ failed network request |
| 138 | + fetch failed |
| 139 | + |
| 140 | + stepId - ping |
| 141 | + ✗ failed network request |
| 142 | + fetch failed |
| 143 | + |
| 144 | + stepId - ping |
| 145 | + ✗ unexpected error |
| 146 | + Reason: Max steps (10) reached |
| 147 | + Summary for arazzo.yaml |
| 148 | + |
| 149 | + Workflows: 1 failed, 1 total |
| 150 | + Steps: 11 failed, 11 total |
| 151 | + Checks: 11 failed, 11 total |
| 152 | + Time: <test>ms |
| 153 | +
|
| 154 | +
|
| 155 | +┌─────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────┐ |
| 156 | +│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │ |
| 157 | +├─────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────┤ |
| 158 | +│ x arazzo.yaml │ 1 │ 0 │ 1 │ - │ - │ |
| 159 | +└─────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────┘ |
| 160 | +
|
| 161 | +
|
| 162 | +
|
| 163 | + Tests exited with error |
| 164 | +" |
| 165 | +`; |
0 commit comments