-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-HF14, 5.9.4
-
Component/s: Automation, Tests
As there is a 60s cache, the first test of a test suite that uses the EmbeddedAutomationServerFeature initializes the static registry, by calling HttpAutomationClient.getSession().
If a test executed afterwards deploys new operations, these will not be found in the registry when trying to call them because of the cache expiraiton delay..