redis/tests/unit/moduleapi
Yuan Wang 7a3cb3b4b3
Some checks failed
CI / test-ubuntu-latest (push) Has been cancelled
CI / test-sanitizer-address (push) Has been cancelled
CI / build-debian-old (push) Has been cancelled
CI / build-macos-latest (push) Has been cancelled
CI / build-32bit (push) Has been cancelled
CI / build-libc-malloc (push) Has been cancelled
CI / build-centos-jemalloc (push) Has been cancelled
CI / build-old-chain-jemalloc (push) Has been cancelled
Codecov / code-coverage (push) Has been cancelled
External Server Tests / test-external-standalone (push) Has been cancelled
External Server Tests / test-external-cluster (push) Has been cancelled
External Server Tests / test-external-nodebug (push) Has been cancelled
Spellcheck / Spellcheck (push) Has been cancelled
Fix CI flaky tests (#14531)
- https://github.com/redis/redis/actions/runs/19200504999/job/54887625884
   avoid calling `start_write_load` before pausing the destination node

- https://github.com/redis/redis/actions/runs/18958533020/job/54140746904
maybe the replica did not sync with master, then the replica did not update the counter
2025-11-19 17:10:57 +08:00
..
aclcheck.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
async_rm_call.tcl Remove unnecessary skip:external for module tests (#14354) 2025-09-28 17:09:50 +03:00
auth.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
basics.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
blockedclient.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
blockonbackground.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
blockonkeys.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
cluster.tcl Fix CI flaky tests (#14531) 2025-11-19 17:10:57 +08:00
cmdintrospection.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
commandfilter.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
configaccess.tcl Fix numeric config boundry check (#14286) 2025-10-28 13:40:44 +02:00
crash.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
datatype.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
datatype2.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
defrag.tcl Introduce DEBUG_DEFRAG compilation option to allow run test with activedefrag when allocator is not jemalloc (#14326) 2025-09-10 12:52:20 +08:00
eventloop.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
fork.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
getchannels.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
getkeys.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
hash.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
hooks.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
infotest.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
infra.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
internalsecret.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
keyspace_events.tcl Remove unnecessary skip:external for module tests (#14354) 2025-09-28 17:09:50 +03:00
keyspecs.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
list.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
mallocsize.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
misc.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
moduleauth.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
moduleconfigs.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
postnotifications.tcl Remove unnecessary skip:external for module tests (#14354) 2025-09-28 17:09:50 +03:00
propagate.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
publish.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
rdbloadsave.tcl Introduce DEBUG_DEFRAG compilation option to allow run test with activedefrag when allocator is not jemalloc (#14326) 2025-09-10 12:52:20 +08:00
reply.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
scan.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
stream.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
subcommands.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
test_lazyfree.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
testrdb.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
timer.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
usercall.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
zset.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00