Bug 200301 - [GTK][WPE] SQL ALTER statement failures
Summary: [GTK][WPE] SQL ALTER statement failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2019-07-31 07:10 PDT by Zan Dobersek
Modified: 2023-01-25 19:37 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2019-07-31 07:10:54 PDT
The following two WebSQL tests are failing:

storage/websql/alter-to-info-table.html
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/alter-to-info-table-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/alter-to-info-table-actual.txt
@@ -4,7 +4,7 @@
 CREATE TEMP TABLE statement succeeded.
 INSERT IN TEMP TABLE statement succeeded.
 CREATE TRIGGER statement succeeded.
-ALTER TO INFO TABLE statement succeeded.
+ALTER TO INFO TABLE statement failed: could not prepare statement (1 SQL logic error)
 Step 1 transaction succeeded.
 Successfully changed DB version
 Step 2 transaction succeeded.

storage/websql/test-authorizer.html
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/test-authorizer-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/test-authorizer-actual.txt
@@ -15,8 +15,8 @@
 SQLITE_INSERT statement succeeded.
 SQLITE_UPDATE statement succeeded.
 SQLITE_PRAGMA statement failed: could not prepare statement (23 not authorized)
-SQLITE_ALTER_TABLE statement succeeded.
-SQLITE_ALTER_TABLE statement succeeded.
+SQLITE_ALTER_TABLE statement failed: could not prepare statement (1 SQL logic error)
+SQLITE_ALTER_TABLE statement failed: could not prepare statement (1 no such table: TestTable)
 SQLITE_ALTER_INFO_TABLE statement failed: could not prepare statement (23 not authorized)
 SQLITE_ALTER_INFO_TABLE statement failed: could not prepare statement (23 not authorized)
 SQLITE_ALTER_INFO_TABLE statement failed: could not prepare statement (1 there is already another table or index with this name: __WebKitDatabaseInfoTable__)
Comment 1 Diego Pino 2023-01-25 19:37:42 PST
There are no references to this bug in any TestExpectations. It's probable this bug was solved at some point but it wasn't marked as closed. I'm closing this bug now. If you think this bug report is still valid, please reopen it and add an entry to TestExpectations.