aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/objectcache
Commit message (Expand)AuthorAgeFilesLines
* objectcache: Introduce dataRedundancy to SqlBagOStuffAmir Sarabadani2025-03-111-0/+69
* objectcache: Automatically fallback to the second db in lineAmir Sarabadani2025-01-061-0/+48
* objectcache: Add regression test for MultiWrite dependency injectionTimo Tijhof2024-09-231-5/+36
* objectcache: Remove WinCache supportMáté Szabó2024-09-051-0/+29
* objectcache: Update tests that are really for ObjectCacheFactoryDerick Alangi2024-07-241-8/+2
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+2
* objectcache: Complete refactor of `ObjectCache.php`Derick Alangi2024-05-211-10/+17
* fix: use objectcachefactory methods instead of deprecated objectcache methodsIrina Balaban2024-05-054-9/+9
* objectcache: Restore default keyspace for LocalServerCache serviceDerick Alangi2024-03-281-0/+33
* objectcache: Introduce `ObjectCacheFactory` MW serviceDerick Alangi2024-03-191-8/+7
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-164-4/+4
* objectcache: Drop support for `$wgObjectCaches['db-replicated']`Derick Alangi2023-12-081-5/+0
* Avoid DB access in more non-Database testsDaimona Eaytoy2023-08-061-0/+1
* tests: Change some setMwGlobals to overrideConfigValueUmherirrender2023-07-171-2/+2
* Fix infinite recursion in DBLoadBalancerFactoryConfigBuilder serviceTim Starling2023-05-031-6/+36
* rdbms: Rename internal ServerInfoHolder to ServerInfoTimo Tijhof2023-03-071-2/+2
* objectcache: Move main cache to internal "_LocalClusterCache" serviceTimo Tijhof2023-02-211-5/+3
* objectcache,rdbms: Widen needlessly narrow @covers test annotationsTimo Tijhof2023-02-211-6/+4
* Merge "rdbms: Introduce ServerInfoHolder to limit access to servers in LB"jenkins-bot2023-02-211-2/+2
|\
| * rdbms: Introduce ServerInfoHolder to limit access to servers in LBAmir Sarabadani2023-02-201-2/+2
* | Allow some maintenance scripts to be called without a LocalSettingsdaniel2023-02-161-2/+2
|/
* SqlBagOStuff: Fix modtoken comparisonTim Starling2022-08-191-0/+16
* Migrate usage of `setMwGlobals()` to `overrideConfigValue(s)`Derick Alangi2022-08-011-17/+11
* objectcache: Simplify SqlBagOStuff class configurationTim Starling2022-05-272-6/+21
* objectcache: remove "multiPrimaryMode" DB type assertionAaron Schulz2022-04-211-7/+1
* objectcache: make "multiPrimaryMode" work with LB-based SqlBagOStuffAaron Schulz2022-04-051-0/+30
* Improve ObjectCache integration testsTim Starling2022-02-111-0/+11
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Make SqlBagOStuffTest a pure unit testDannyS7122021-02-271-41/+0
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* objectcache: dependency inject LoadBalancer into SqlBagOStuffAaron Schulz2020-05-181-1/+4
* SqlBagOStuff: Add a limit to key lengthPetr Pchelko2020-02-261-0/+38
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Remove unneeded overrideMwServices/resetServicesAryeh Gregor2019-08-291-1/+0
* Call resetServices() when setting globals in testsAryeh Gregor2019-08-291-3/+2
* Move unit tests, round IIIAmir Sarabadani2019-07-091-110/+0
* Move trivially compatible tests to the unit tests suiteMáté Szabó2019-06-302-203/+0
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-133-0/+313
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-133-313/+0
* objectcache: add object segmentation support to BagOStuffAaron Schulz2019-06-111-1/+1
* Add additional configuation parameters to RESTBagOStuffBill Pirkle2019-05-211-6/+12
* build: Updating mediawiki/mediawiki-codesniffer to 16.0.0Umherirrender2018-02-171-1/+1
* Use ::class to resolve class names in testsUmherirrender2018-01-264-9/+9
* Use MediaWikiCoversValidator for tests that don't use MediaWikiTestCaseKunal Mehta2018-01-011-0/+3
* Add @covers tags to objectcache testsKunal Mehta2017-12-242-0/+4
* objectcache: Make MemcachedBagOStuff::makeKeyInternal always have a key classAaron Schulz2017-11-211-1/+1
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-0/+3
* objectcache: Complete coverage for newAnything()Timo Tijhof2017-04-101-1/+34
* objectcache: Never use CACHE_NONE for CACHE_ANYTHINGBrian Wolff2017-03-301-0/+82
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-2/+2