Closed
Description
I just spent a few hours debugging flaky tests, and I finally realized that it was due to the "consistency" settings that I was using.
When LocalDatastoreHelper.create()
is called, perhaps a default consistency of 1.0
should be used? Otherwise, integration tests to verify proper API usage will "randomly" fail, even if the tests are fairly small.