mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
258 stars 58 forks source link

Speed up local integration test execution on test restarts #3198

Closed de-jcup closed 2 weeks ago

de-jcup commented 3 weeks ago

Situation

When we restart an integration test on a local machine, the executor configuration uuids must be reconnected by TestAPI.

But unfortunately the reconnect is done for ALL executor configurations - and not only for the test scenario specific ones.

While implementing #3197 it became clear that this happens extreme often and slows down local debugging of integration tests

Wanted

The implementation shall only reload necessary parts.