You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a custom EPICS_PVA_ADDR_LIST and EPICS_PVA_AUTO_ADDR_LIST defined the mvn [install | package | test] fails as it can't connect to the PVs generated.
Is it possible to isolate the tests from the local environment on the users computer?
If I launch the tests like this it works:
EPICS_PVA_AUTO_ADDR_LIST=TRUE EPICS_PVA_ADDR_LIST="" mvn test
The text was updated successfully, but these errors were encountered:
If you have a custom
EPICS_PVA_ADDR_LIST
andEPICS_PVA_AUTO_ADDR_LIST
defined themvn [install | package | test]
fails as it can't connect to the PVs generated.Is it possible to isolate the tests from the local environment on the users computer?
If I launch the tests like this it works:
The text was updated successfully, but these errors were encountered: