verify that execute was called first. This happens synchronously so it should 
have already happened.
executeBeforeCompletion does not return until beforeCompletion.doOp is called 
(and completed). So remove the await on beforeCompletion.doOp. Also add 
verification of beforeCompletion.isFinished() is true. 
The 4th line of verification should be that we did afterCompletion.doOp and you 
need an await on that line

[ Full content available at: https://github.com/apache/geode/pull/2388 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to