Commit 17faa09
committed
fix: resolve test failures across ResourceDocs, AbacRules, and v7→v6 bridge
- JSONFactory1_4_0: add specifiedUrl to resource-doc cache key so v7.0.0
requests don't serve cached v6.0.0 specifiedUrl values (fixes
V7ResourceDocsAggregationTest property 2.10)
- Http4s700: add v700→v600 bridge (HttpRoutes rewrite) so unhandled v7.0.0
paths delegate to Http4s600 instead of falling through to Lift, which has
no v6 routes (fixes Http4sServerIntegrationTest)
- Http4s600: rename bridge v600→v500 (skip v5.1.0 whose own bridge is
disabled); wire wrappedRoutesV600Services to use it
- AbacRuleTests: pre-create 4 users in beforeAll so the statistical
permissiveness check has a >1 user sample and doesn't falsely reject rules
- ResourceDocsTest: accept either liftweb or http4s technology value since
the first resource doc is non-deterministic in a mixed migration state1 parent dbc258a commit 17faa09
5 files changed
Lines changed: 42 additions & 17 deletions
File tree
- obp-api/src
- main/scala/code/api
- v1_4_0
- v6_0_0
- v7_0_0
- test/scala/code/api
- ResourceDocs1_4_0
- v6_0_0
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
8505 | 8505 | | |
8506 | 8506 | | |
8507 | 8507 | | |
8508 | | - | |
| 8508 | + | |
| 8509 | + | |
| 8510 | + | |
| 8511 | + | |
8509 | 8512 | | |
8510 | | - | |
| 8513 | + | |
8511 | 8514 | | |
8512 | 8515 | | |
8513 | | - | |
| 8516 | + | |
8514 | 8517 | | |
8515 | 8518 | | |
8516 | | - | |
| 8519 | + | |
8517 | 8520 | | |
8518 | 8521 | | |
8519 | 8522 | | |
| |||
8534 | 8537 | | |
8535 | 8538 | | |
8536 | 8539 | | |
8537 | | - | |
| 8540 | + | |
8538 | 8541 | | |
8539 | 8542 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
3583 | 3584 | | |
3584 | 3585 | | |
3585 | 3586 | | |
3586 | | - | |
3587 | | - | |
3588 | | - | |
3589 | | - | |
| 3587 | + | |
| 3588 | + | |
| 3589 | + | |
| 3590 | + | |
| 3591 | + | |
| 3592 | + | |
| 3593 | + | |
| 3594 | + | |
| 3595 | + | |
| 3596 | + | |
| 3597 | + | |
| 3598 | + | |
| 3599 | + | |
| 3600 | + | |
| 3601 | + | |
| 3602 | + | |
| 3603 | + | |
| 3604 | + | |
| 3605 | + | |
| 3606 | + | |
| 3607 | + | |
3590 | 3608 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments