Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.6, 1.4
Description
Change of existing test ports setup
from
export TEST_PORTS=8888,7171
to
export TEST_PORTS=9999,7171
Is causing test cases to fail. Seems like the invocation of external services from the processes still point to old ports.
Fix is to add endpoint config to the processes calling external services.