index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
phpunit
/
unit
/
includes
/
libs
/
objectcache
/
WANObjectCacheTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
objectcache: Remove internal StorageAwareness, now unused
Timo Tijhof
2025-03-27
1
-2
/
+2
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-1
/
+0
*
Use ++ and -- rather than += 1 and -= 1
Reedy
2024-10-17
1
-19
/
+19
*
Add namespace to remaining parts of Wikimedia\ObjectCache
James D. Forrester
2024-09-27
1
-2
/
+2
*
Drop duplicate test cases and @dataProviders from tests
thiemowmde
2024-07-19
1
-26
/
+3
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-3
/
+3
*
tests: Move Wikimedia tests into Wikimedia\Tests
Reedy
2024-02-17
1
-2
/
+14
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-1
/
+1
*
WANObjectCacheTest::testPreemptiveRefresh: Skip flaky test for PHP 8.2+
James D. Forrester
2023-12-14
1
-0
/
+3
*
Bump codesniffer to 42.0.0
Amir Sarabadani
2023-09-27
1
-1
/
+1
*
WANObjectCache: don't set a hold-off when the cache is empty
Tim Starling
2023-08-15
1
-39
/
+32
*
objectcache: Reduce boilerplate and indirection around makeKey()
Timo Tijhof
2023-08-03
1
-1
/
+1
*
objectcache: Remove unused WRAPPER_COLLECTION_CALLBACK feature
Timo Tijhof
2023-07-24
1
-23
/
+0
*
Replace array_keys in foreach to use $_ as value instead
Umherirrender
2023-07-10
1
-1
/
+1
*
tests: Make some PHPUnit data providers static
Umherirrender
2023-05-20
1
-1
/
+1
*
objectcache: deprecate ATTR_EMULATION/QOS_EMULATION_SQL
Aaron Schulz
2023-05-17
1
-1
/
+1
*
Fix some PHPStorm inspections (#1)
Tim Starling
2023-03-25
1
-0
/
+1
*
objectcache: Fix flaky WANObjectCacheTest::testLockTSESlow case
Timo Tijhof
2023-01-13
1
-4
/
+4
*
objectcache: Simpler `@covers` annotations for WANObjectCacheTest
Timo Tijhof
2023-01-13
1
-102
/
+2
*
objectcache: use WRITE_BACKGROUND in WANObjectCache where applicable
Aaron Schulz
2022-11-09
1
-1
/
+1
*
objectcache: add "segmentable" option to WANObjectCache
Aaron Schulz
2022-11-04
1
-0
/
+52
*
objectcache: split out WANObjectCache::setMainValue() helper method
Aaron Schulz
2022-11-01
1
-0
/
+16
*
objectcache: Remove WANObjectCacheReaper feature
Timo Tijhof
2022-10-25
1
-90
/
+0
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-39
/
+39
*
objectcache: Deprecate WANObjectCache::reap() and ::reapCheckKey()
Timo Tijhof
2022-10-20
1
-5
/
+6
*
tests: Replace assertRegExp with assertMatchesRegularExpression
Daimona Eaytoy
2022-10-07
1
-1
/
+1
*
Fix typo in "overridden"
Matěj Suchánek
2022-05-15
1
-4
/
+4
*
objectcache: Clean up getMultiWithUnionSetCallback() test cases
Timo Tijhof
2022-03-18
1
-94
/
+119
*
objectcache: clarify usage of getMultiWithUnionSetCallback()
Aaron Schulz
2022-03-17
1
-4
/
+4
*
objectcache: add more guessSerialValueSize() tests
Aaron Schulz
2022-01-26
1
-1
/
+13
*
Reduce microtime()/mt_rand() fragility in WANObjectCacheTest
Aaron Schulz
2021-10-09
1
-64
/
+94
*
objectcache: improve the WANObjectCache "lag mitigation" TTL logic
Aaron Schulz
2021-09-14
1
-4
/
+18
*
objectcache: Update WANObjectCache test to not require fraction in purge value
Timo Tijhof
2021-09-11
1
-8
/
+10
*
Don't pass unneeded variables into anonymous functions
DannyS712
2021-07-13
1
-2
/
+2
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-06-18
1
-2
/
+2
*
Remove meaningless ->expects( $this->any() ) from all tests
Thiemo Kreuz
2021-04-23
1
-2
/
+2
*
Replace ->exactly( 1 ) with ->once() in tests
Thiemo Kreuz
2021-04-22
1
-1
/
+1
*
phpunit: Mass-replace setMethods with onlyMethods and adjust
Daimona Eaytoy
2021-04-16
1
-11
/
+11
*
objectcache: Replace 'cluster' and 'mcrouterAware' with 'broadcastRoutingPrefix'
Timo Tijhof
2021-04-09
1
-15
/
+7
*
objectcache: Implement 'onHostRoutingPrefix' option in WANObjectCache
Timo Tijhof
2021-04-09
1
-7
/
+11
*
objectcache: cleanups to broadcast/relay code in WANObectCache
Aaron Schulz
2021-04-07
1
-6
/
+8
*
objectcache: replace "coalesceKeys" with "coalesceScheme"
Aaron Schulz
2021-04-01
1
-18
/
+12
*
Merge "objectache: Revert "throw on Closure" in WANObjectCache"
jenkins-bot
2021-02-09
1
-25
/
+0
|
\
|
*
objectache: Revert "throw on Closure" in WANObjectCache
Krinkle
2021-02-09
1
-25
/
+0
*
|
Merge "WANObjectCache: throw on Closure"
jenkins-bot
2021-02-09
1
-0
/
+25
|
\
|
|
*
WANObjectCache: throw on Closure
daniel
2021-02-09
1
-0
/
+25
*
|
Tests: Mark more more closures as static
Umherirrender
2021-02-09
1
-27
/
+27
|
/
*
Tests: Mark more closures as static
Reedy
2021-02-07
1
-9
/
+9
*
build: Update mediawiki/mediawiki-codesniffer to 35.0.0
Umherirrender
2021-01-31
1
-4
/
+4
*
Merge "objectcache: add statsd key metrics to BagOStuff classes"
jenkins-bot
2021-01-26
1
-0
/
+22
|
\
[next]