adoptium / STF

The System Test Framework for executing https://github.com/adoptium/aqa-systemtest
Apache License 2.0
8 stars 35 forks source link

Fix setInactivityLimit #102

Closed lumpfish closed 3 years ago

lumpfish commented 3 years ago

Signed-off-by: Simon Rushton srushton@redhat.com

lumpfish commented 3 years ago

Fixes https://github.com/AdoptOpenJDK/stf/issues/90

Mesbah-Alam commented 3 years ago

The setInactivityLimit() API is only used in LambdaLoadTest. So, I expect this change to only impact that test - something that's already being discussed / covered in https://github.com/AdoptOpenJDK/stf/issues/90.

So the change looks good to me, approving!

Thanks for finding this out, @lumpfish !