wiki.techinc.nl/tests
Aaron Schulz 8f20122c18 rdbms: fix active GTID filtering in DatabaseMysqlBase
In masterPosWait(), only $pos will have the known active domain/server set
since it usually comes from getMasterPos(). However, the reference position,
from getReplicaDB(), does not have the active domains set since querying
gtid_domain_id on the replica would be incorrect and getting a connection
to the master could be expensive.

Remove obsolete hacks for jobs that used to store master positions.

Also, use the regular Database::query() method for stylistic consistency.

Bug: T224422
Change-Id: I41bbb9f337e46451aa17788dbd446db4a213a5a7
2019-09-25 11:59:05 +00:00
..
common phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
integration/includes Add tests for HttpRequestFactoryTest. 2019-05-13 14:32:23 +02:00
parser Sync up with Parsoid parserTests.txt 2019-09-18 19:46:21 -04:00
phan Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
phpunit rdbms: fix active GTID filtering in DatabaseMysqlBase 2019-09-25 11:59:05 +00:00
qunit resourceloader: Remove "expected error" noise from mw.loader tests 2019-09-24 17:42:42 +01:00
selenium selenium: Only load 'sauce' service when needed 2019-09-20 18:52:20 +01:00
.htaccess