Failed test "Testing internal caches expiration for DB cache" in the part "all other keys have an expiration of 25 days (with a few seconds margin) relative to the time they're set".
- Queries
- All Stories
- Search
- Advanced Search
All Stories
Mar 22 2023
Mar 21 2023
Partially tested for Memcached. Failed test with $application->addCache('key_with_exp', 'v2', 3600);
Testing internal caches expiration for Memcache
ITEM test [1 b; 0 s]
Failed condition "these keys have infinite expiration (the 1738250904 number might differ on your install)" - given "0 s" is not like some great integer like "1738250904"some other keys, containing "master", found only with request
(sleep 1; echo "stats cachedump 3 0"; sleep 1; echo "quit";) | telnet localhost 11211 | grep 'master'
response:
ITEM site_serial:1766886194:1:master:cms_menu_serials [15 b; 0 s]
ITEM site_serial:1766886194:1:master:template_mapping_serials [23 b; 0 s]
ITEM site_serial:1766886194:1:master:last_cache_rebuild_serials [25 b; 0 s]
ITEM site_serial:1766886194:1:master:config_files_serials [19 b; 0 s]keys have "_serials" at the end, so do not match keys from test plan
no other keys with "master" found with other requests
Replicated MemcacheCacheHandler class updates to the MemcachedCacheHandler class.
Mar 20 2023
Testing internal caches expiration for Memcache
ITEM test [1 b; 0 s]
Failed condition "these keys have infinite expiration (the 1738250904 number might differ on your install)" - given "0 s" is not like some great integer like "1738250904"
Testing internal caches expiration for Memcache
ITEM site_serial:1766886194:1:master:last_cache_rebuild [68 b; 0 s]
Failed condition "these keys have infinite expiration (the 1738250904 number might differ on your install)" - given "0 s" is not like some great integer like "1738250904"
Done requested changes - returned fallback to FakeCacheHandler zero time parameterusage and comments.
Testing internal caches expiration for Memcache
ITEM site_serial:1766886194:1:master:last_cache_rebuild [68 b; 0 s]
Failed condition "these keys have infinite expiration (the 1738250904 number might differ on your install)" - given "0 s" is not like some great integer like "1738250904"
Detected that after memcache restart, test setCache with $application->setCache('key_with_def_exp', 'v1');, is passed only when twice open index.php. First index.php opening does not set value.
Mar 17 2023
Detected that after memcache restart, test setCache with $application->setCache('key_with_def_exp', 'v1');, is passed only when twice open index.php. First index.php opening does not set value.
Fixed ArgumentCountError exception on the System Configuration step during clean install on PHP 7.4.
Set infinite expiration for site serial key.
Mar 16 2023
Feb 23 2023
Renoved fallback logic, updated test plan.
Feb 22 2023
Feb 16 2023
- write a test plan for:
- memory cache testing
- database cache testing
- template cache testing (via cache_timeout tag parameter, m_Cache tag and similar stuff)
- store site serial with infinite expiration, because otherwise, it's expiration after 1 month will invalidate the whole cache
Feb 13 2023
- attempts to extract code from the trace, that doesn't contain a file reference
- code of the source file/line isn't shown (because it's outside of a trace)
Feb 10 2023
Adding phrases.
Feb 7 2023
Feb 6 2023
Fixed outdated phrase translation.
Changed terminology
Feb 3 2023
Need to:
- finalize the plan for dead lock testing
- may add test plan for reconnect testing
Tried test part 4. No messages in system log given. Maybe, because of START TRANSACTION SQL command. Transaction not committed, so no records created in DB.
Jan 29 2023
Jan 27 2023
Bugfix: logging retry attempts reset retry counter resulting in indefinite retry attempts.
Jan 25 2023
@alex trouble in part3 1 G - cant't get "detailed lock retry info is shown in the system log".
Dec 5 2022
On processing line with "Step 4." comment, i have lock much more then 50 seconds. Practically, it never ends. In case, when lock continue, in other debug window go to step 5 - lock ends, but no system log record about this lock created.
Dec 2 2022
@alex trouble in part3 1 G - cant't get "detailed lock retry info is shown in the system log".
@alex trouble in part3 1 G - cant't get "detailed lock retry info is shown in the system log".
Send e-mail upon retry (for real).
Send e-mail upon retry.
Added an explanatory comments.