From 3103d5e651140581eee4782c8e2a040787f22804 Mon Sep 17 00:00:00 2001 From: Fedor Dudinsky Date: Tue, 10 Sep 2024 16:43:43 +0200 Subject: [PATCH] Switch to supported service type "Cache" service is deprecated and removed from the newest versions of Inifinspan[1][2] and it already became a problem for IBM testing folks[3] [1] https://access.redhat.com/solutions/7010384 [2] https://access.redhat.com/solutions/6972352 [3] https://issues.redhat.com/browse/QQE-961 --- .../src/test/resources/infinispan_cluster_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infinispan-client/src/test/resources/infinispan_cluster_config.yaml b/infinispan-client/src/test/resources/infinispan_cluster_config.yaml index 7a3e6b82a..8dd172d51 100644 --- a/infinispan-client/src/test/resources/infinispan_cluster_config.yaml +++ b/infinispan-client/src/test/resources/infinispan_cluster_config.yaml @@ -6,7 +6,7 @@ metadata: spec: replicas: 1 service: - type: Cache + type: DataGrid container: extraJvmOpts: "-XX:NativeMemoryTracking=summary" cpu: "2000m"