Commit a97a728
committed
test(flagsmith): pin the testbed image, and follow the compose path convention
The compose file moves to src/test/resources/tck/docker-compose.yaml,
the path the TCK javadoc uses, and the image is pinned to 0.1.0 rather
than :latest.
Pinning is the substantive half. Four language adoptions pull this image,
and a mutable tag lets a push to the testbed change four pull requests'
results with no diff anywhere to explain it. The tag stays overridable
through FLAGSMITH_TESTBED_IMAGE.
56 scenarios: 24 pass, 12 fail, 20 skip. Unchanged.
Signed-off-by: Simon Schrottner <simon.schrottner@flagsmith.com>1 parent 78f9318 commit a97a728
2 files changed
Lines changed: 5 additions & 2 deletions
File tree
- providers/flagsmith/src/test
- java/dev/openfeature/contrib/providers/flagsmith
- resources/tck
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | | - | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
0 commit comments