]
Ryan Emerson updated ISPN-12669:
--------------------------------
Component/s: Test Suite
Tests failing due to relying on published images
------------------------------------------------
Key: ISPN-12669
URL:
https://issues.redhat.com/browse/ISPN-12669
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
The following tests are pulling the server image from remote instead of utilising the
local server build to create a container for testing. This results in the testsuite
failing when we transition to a new major/minor that does not have a published image yet.
We should update the relevant poms to ensure that the local server dist is always used.
{code:java}
org.infinispan.server.test.junit5.InfinispanServerExtensionContainerTest.(?)
test.org.infinispan.spring.starter.remote.actuator.RemoteCacheMetricBinderTest.(?)
{code}