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
Advanced Search
Nov 27 2023
Nov 15 2023
Nov 14 2023
Aug 28 2023
Jul 21 2023
Jul 20 2023
Jul 7 2023
Apr 19 2023
Apr 17 2023
Apr 11 2023
Mar 22 2023
Mar 21 2023
Partially tested for Memcached. Failed test with $application->addCache('key_with_exp', 'v2', 3600);
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"
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"
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.
Feb 23 2023
Renoved fallback logic, updated test plan.
Feb 22 2023
Feb 7 2023
Feb 3 2023
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.
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".
Nov 8 2022
Found difference from test plan expectation:
test Hour field validation: has error on 30-35 value
Oct 25 2022
Oct 10 2022
Oct 7 2022
Oct 6 2022
Sep 19 2022
Sep 15 2022
Sep 14 2022
There is not simple filter by g.Name, but complex filter "((1) AND ( (g.Name) LIKE '%mem%'))", where part "(1) AND" is excessive. Maybe, this "(1) AND" should be removed from SQL request.
Sep 9 2022
Aug 24 2022
Aug 17 2022
Aug 10 2022
Aug 9 2022
Aug 8 2022
Tested with clean install only.
Jul 27 2022
Math is incorrect.
Jul 20 2022
Jul 19 2022
Added code to avoid "Array to string conversion" notice. Added related test plan part.
Jul 15 2022
- In the test plan part 4 need "Picker" value, not "Checkboxes"
- However, if "Checkboxes" selected, looks incorrect - shown only one checkbox, not multiple checkboxes with one-two-three labels.
- Items alphabetical sorting is not applied on page load, so after save/on page reload options order may change.
Jul 14 2022
Работает всё как надо, но наверное надо исправить Test Plan. В "Plan 2" и "Plan 3" в SQL не хватает фильтра WHERE ((52x_Users.UserType = 0))
Jul 6 2022
Added missing table creation on in-portal upgrade
Jul 5 2022
Changed install schema due Jenkins message - all primary key fields must be without null values
Made all requested improvements
Jul 4 2022
Apr 6 2022
Sep 22 2021
Sep 8 2021
Aug 27 2021
Made all requested fixes
Aug 6 2021
Aug 5 2021
Done requested changes in all other modules
Aug 4 2021
Jul 29 2021
Jul 28 2021
Jul 21 2021
Jul 16 2021
Jul 15 2021
Jul 14 2021
Jul 13 2021
Jul 12 2021
Jul 2 2021
Jun 30 2021
Jun 29 2021
Jun 23 2021
Jun 21 2021
Jun 17 2021
Jun 2 2021
May 18 2021
No output detected after doing test plan.
May 7 2021
Mar 30 2021
Mar 24 2021
Mar 17 2021
Partially tested.
6 records appears in the System Log on one News record export.
- Field "ThumbnailImage" is not defined in "n" unit config
- Undefined index: ThumbnailImage
- Field "FullImage" is not defined in "n" unit config
- Undefined index: FullImage
- Field "ImageAlt" is not defined in "n" unit config
- Undefined index: ImageAlt
Tested. Parent Section dropdown is not empty, "Home" value is visible in the Parent Section dropdown.
Mar 15 2021
Made QA changes, extended test plan.
QA Fixes
Mar 12 2021
Added system user check to session LoggedIn method.