wiki.techinc.nl/tests/phpunit/maintenance
Christian Aistleitner 73c6f525e0 Fix and re-enable Dumps' checkpoint tests
It seems that fread can now bring 0.5MB into a buffer at once. That
recently made the checkpoint tests erratic, as they relied on the
backupTestPass.inc dump reading loop taking at least two rounds, as
only the second round can trigger creating the second checkpoint file.

By taking advantage of the just added parameter to set the buffer
size, we lower the used buffer size for the tests. Thereby, we force
more than one iteration of the dump reading loop, and finally make the
tests pass again reliably.
Hence, the tests get enabled again.

Bug: T70653
Change-Id: I4449b42558ada8bd579a33b651f2a630a47bfe1c
2015-02-20 00:56:40 +01:00
..
backup_LogTest.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
backup_PageTest.php Pass phpcs-strict on some test files (11/11) 2014-04-24 13:51:05 -07:00
backupPrefetchTest.php Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
backupTextPassTest.php Fix and re-enable Dumps' checkpoint tests 2015-02-20 00:56:40 +01:00
DumpTestCase.php Change case of class names to match declarations 2014-12-19 16:01:26 +00:00
fetchTextTest.php Add missing @return and @param to doc blocks 2014-08-27 21:57:45 +02:00
MaintenanceTest.php Maintenance: Add an easy way to access Config instances 2014-09-09 17:37:03 -07:00