Commit a447b4c
committed
test(ofrep): drop the one omission that was never about OFREP
This suite's declarableExcept list is long, and every name in it is something this
provider genuinely cannot do -- no lifecycle to observe, no events, no connection
to lose, a backend that decides so the caller's default never leaves the process,
a deserialiser that keeps the numeric types strictly apart. @large-integers was
the odd one out: it said nothing about OFREP at all, only that
Client.getIntegerDetails is a 32-bit Integer. The TCK refuses it centrally now, so
it is gone from the list and from the paragraph that explained it.
That matters more here than in the flagd suite, because here it was one name among
nine and a reader had no way to tell which of the nine described the provider.
Now all of them do.
Measured on the pinned testbed image: 65 scenarios, 46 passed, 17 skipped, 2
failed -- a clean run, identical to the previous pass, since this changes the
reason for a skip rather than the count. The stream now carries four "provider
does not declare capability" reasons and one "the Java SDK cannot express
capability LARGE_INTEGERS", which is the distinction a reader of the report needs.
No KnownDeviation changes: the existing DISABLED_FLAGS entry is unaffected, and a
capability no Java provider can be asked was never a deviation to record.
Signed-off-by: Simon Schrottner <simon.schrottner@flagsmith.com>1 parent 7da5617 commit a447b4c
2 files changed
Lines changed: 15 additions & 13 deletions
File tree
- providers/ofrep/src/test
- java/dev/openfeature/contrib/providers/ofrep/e2e
- resources/tck
Lines changed: 12 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
217 | 219 | | |
218 | 220 | | |
219 | 221 | | |
| |||
305 | 307 | | |
306 | 308 | | |
307 | 309 | | |
308 | | - | |
309 | | - | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments