wiki.techinc.nl/tests/phpunit/includes/db
Aaron Schulz 9010024c8c rdbms: make LBFactoryMulti actually support "DEFAULT" in "sectionsByDB"
This was mentioned in the constructor comments but was not actually
implemented. It is now possible to defined what section is the catch-all
section, instead of it always being named "DEFAULT". Configuration of the
sections themselves can then be simplified by only using the real section
name for all sections.

For example, at Wikimedia, the catch-all section is "s3". The etcd config
uses "s3". The pt-heartbeat service uses "s3", thus "lagDetectionOptions"
must also use "s3". There is no reason that "templateOverridesBySection"
or "readOnlyBySection" should have to use "DEFAULT" as the key for "s3".

Change-Id: I098afd5f6108f5d7099a4cd6a611c5647ae96879
2023-03-02 20:20:07 -08:00
..
DatabaseTestHelper.php rdbms: Consolidate logger channels into one 2023-01-03 22:46:38 +00:00
LBFactoryTest.php rdbms: make LBFactoryMulti actually support "DEFAULT" in "sectionsByDB" 2023-03-02 20:20:07 -08:00
LoadBalancerTest.php rdbms: Introduce ServerInfoHolder to limit access to servers in LB 2023-02-20 18:58:15 +01:00