Reset table sequences and skip some test assertions for sqlite
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 13 Apr 2018 08:39:22 +0000 (01:39 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 13 Apr 2018 10:36:08 +0000 (10:36 +0000)
commit40b2e059c002ce46b9764ba11503ad6a07dbdc09
tree733b1c22688d811e1cbb557c04ee713898029080
parent17c9569dc594dbe7f21d43244d633b5bc7cfe862
Reset table sequences and skip some test assertions for sqlite

Various revision storage tests assume the sequences are reset
and fail otherwise.

Also disable some failing tests that are not applicable to sqlite
as well as postgres.

Change-Id: Ibdb034121a44e16bb35059a92baafb1867951ea8
includes/libs/rdbms/database/DatabaseSqlite.php
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/db/LBFactoryTest.php
tests/phpunit/includes/db/LoadBalancerTest.php