This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
     new d09233cceb3 Fix Infinispan STATS test (#737)
d09233cceb3 is described below

commit d09233cceb31c6ec8abdcfde2e435e83f85c3633
Author: Marco Carletti <[email protected]>
AuthorDate: Tue Feb 7 20:28:18 2023 +0100

    Fix Infinispan STATS test (#737)
---
 .../camel/component/infinispan/remote/InfinispanRemoteProducerIT.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components-starter/camel-infinispan-starter/src/test/java/org/apache/camel/component/infinispan/remote/InfinispanRemoteProducerIT.java
 
b/components-starter/camel-infinispan-starter/src/test/java/org/apache/camel/component/infinispan/remote/InfinispanRemoteProducerIT.java
index c9ce486bec6..611cc4fb40c 100644
--- 
a/components-starter/camel-infinispan-starter/src/test/java/org/apache/camel/component/infinispan/remote/InfinispanRemoteProducerIT.java
+++ 
b/components-starter/camel-infinispan-starter/src/test/java/org/apache/camel/component/infinispan/remote/InfinispanRemoteProducerIT.java
@@ -80,7 +80,7 @@ public class InfinispanRemoteProducerIT extends 
InfinispanRemoteTestSupport impl
                                                .to("direct:start")
                                                
.withHeader(InfinispanConstants.OPERATION, InfinispanOperation.STATS)
                                                .request(ServerStatistics.class)
-                                               
.getIntStatistic(ServerStatistics.CURRENT_NR_OF_ENTRIES));
+                                               
.getIntStatistic(ServerStatistics.APPROXIMATE_ENTRIES));
        }
 
        // *****************************

Reply via email to