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

Issue 8341092: Verify that VERSION_CHANGE transactions are rolled back after crash. (Closed)

Created:
9 years, 1 month ago by jsbell
Modified:
9 years, 1 month ago
Reviewers:
Nirnimesh
CC:
chromium-reviews, Nirnimesh, John Grabowski, anantha, dyu1, Paweł Hajdan Jr., dennis_jeffrey, hans, dgrogan
Visibility:
Public.

Description

Verify that VERSION_CHANGE transactions are rolled back after crash. This pyautolib-based test verifies the fix for https://bugs.webkit.org/show_bug.cgi?id=70974 by preparing a database, starting a VERSION_CHANGE transaction, crashing the browser mid-transaction, then validating that nothing was committed. BUG=98562 TEST=python chrome/test/functional/indexeddb.py Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109092

Patch Set 1 #

Total comments: 3

Patch Set 2 : incorporating feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -1 line) Patch
A chrome/test/data/indexeddb/version_change_crash.html View 1 chunk +10 lines, -0 lines 0 comments Download
A chrome/test/data/indexeddb/version_change_crash.js View 1 chunk +81 lines, -0 lines 0 comments Download
M chrome/test/functional/indexeddb.py View 1 3 chunks +31 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
jsbell
nirnimesh@: chrome/test/OWNERS review?
9 years, 1 month ago (2011-11-04 21:47:51 UTC) #1
Nirnimesh
http://codereview.chromium.org/8341092/diff/1/chrome/test/functional/indexeddb.py File chrome/test/functional/indexeddb.py (right): http://codereview.chromium.org/8341092/diff/1/chrome/test/functional/indexeddb.py#newcode54 chrome/test/functional/indexeddb.py:54: url = self.GetFileURLForDataPath('indexeddb', 'version_change_crash.html') maybe use GetHttpUrlForDataPath? (here and ...
9 years, 1 month ago (2011-11-04 22:25:09 UTC) #2
jsbell
On 2011/11/04 22:25:09, Nirnimesh wrote: > http://codereview.chromium.org/8341092/diff/1/chrome/test/functional/indexeddb.py#newcode54 > chrome/test/functional/indexeddb.py:54: url = > self.GetFileURLForDataPath('indexeddb', 'version_change_crash.html') > ...
9 years, 1 month ago (2011-11-04 23:15:12 UTC) #3
Nirnimesh
9 years, 1 month ago (2011-11-05 00:07:52 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698