kstyrc / embedded-redis

Redis embedded server for Java integration testing
854 stars 371 forks source link

Process synchronization on exit #11

Closed gnethercutt closed 10 years ago

gnethercutt commented 10 years ago

Wait for process exit before returning from stop(). Bump pom due to new signature -- stop() can now throw an InterruptedException. Tests don't need to sleep anymore

kstyrc commented 10 years ago

GJ