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

       Web browser: ---
             Bug #: 29912
           Summary: Unit tests break if parsertest tables are still
                    present
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Unit tests
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Unit tests by phpunit are broken if they are run after running
tests/parserTests.php on SQLite. This is caused by parsertest_searchindex still
being present. DROP TABLE parsertest_searchindex fixes the issue.

PHPUnit 3.5.12 by Sebastian Bergmann.

.A database query syntax error has occurred.
The last attempted database query was:
"DELETE FROM unittest_parsertest_searchindex"
from within function "MediaWikiTestCase::resetDB".
Database returned error "1: SQL logic error or missing database"

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to