Skip to content

Commit 6bd1e0a

Browse files
authored
daemon-check-output(infinispan-15.2): Fix api endpoint to correct one (#77395)
The correct endpoint is /container/health/status test change ref: #77372 Signed-off-by: Debasish Biswas <debasishbsws.dev@gmail.com>
1 parent 6d6d42d commit 6bd1e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infinispan-15.2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: infinispan-15.2
33
version: "15.2.6"
4-
epoch: 3 # CVE fix: GHSA-vc5p-v9hr-52mj (log4j-core 2.24.3 -> 2.25.3)
4+
epoch: 4 # CVE fix: GHSA-vc5p-v9hr-52mj (log4j-core 2.24.3 -> 2.25.3)
55
description: Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.
66
copyright:
77
- license: Apache-2.0
@@ -205,7 +205,7 @@ test:
205205
post: |
206206
wait-for-it -t 3 --strict localhost:57800 -- echo ":57800 is up"
207207
wait-for-it -t 3 --strict localhost:11222 -- echo ":11222 is up"
208-
curl -sfL --retry 3 http://localhost:11222/rest/v2/health/status
208+
curl -sfL --retry 3 http://localhost:11222/rest/v2/container/health/status
209209
curl --digest -u default:password \
210210
-X POST \
211211
"http://localhost:11222/rest/v2/caches/testcache?template=org.infinispan.DIST_SYNC"

0 commit comments

Comments
 (0)