Umherirrender
dee77e59a1
tests: Remove resetServiceForTesting after overrideConfigValues
...
overrideConfigValues is documented to reset services as well
Change-Id: Ie13a699f6cd912b912d34adb97704bab3cbdff2d
2022-07-27 23:08:27 +02:00
Derick Alangi
88c571170e
tests: Migrate setMwGlobals() to overrideConfigValue(s)
...
Change-Id: I13a82dc57a86f74c713a11eff26488bee06903e2
2022-07-27 18:07:00 +01:00
Thiemo Kreuz
3703b30618
Tests: Use createNoOpMock() shortcut in a few more places
...
… instead of doing the same manually with anythingBut() and such.
Change-Id: Idb66040d1560a82df9a5bfa2a6c7e20a0649e49c
2022-07-18 21:25:31 +00:00
Amir Sarabadani
49a9d44b18
rdbms: Hard-deprecate LoadBalancer::getLazyConnectionRef
...
All deployed usages have been migrated.
Bug: T255493
Change-Id: I82683596d644bb61a109e79dde6b0cb22c72b399
2022-03-09 10:45:00 +01:00
Alexander Vorwerk
3f421aba14
Remove LockManagerGroup::singleton() and ::destroySingletons()
...
both deprecated since 1.34.
Bug: T249030
Change-Id: Ide18730c12af503259c98a0380e34a075ecd7128
2021-09-17 00:25:44 +02:00
ZabeMath
79aa859e5a
Hard deprecate LockManagerGroup::singleton() and ::destroySingletons()
...
both deprecated since 1.34.
Bug: T249030
Change-Id: Ic8747430dae6d9ebe8ca52841cf0d998968dfc2f
2021-05-03 18:42:31 +00:00
James D. Forrester
df5eb22f83
Replace uses of DB_MASTER with DB_PRIMARY
...
Just an auto-replace from codesniffer for now.
Change-Id: I5240dc9ac5929d291b0ef1c743ea2bfd3f428266
2021-04-29 09:24:31 -07:00
Aryeh Gregor
37022e2e89
LockManagerGroup tweaks
...
One small change that was supposed to be in 5a6c18a086 but didn't make
it into the patch version that got merged, and removal of some long-dead
code.
phan objected to the use of new $class without being explicitly
reassured that $class is, in fact, a string. I don't know why.
Change-Id: Ifa00c59ab4464109414f21db37e3a6db21decdf3
2019-08-28 10:49:37 +03:00
Aryeh Gregor
07a7bdce59
Some integration tests for LockManagerGroup
...
Change-Id: Ide94a260e5f96c4cfcf76c1ee9b8dcf486976263
2019-08-22 16:34:34 +03:00