The --wait argument in bin/slider stop is to delay the process of
stopping
the presto application, and not really waiting after the process has
stopped. So just remove it and add a wait time in the tests (using retry
)to confirm the process
has stopped before we call the assertion statement.
The --wait argument in bin/slider stop is to delay the process of stopping the presto application, and not really waiting after the process has stopped. So just remove it and add a wait time in the tests (using retry )to confirm the process has stopped before we call the assertion statement.
SWARM-1405