updateIncremenal should not be using eventually-consistent datastore queries for checking if file was uploaded before |
|
Issue descriptionCurrently it calls getTestFileAlt, which calls getFirstTestFile and that uses TestFileParams.Query, which using datastore queries. This is only eventually consistent therefore may cause a result to be stored twice rather than reporting 409. |
|
►
Sign in to add a comment |
|
Comment 1 by serg...@chromium.org
, Sep 21 2016