commit | f8838f1b9bbba7eacaf398da4eaaf9996727b502 | [log] [tgz] |
---|---|---|
author | xiyuan <[email protected]> | Thu Sep 15 18:44:24 2016 |
committer | Commit bot <[email protected]> | Thu Sep 15 18:46:20 2016 |
tree | c97c066700af3b8605cdd330973360aab4fb01a6 | |
parent | 6c88bbfb8f8a74f97de71366c11acf5ab192c70c [diff] |
Fix flaky FileFlusherTest.DuplicateRequests The flakyness is cause by the racing that the first flush request might be started before the duplicate request comes in. Also fixed a problem that Job::ScheduleFinish could be called twice. One from Cancel and the other from Start on a canceled job. BUG=647070 Review-Url: https://codereview.chromium.org/2342813003 Cr-Commit-Position: refs/heads/master@{#418914}