mirror of https://mirror.osredm.com/root/redis.git
![]()
CI / build-debian-old (push) Failing after 4s
Details
CI / build-centos-jemalloc (push) Failing after 3s
Details
CI / build-old-chain-jemalloc (push) Failing after 3s
Details
CI / build-32bit (push) Failing after 18s
Details
CI / build-libc-malloc (push) Successful in 53s
Details
CI / test-sanitizer-address (push) Failing after 1m6s
Details
CI / test-ubuntu-latest (push) Failing after 2m57s
Details
Spellcheck / Spellcheck (push) Successful in 9m5s
Details
Coverity Scan / coverity (push) Has been skipped
Details
External Server Tests / test-external-cluster (push) Failing after 31s
Details
External Server Tests / test-external-standalone (push) Failing after 6m35s
Details
External Server Tests / test-external-nodebug (push) Failing after 15m1s
Details
CI / build-macos-latest (push) Has been cancelled
Details
in #13505, we changed the code to use the string value of the key rather than the integer value on the stack, but we have a test in unit/moduleapi/keyspace_events that uses keyspace notification hook to modify the value with RM_StringDMA, which can cause this value to be released before used. the reason it didn't happen so far is because we were using shared integers, so releasing the object doesn't free it. |
||
---|---|---|
.. | ||
aclcheck.tcl | ||
async_rm_call.tcl | ||
auth.tcl | ||
basics.tcl | ||
blockedclient.tcl | ||
blockonbackground.tcl | ||
blockonkeys.tcl | ||
cluster.tcl | ||
cmdintrospection.tcl | ||
commandfilter.tcl | ||
crash.tcl | ||
datatype.tcl | ||
datatype2.tcl | ||
defrag.tcl | ||
eventloop.tcl | ||
fork.tcl | ||
getchannels.tcl | ||
getkeys.tcl | ||
hash.tcl | ||
hooks.tcl | ||
infotest.tcl | ||
infra.tcl | ||
internalsecret.tcl | ||
keyspace_events.tcl | ||
keyspecs.tcl | ||
list.tcl | ||
mallocsize.tcl | ||
misc.tcl | ||
moduleauth.tcl | ||
moduleconfigs.tcl | ||
postnotifications.tcl | ||
propagate.tcl | ||
publish.tcl | ||
rdbloadsave.tcl | ||
reply.tcl | ||
scan.tcl | ||
stream.tcl | ||
subcommands.tcl | ||
test_lazyfree.tcl | ||
testrdb.tcl | ||
timer.tcl | ||
usercall.tcl | ||
zset.tcl |