Bug 49906
| Summary: | fast/workers/storage/interrupt-database-sync.html fails intermittently | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | abarth, ahmad.saleem792, aroben, dumi, eric, levin, webkit.review.bot |
| Priority: | P2 | Keywords: | LayoutTestFailure, Qt, QtTriaged |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Csaba Osztrogonác
--- /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/fast/workers/storage/interrupt-database-sync-expected.txt 2010-11-22 05:55:55.975633228 -0800
+++ /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/fast/workers/storage/interrupt-database-sync-actual.txt 2010-11-22 05:55:55.975633228 -0800
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 7: DATABASE_ERR: DOM SQL Exception 1: The operation failed for some reason related to the database.
+CONSOLE MESSAGE: line 7: SYNTAX_ERR: DOM SQL Exception 5: Invalid or unauthorized statement; or the number of arguments did not match the number of ? placeholders.
CONSOLE MESSAGE: line 11: UNKNOWN_ERR: DOM SQL Exception 0: The operation failed for reasons unrelated to the database.
This test makes sure that all sync database operations are immediately interrupted when the worker needs to terminate.
PASS: database operations interrupted.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I added fast/workers/storage/interrupt-database-sync.html to the Skipped list:
http://trac.webkit.org/changeset/72524
$ WebKitTools/Scripts/run-webkit-tests fast/workers/storage/interrupt-database-sync.html --iterations 1000
888 test cases (88%) succeeded
110 test cases (11%) had incorrect layout
2 test cases (<1%) crashed
Eric Seidel (no email)
This is happening on Leopard as well. This is just a flaky test it seems.
http://trac.webkit.org/browser/trunk/LayoutTests/fast/workers/storage/interrupt-database-sync.html
Adam Roben (:aroben)
Disabled the test in r81333.
WebKit Review Bot
http://trac.webkit.org/changeset/81333 might have broken Leopard Intel Release (Tests)
Jessie Berlin
*** Bug 56534 has been marked as a duplicate of this bug. ***
Ahmad Saleem
This test was removed with this commit:
https://github.com/WebKit/WebKit/commit/1b267949c79a5f6f2ee6b1550c9673c2fb698139
Nothing to do here.