Last modified: 2014-07-02 12:42:11 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T67876, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 65876 - CommunityVoice does not pass Jenkins unit tests (sqlite compatibility)
CommunityVoice does not pass Jenkins unit tests (sqlite compatibility)
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Other (Other open bugs)
unspecified
All All
: High normal (vote)
: MW 1.23 version
Assigned To: Antoine "hashar" Musso (WMF)
:
Depends on:
Blocks: sqlite 65874 67216
  Show dependency treegraph
 
Reported: 2014-05-28 21:29 UTC by Antoine "hashar" Musso (WMF)
Modified: 2014-07-02 12:42 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---
aklapper: Backport_to_Stable+


Attachments

Description Antoine "hashar" Musso (WMF) 2014-05-28 21:29:19 UTC
00:00:02.153 A database query error has occurred.
00:00:02.155 Query: CREATE TABLE /*$wgDBPrefix*/cv_ratings_votes (
00:00:02.156  vot_category BLOB NOT NULL default '',
00:00:02.158  vot_title BLOB NOT NULL default '',
00:00:02.159  vot_user INTEGER NOT NULL default 0,
00:00:02.160  vot_rating INTEGER NOT NULL default 0,
00:00:02.162  INDEX vot_category_title ( vot_category, vot_title ),
00:00:02.163  INDEX vot_category_title_user ( vot_category, vot_title, vot_user ),
00:00:02.165  INDEX vot_category_title_rating ( vot_category, vot_title, vot_rating )
00:00:02.166  )
00:00:02.167 Function: DatabaseBase::sourceFile( /srv/ssd/jenkins-slave/workspace/mwext-CommunityVoice-testextensions-master/extensions/CommunityVoice/CommunityVoice.sql )
00:00:02.169 Error: 1 near "INDEX": syntax error

The extension needs to be tweaked to support sqlite which should be fairly trivial.
Comment 1 Gerrit Notification Bot 2014-05-28 21:34:07 UTC
Change 135936 had a related patch set uploaded by Hashar:
Ignore some extensions tests results

https://gerrit.wikimedia.org/r/135936
Comment 2 Gerrit Notification Bot 2014-05-28 21:35:42 UTC
Change 135936 merged by jenkins-bot:
Ignore some extensions tests results

https://gerrit.wikimedia.org/r/135936
Comment 3 Gerrit Notification Bot 2014-06-30 11:54:33 UTC
Change 143012 had a related patch set uploaded by Hashar:
Sqlite compatibility

https://gerrit.wikimedia.org/r/143012
Comment 4 Antoine "hashar" Musso (WMF) 2014-06-30 14:14:03 UTC
We really need tests to pass when all wmf extensions are installed together. That is preventing us from progression toward the HHVM migrating. Raising priority to High.
Comment 5 Gerrit Notification Bot 2014-07-01 13:21:41 UTC
Change 143012 merged by jenkins-bot:
Sqlite compatibility

https://gerrit.wikimedia.org/r/143012
Comment 6 Gerrit Notification Bot 2014-07-01 13:30:26 UTC
Change 143298 had a related patch set uploaded by Hashar:
Make some extensions voting

https://gerrit.wikimedia.org/r/143298
Comment 7 Gerrit Notification Bot 2014-07-01 13:31:37 UTC
Change 143298 merged by jenkins-bot:
Make some extensions voting

https://gerrit.wikimedia.org/r/143298
Comment 8 Gerrit Notification Bot 2014-07-02 10:24:27 UTC
Change 143588 had a related patch set uploaded by Hashar:
Sqlite compatibility

https://gerrit.wikimedia.org/r/143588
Comment 9 Gerrit Notification Bot 2014-07-02 10:31:01 UTC
Change 143588 merged by jenkins-bot:
Sqlite compatibility

https://gerrit.wikimedia.org/r/143588
Comment 10 Antoine "hashar" Musso (WMF) 2014-07-02 10:32:13 UTC
Backported to REL1_23.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links