Fixed
Details
Assignee
Zac SpitzerZac SpitzerReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
BlockerLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Pothys - MitrahSoft
Pothys - MitrahSoftPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 8 June 2023 at 06:47
Updated 8 June 2023 at 09:56
Resolved 8 June 2023 at 09:56
[INFO] [java] [script] check admin cache connections are created [INFO] [java] [script] [INFO] [java] [script] Failed: The needle [LDEV-4342-check-redis-connection] was not found in [[_cacheClear20JLnuHoQWi5EFvGg99CzA]] [INFO] [java] [script] /home/runner/work/Lucee/Lucee/test/tickets/LDEV4342.cfc:46 [INFO] [java] [script] /home/runner/work/Lucee/Lucee/test/_testRunner.cfc:275 [INFO] [java] [script] /home/runner/work/Lucee/Lucee/test/run-tests.cfm:260
after I ran the tests (using redis ext , this is what my CFconfig,.json looked like, the connection is there
"cache": { }, "caches": { "LDEV-4342-check-redis-connection": { "class": "lucee.extension.io.cache.redis.simple.RedisCache", "bundleName": "redis.extension", "custom": "minIdle=8&maxTotal=40&maxIdle=24&testOnBorrow=true&host=localhost&idleTimeout=60000&liveTimeout=3600000&rnd=1&port=6379&timeToLiveSeconds=0&socketTimeout=2000", "readOnly": "false", "storage": "false" } }