Commit 9c85140
Fix cloud-foundry test failures from PR #5321
service-catalog-data.service.spec: serviceOffering's two strict-URL
expectOne matchers were broken by adding ?return=details to the
implementation. Switch to predicate matchers like the broker tests
already use.
csi-mode.service: narrow isOperationInProgressError so it matches
on the "operation in progress" detail string only, not on CF code
10008 (which is the generic CF-UnprocessableEntity covering many
unrelated 422 cases). Without this narrowing the bind-error spec
that exercises a different 10008 reject ("App is already bound")
trips into the polling+retry branch and never settles.1 parent 5b687eb commit 9c85140
2 files changed
Lines changed: 11 additions & 11 deletions
File tree
- src/frontend/packages/cloud-foundry/src
- services/endpoint-data
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
src/frontend/packages/cloud-foundry/src/shared/components/add-service-instance/csi-mode.service.ts
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
326 | 328 | | |
327 | 329 | | |
328 | 330 | | |
329 | 331 | | |
330 | 332 | | |
331 | | - | |
| 333 | + | |
332 | 334 | | |
333 | | - | |
334 | | - | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
0 commit comments