aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/libs/objectcache/WANObjectCacheTest.php
Commit message (Expand)AuthorAgeFilesLines
* objectcache: Remove internal StorageAwareness, now unusedTimo Tijhof2025-03-271-2/+2
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-1/+0
* Use ++ and -- rather than += 1 and -= 1Reedy2024-10-171-19/+19
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-2/+2
* Drop duplicate test cases and @dataProviders from teststhiemowmde2024-07-191-26/+3
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-3/+3
* tests: Move Wikimedia tests into Wikimedia\TestsReedy2024-02-171-2/+14
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* WANObjectCacheTest::testPreemptiveRefresh: Skip flaky test for PHP 8.2+James D. Forrester2023-12-141-0/+3
* Bump codesniffer to 42.0.0Amir Sarabadani2023-09-271-1/+1
* WANObjectCache: don't set a hold-off when the cache is emptyTim Starling2023-08-151-39/+32
* objectcache: Reduce boilerplate and indirection around makeKey()Timo Tijhof2023-08-031-1/+1
* objectcache: Remove unused WRAPPER_COLLECTION_CALLBACK featureTimo Tijhof2023-07-241-23/+0
* Replace array_keys in foreach to use $_ as value insteadUmherirrender2023-07-101-1/+1
* tests: Make some PHPUnit data providers staticUmherirrender2023-05-201-1/+1
* objectcache: deprecate ATTR_EMULATION/QOS_EMULATION_SQLAaron Schulz2023-05-171-1/+1
* Fix some PHPStorm inspections (#1)Tim Starling2023-03-251-0/+1
* objectcache: Fix flaky WANObjectCacheTest::testLockTSESlow caseTimo Tijhof2023-01-131-4/+4
* objectcache: Simpler `@covers` annotations for WANObjectCacheTestTimo Tijhof2023-01-131-102/+2
* objectcache: use WRITE_BACKGROUND in WANObjectCache where applicableAaron Schulz2022-11-091-1/+1
* objectcache: add "segmentable" option to WANObjectCacheAaron Schulz2022-11-041-0/+52
* objectcache: split out WANObjectCache::setMainValue() helper methodAaron Schulz2022-11-011-0/+16
* objectcache: Remove WANObjectCacheReaper featureTimo Tijhof2022-10-251-90/+0
* Use short array destructuring instead of list()Tim Starling2022-10-211-39/+39
* objectcache: Deprecate WANObjectCache::reap() and ::reapCheckKey()Timo Tijhof2022-10-201-5/+6
* tests: Replace assertRegExp with assertMatchesRegularExpressionDaimona Eaytoy2022-10-071-1/+1
* Fix typo in "overridden"Matěj Suchánek2022-05-151-4/+4
* objectcache: Clean up getMultiWithUnionSetCallback() test casesTimo Tijhof2022-03-181-94/+119
* objectcache: clarify usage of getMultiWithUnionSetCallback()Aaron Schulz2022-03-171-4/+4
* objectcache: add more guessSerialValueSize() testsAaron Schulz2022-01-261-1/+13
* Reduce microtime()/mt_rand() fragility in WANObjectCacheTestAaron Schulz2021-10-091-64/+94
* objectcache: improve the WANObjectCache "lag mitigation" TTL logicAaron Schulz2021-09-141-4/+18
* objectcache: Update WANObjectCache test to not require fraction in purge valueTimo Tijhof2021-09-111-8/+10
* Don't pass unneeded variables into anonymous functionsDannyS7122021-07-131-2/+2
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-2/+2
* Remove meaningless ->expects( $this->any() ) from all testsThiemo Kreuz2021-04-231-2/+2
* Replace ->exactly( 1 ) with ->once() in testsThiemo Kreuz2021-04-221-1/+1
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-11/+11
* objectcache: Replace 'cluster' and 'mcrouterAware' with 'broadcastRoutingPrefix'Timo Tijhof2021-04-091-15/+7
* objectcache: Implement 'onHostRoutingPrefix' option in WANObjectCacheTimo Tijhof2021-04-091-7/+11
* objectcache: cleanups to broadcast/relay code in WANObectCacheAaron Schulz2021-04-071-6/+8
* objectcache: replace "coalesceKeys" with "coalesceScheme"Aaron Schulz2021-04-011-18/+12
* Merge "objectache: Revert "throw on Closure" in WANObjectCache"jenkins-bot2021-02-091-25/+0
|\
| * objectache: Revert "throw on Closure" in WANObjectCacheKrinkle2021-02-091-25/+0
* | Merge "WANObjectCache: throw on Closure"jenkins-bot2021-02-091-0/+25
|\|
| * WANObjectCache: throw on Closuredaniel2021-02-091-0/+25
* | Tests: Mark more more closures as staticUmherirrender2021-02-091-27/+27
|/
* Tests: Mark more closures as staticReedy2021-02-071-9/+9
* build: Update mediawiki/mediawiki-codesniffer to 35.0.0Umherirrender2021-01-311-4/+4
* Merge "objectcache: add statsd key metrics to BagOStuff classes"jenkins-bot2021-01-261-0/+22
|\