New issue
Advanced search Search tips

Issue 648817 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: ----



Sign in to add a comment

updateIncremenal should not be using eventually-consistent datastore queries for checking if file was uploaded before

Project Member Reported by serg...@chromium.org, Sep 21 2016

Issue description

Currently 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.
 
Labels: -Restrict-View-Google

Sign in to add a comment