Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Issue 1485603003: Revert of "[sql] Remove part of WebDatabase SQLite patch." (patchset #1 of https://codereview.chrom… (Closed)

Created:
5 years ago by sof
Modified:
5 years ago
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of "[sql] Remove part of WebDatabase SQLite patch." (patchset #1 of https://codereview.chromium.org/1473963002 ) Reason for revert: Unfortunately, this seems to have introduced flaky shutdown crashes on storage/websql/open-database-creation-callback.html across bots, http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=storage%2Fwebsql%2Fopen-database-creation-callback.html http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Trusty/builds/5769 Original issue's description: > [sql] Remove part of WebDatabase SQLite patch. > > findReusableFd() calls stat() on the filename to determine the inode > and device to figure out if a previously-closed file descriptor can be > reused. Since WebDatabase file names are resolved by the browser, > this stat() can never succeed in the renderer, thus there is no point > to calling the function. > > This SQLite code path is an optimization to reduce close/open churn, > it is not necessary for correct operation. > > BUG=none > > Review URL: https://codereview.chromium.org/1473963002 > Cr-Commit-Position: refs/heads/master@{#361825} TBR=shess@chromium.org,michaeln@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Committed: https://crrev.com/94af7186bb57ba9e1a2dea4c2bd41ac5e418a18e Cr-Commit-Position: refs/heads/master@{#362112}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -40 lines) Patch
M third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp View 2 chunks +12 lines, -5 lines 0 comments Download
M third_party/sqlite/amalgamation/sqlite3.h View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/sqlite/amalgamation/sqlite3.c View 3 chunks +38 lines, -10 lines 0 comments Download
M third_party/sqlite/patches/0005-Modify-default-VFS-to-support-WebDatabase.patch View 10 chunks +66 lines, -15 lines 0 comments Download
M third_party/sqlite/src/src/os_unix.c View 2 chunks +33 lines, -10 lines 0 comments Download
M third_party/sqlite/src/src/sqlite.h.in View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
sof
5 years ago (2015-11-30 09:41:47 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1485603003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1485603003/1
5 years ago (2015-11-30 09:42:19 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-11-30 09:43:08 UTC) #4
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/94af7186bb57ba9e1a2dea4c2bd41ac5e418a18e Cr-Commit-Position: refs/heads/master@{#362112}
5 years ago (2015-11-30 09:44:02 UTC) #6
Scott Hess - ex-Googler
Probably http://crbug.com/563319 . On Mon, Nov 30, 2015 at 1:44 AM, commit-bot@chromium.org via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> ...
5 years ago (2015-11-30 18:44:38 UTC) #7
Scott Hess - ex-Googler
Probably http://crbug.com/563319 . On Mon, Nov 30, 2015 at 1:44 AM, commit-bot@chromium.org via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> ...
5 years ago (2015-11-30 18:44:39 UTC) #8
sof1
Den 11/30/2015 19:44, Scott Hess skreiv: > Probably http://crbug.com/563319 . > Can't access, but https://crbug.com/562440 ...
5 years ago (2015-11-30 18:47:30 UTC) #9
sof1
Den 11/30/2015 19:44, Scott Hess skreiv: > Probably http://crbug.com/563319 . > Can't access, but https://crbug.com/562440 ...
5 years ago (2015-11-30 18:47:31 UTC) #10
Scott Hess - ex-Googler
Yep, I think that's the same, I'm still grinding through Monday Morning Triage... On Mon, ...
5 years ago (2015-11-30 18:53:59 UTC) #11
Scott Hess - ex-Googler
Yep, I think that's the same, I'm still grinding through Monday Morning Triage... On Mon, ...
5 years ago (2015-11-30 18:54:01 UTC) #12
sof
5 years ago (2015-11-30 19:01:10 UTC) #13
Message was sent while issue was closed.
On 2015/11/30 18:54:01, Scott Hess wrote:
> Yep, I think that's the same, I'm still grinding through Monday Morning
> Triage...
> 

alright :)

fwiw, I failed to reproduce that crash locally nor can I see the test as flakily
failing on the https://codereview.chromium.org/1473963002 results.

Powered by Google App Engine
This is Rietveld 408576698