https://bugzilla.wikimedia.org/show_bug.cgi?id=65876

            Bug ID: 65876
           Summary: CommunityVoice  does not pass Jenkins unit tests
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: [other]
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: has...@free.fr
            Blocks: 65874
       Web browser: ---
   Mobile Platform: ---

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to