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
A JDK-based management pack with Integration SDK: when mp-test with 'test connection' is executed and the actual time taken is around 30-60s above the time taken inside both Java main method executions for 'get endpoints' and 'test connection' combined together
Reproduction steps
Write a JDK-based mgmt pack which makes an additional call to an external system
Try mp-test and connect to that external system
With my example 'get endpoints' takes about 5 secs inside the main method in Java
'test connection' takes about 16 secs inside the main method in Java
The above times out
Test with 'mp-test connect -t 90' which takes around 75 seconds -> looks like some minute or so is added by the framework and Python server
...
Expected behavior
Expected behaviour is that there is not much additional delay apart from the actual execution of the Java main methods
Additional context
No response
The text was updated successfully, but these errors were encountered:
I measured the 5 seconds for 'get endpoint' and 16 secs for 'test connection' from the entry in main() method until the exit while I had configured higher total timeout through mp-test in order to not shut down the process.
Describe the bug
A JDK-based management pack with Integration SDK: when mp-test with 'test connection' is executed and the actual time taken is around 30-60s above the time taken inside both Java main method executions for 'get endpoints' and 'test connection' combined together
Reproduction steps
mp-test
and connect to that external system...
Expected behavior
Expected behaviour is that there is not much additional delay apart from the actual execution of the Java main methods
Additional context
No response
The text was updated successfully, but these errors were encountered: