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

       Web browser: ---
             Bug #: 35648
           Summary: parserTests.php doesn't like git
           Product: MediaWiki
           Version: 1.19.0beta2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Unit tests
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: platoni...@gmail.com
                CC: has...@free.fr, krinklem...@gmail.com,
                    m...@everybody.org
    Classification: Unclassified
   Mobile Platform: ---


tests/parserTests.php works in a svn checkout 
 http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3?view=log

But it fails in git, even on 4b8e45d60472ae6a0b5c4ad8728a476ad530519b (r114354)

It stops with:

A database error has occurred.  Did you forget to run maintenance/update.php
after upgrading?  See:
https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
Query: DELETE FROM `parsertest_objectcache` WHERE keyname =
'my_wiki-parsertest_:messages:aa'
Function: SqlBagOStuff::delete
Error: 1146 Table 'my_wiki.parsertest_objectcache' doesn't exist (localhost)

It's the old bug of DB_CACHE being chosen for DB_ANYTHING before it's replaced
by parserTest.inc:792

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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