]
Katia Aresti updated ISPN-9899:
-------------------------------
Summary: Move from JUnit 4 to 5 and add IT Tests (was:
RemoteInfinispanCacheMeterBinderProvider incorrect cast)
Move from JUnit 4 to 5 and add IT Tests
---------------------------------------
Key: ISPN-9899
URL:
https://issues.jboss.org/browse/ISPN-9899
Project: Infinispan
Issue Type: Bug
Reporter: Katia Aresti
Assignee: Katia Aresti
Priority: Critical
There is an incorrect cast in the RemoteInfinispanCacheMeterBinderProvider class.
We do cache instanceof RemoteCache instead of cache.getNativeCache().
This causes an error when using Actuator. Add IT tests to avoid this problem to come back