Open ahmed-sadak opened 8 months ago
@ahmed-sadak I am curious, how did you determine the times you've listed here? (5 seconds for get endpoints, 16 seconds for test connection)
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.
Ok, thanks. It sounds like you manually instrumented the code with logging in order to determine this timing. Is that correct?
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 systemExpected 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