- Issue created by @smustgrave
- First commit to issue fork.
- 🇫🇷France goz
I use the following command to get all remaining tests to convert
grep -rlE 'getQueryCount\(\)|getCacheGetCount\(\)|getCacheSetCount\(\)|getCacheDeleteCount\(\)|getCacheTagChecksumCount\(\)|getCacheTagIsValidCount\(\)|getCacheTagInvalidationCount\(\)' ./core --exclude=PerformanceTestTrait.php --exclude=StandardPerformanceTest.php --exclude=PerformanceData.php
Which has result :
grep -rlE 'getQueryCount\(\)|getCacheGetCount\(\)|getCacheSetCount\(\)|getCacheDeleteCount\(\)|getCacheTagChecksumCount\(\)|getCacheTagIsValidCount\(\)|getCacheTagInvalidationCount\(\)' ./core --exclude=PerformanceTestTrait.php --exclude=StandardPerformanceTest.php --exclude=PerformanceData.php ./core/modules/navigation/tests/src/FunctionalJavascript/TopBarPerformanceTest.php
In TopBarPerformanceTest.php, conversion still have occurrences, so i have to exclude it after fixing it. Excluded StandardPerformanceTest and TopBarPerformanceTest should be looked manually since they are excluded from search.
grep -rlE 'getQueryCount\(\)|getCacheGetCount\(\)|getCacheSetCount\(\)|getCacheDeleteCount\(\)|getCacheTagChecksumCount\(\)|getCacheTagIsValidCount\(\)|getCacheTagInvalidationCount\(\)' ./core --exclude=PerformanceTestTrait.php --exclude=StandardPerformanceTest.php --exclude=PerformanceData.php
- Merge request !10982Issue #3497632: Convert remaining tests to use PerformanceTestTrait::assertMetrics() → (Closed) created by goz
- 🇮🇳India shalini_jha
I came across this issue through a referenced ticket. I searched for similar and found only TopBarPerformanceTest.php in the testTopBarPerformance method. The MR has already been created.checking for pipline failure .
- 🇫🇷France goz
There was no need to push other commits on MR, only relaunch the failing test
- 🇮🇳India shalini_jha
Yes you are right , This is just a random failure , i have just rebase this MR.
- 🇬🇧United Kingdom oily Greater London
Reviewed the MR, added one comment.
- 🇬🇧United Kingdom oily Greater London
Ok, is that 2x code reviews, now? Move to RTBTC?
- 🇬🇧United Kingdom oily Greater London
Ok, is that 2x code reviews, now? Moving to RTBTC.
- 🇬🇧United Kingdom oily Greater London
All tests are green. Seems good to go.
Automatically closed - issue fixed for 2 weeks with no activity.