Skip to content

Changes

Summary

  1. HealthCheckerTest: Fix flip/flop (commit: ccaadc9) (details)
Commit ccaadc952b4dccbd956bd637533e4acf14c8a91b by Matthias Otterbach
HealthCheckerTest: Fix flip/flop

There is a really short time frame where a future is already DONE (e.g.
awaitDone has returned already) but the future is not yet FINISHED (e.g.
another checkHealth call may not return result of previous call future)
.
(commit: ccaadc9)
The file was modified org.eclipse.scout.rt.server.commons.test/src/test/java/org/eclipse/scout/rt/server/commons/healthcheck/HealthCheckerTest.java (diff)