Re: [objectify-appengine] Re: [appengine-java] HRD - Eventual consistency

2011-10-31 Thread Broc Seib
In my unit tests for my entities using HRD, I simply switch that percentage completely on/off around those few places in the unit test code where I need my entity to become "fully committed" in order for the rest of the unit test to work. Yes, it is kind of contrived, but then again so is a unit te

Re: [objectify-appengine] Re: [appengine-java] HRD - Eventual consistency

2011-11-01 Thread Aswath Satrasala
Thanks for the tips on making it work with JUNIT tests. But, I have webdriver tests that are failing. In my case, many webdriver tests give the real experience as done by the user. I am reading the pattern suggested by Jeff. But, it still leads to many application wide changes in my case. I am t