>>> redis: Building main/redis 6.0.16-r0 (using abuild 3.7.0-r0) started Mon, 04 Oct 2021 18:29:18 +0000 >>> redis: Checking sanity of /home/buildozer/aports/main/redis/APKBUILD... >>> redis: Analyzing dependencies... >>> redis: Installing for build: build-base linux-headers tcl procps (1/6) Installing linux-headers (5.7.8-r0) (2/6) Installing tcl (8.6.10-r1) (3/6) Installing libintl (0.20.2-r2) (4/6) Installing libproc (3.3.16-r0) (5/6) Installing procps (3.3.16-r0) (6/6) Installing .makedepends-redis (20211004.182919) Executing busybox-1.32.1-r6.trigger OK: 326 MiB in 92 packages >>> redis: Cleaning up srcdir >>> redis: Cleaning up pkgdir >>> redis: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/redis-6.0.16.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> redis: Fetching https://download.redis.io/releases/redis-6.0.16.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 2235k 0 8255 0 0 20084 0 0:01:53 --:--:-- 0:01:53 20085 100 2235k 100 2235k 0 0 2105k 0 0:00:01 0:00:01 --:--:-- 2106k >>> redis: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/redis-6.0.16.tar.gz >>> redis: Checking sha512sums... redis-6.0.16.tar.gz: OK makefile-dont-duplicate-binary.patch: OK redis.conf.patch: OK sentinel.conf.patch: OK redis.initd: OK redis.confd: OK redis-sentinel.initd: OK redis.logrotate: OK musl-zmalloc.patch: OK >>> redis: Unpacking /var/cache/distfiles/v3.13/redis-6.0.16.tar.gz... >>> redis: makefile-dont-duplicate-binary.patch patching file src/Makefile >>> redis: redis.conf.patch patching file redis.conf >>> redis: sentinel.conf.patch patching file sentinel.conf >>> redis: musl-zmalloc.patch patching file src/zmalloc.h cd src && make all make[1]: Entering directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/src' sh: write error: Broken pipe CC Makefile.dep sh: write error: Broken pipe rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep dict-benchmark rm -f adlist.d quicklist.d ae.d anet.d dict.d server.d sds.d zmalloc.d lzf_c.d lzf_d.d pqsort.d zipmap.d sha1.d ziplist.d release.d networking.d util.d object.d db.d replication.d rdb.d t_string.d t_list.d t_set.d t_zset.d t_hash.d config.d aof.d pubsub.d multi.d debug.d sort.d intset.d syncio.d cluster.d crc16.d endianconv.d slowlog.d scripting.d bio.d rio.d rand.d memtest.d crcspeed.d crc64.d bitops.d sentinel.d notify.d setproctitle.d blocked.d hyperloglog.d latency.d sparkline.d redis-check-rdb.d redis-check-aof.d geo.d lazyfree.d module.d evict.d expire.d geohash.d geohash_helper.d childinfo.d defrag.d siphash.d rax.d t_stream.d listpack.d localtime.d lolwut.d lolwut5.d lolwut6.d acl.d gopher.d tracking.d connection.d tls.d sha256.d timeout.d setcpuaffinity.d mt19937-64.d anet.d adlist.d dict.d redis-cli.d zmalloc.d release.d ae.d crcspeed.d crc64.d siphash.d crc16.d mt19937-64.d ae.d anet.d redis-benchmark.d adlist.d dict.d zmalloc.d siphash.d mt19937-64.d (cd ../deps && make distclean) make[2]: Entering directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/deps' (cd hiredis && make clean) > /dev/null || true (cd linenoise && make clean) > /dev/null || true (cd lua && make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true (rm -f .make-*) make[2]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/deps' (rm -f .make-*) echo STD=-std=c11 -pedantic -DREDIS_STATIC='' >> .make-settings echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings echo OPT=-O2 >> .make-settings echo MALLOC=libc >> .make-settings echo BUILD_TLS= >> .make-settings echo USE_SYSTEMD=no >> .make-settings echo CFLAGS=-Os -fomit-frame-pointer >> .make-settings echo LDFLAGS=-Wl,--as-needed >> .make-settings echo REDIS_CFLAGS= >> .make-settings echo REDIS_LDFLAGS= >> .make-settings echo PREV_FINAL_CFLAGS=-std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb -Os -fomit-frame-pointer -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src >> .make-settings echo PREV_FINAL_LDFLAGS=-Wl,--as-needed -g -ggdb -rdynamic >> .make-settings (cd ../deps && make hiredis linenoise lua) make[2]: Entering directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/deps' (cd hiredis && make clean) > /dev/null || true (cd linenoise && make clean) > /dev/null || true (cd lua && make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true (rm -f .make-*) (echo "-Os -fomit-frame-pointer" > .make-cflags) (echo "-Wl,--as-needed" > .make-ldflags) MAKE hiredis cd hiredis && make static MAKE linenoise cd linenoise && make MAKE lua cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer" MYLDFLAGS="-Wl,--as-needed" AR="ar rcu" make[3]: Entering directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/deps/hiredis' make[3]: Entering directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/deps/linenoise' gcc -Wall -Os -g -Os -fomit-frame-pointer -c linenoise.c make[3]: Entering directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/deps/lua/src' gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lapi.o lapi.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lcode.o lcode.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o ldebug.o ldebug.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o ldo.o ldo.c gcc -std=c99 -pedantic -c -O3 -fPIC -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb net.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o ldump.o ldump.c gcc -std=c99 -pedantic -c -O3 -fPIC -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb hiredis.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lfunc.o lfunc.c gcc -std=c99 -pedantic -c -O3 -fPIC -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sds.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lgc.o lgc.c gcc -std=c99 -pedantic -c -O3 -fPIC -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb async.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o llex.o llex.c gcc -std=c99 -pedantic -c -O3 -fPIC -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb read.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lmem.o lmem.c gcc -std=c99 -pedantic -c -O3 -fPIC -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sockcompat.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lobject.o lobject.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lopcodes.o lopcodes.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lparser.o lparser.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lstate.o lstate.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lstring.o lstring.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o ltable.o ltable.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o ltm.o ltm.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lundump.o lundump.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lvm.o lvm.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lzio.o lzio.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o strbuf.o strbuf.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o fpconv.o fpconv.c ldo.c: In function 'f_parser': ldo.c:496:7: warning: unused variable 'c' [-Wunused-variable] 496 | int c = luaZ_lookahead(p->z); | ^ gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lauxlib.o lauxlib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lbaselib.o lbaselib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o ldblib.o ldblib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o liolib.o liolib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lmathlib.o lmathlib.c lauxlib.c: In function 'luaL_loadfile': lauxlib.c:577:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 577 | while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; | ^~~~~ lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 578 | lf.extraline = 0; | ^~ gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o loslib.o loslib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o ltablib.o ltablib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lstrlib.o lstrlib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o loadlib.o loadlib.c ltablib.c: In function 'addfield': ltablib.c:137:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 137 | if (!lua_isstring(L, -1)) | ^~ ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 140 | luaL_addvalue(b); | ^~~~~~~~~~~~~ gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o linit.o linit.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lua_cjson.o lua_cjson.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lua_struct.o lua_struct.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lua_cmsgpack.o lua_cmsgpack.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lua_bit.o lua_bit.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o lua.o lua.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o luac.o luac.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o print.o print.c make[3]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/deps/linenoise' ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object files ar: `u' modifier ignored since `D' is the default (see `U') ranlib liblua.a ar rcs libhiredis.a net.o hiredis.o sds.o async.o read.o sockcompat.o make[3]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/deps/hiredis' gcc -o lua -Wl,--as-needed lua.o liblua.a -lm gcc -o luac -Wl,--as-needed luac.o print.o liblua.a -lm make[3]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/deps/lua/src' make[2]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/deps' CC adlist.o CC quicklist.o CC ae.o CC anet.o CC dict.o CC server.o CC sds.o CC zmalloc.o CC lzf_c.o CC lzf_d.o CC pqsort.o CC zipmap.o CC sha1.o CC ziplist.o CC release.o CC networking.o CC util.o CC object.o CC db.o CC replication.o CC rdb.o CC t_string.o CC t_list.o CC t_set.o CC t_zset.o CC t_hash.o CC config.o CC aof.o CC pubsub.o CC multi.o CC debug.o CC sort.o networking.c: In function 'securityWarningCommand': networking.c:2733:9: warning: absolute value function 'labs' given an argument of type 'time_t' {aka 'long long int'} but has parameter of type 'long int' which may cause truncation of value [-Wabsolute-value] 2733 | if (labs(now-logged_time) > 60) { | ^~~~ CC intset.o CC syncio.o CC cluster.o In file included from debug.c:30: debug.c: In function 'debugCommand': debug.c:411:21: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 411 | serverPanic("DEBUG PANIC called at Unix time %ld", time(NULL)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ | | | time_t {aka long long int} server.h:463:57: note: in definition of macro 'serverPanic' 463 | #define serverPanic(...) _serverPanic(__FILE__,__LINE__,__VA_ARGS__),_exit(1) | ^~~~~~~~~~~ debug.c:411:56: note: format string is defined here 411 | serverPanic("DEBUG PANIC called at Unix time %ld", time(NULL)); | ~~^ | | | long int | %lld CC crc16.o CC endianconv.o CC slowlog.o CC scripting.o CC bio.o CC rio.o CC rand.o CC memtest.o CC crcspeed.o CC crc64.o CC bitops.o CC sentinel.o CC notify.o CC setproctitle.o CC blocked.o CC hyperloglog.o CC latency.o CC sparkline.o CC redis-check-rdb.o CC redis-check-aof.o CC geo.o CC lazyfree.o CC module.o CC evict.o CC expire.o CC geohash.o CC geohash_helper.o CC childinfo.o CC defrag.o CC siphash.o CC rax.o evict.c: In function 'evictionPoolPopulate': evict.c:188:20: warning: 'o' may be used uninitialized in this function [-Wmaybe-uninitialized] 188 | idle = estimateObjectIdleTime(o); | ^~~~~~~~~~~~~~~~~~~~~~~~~ CC t_stream.o CC listpack.o CC localtime.o CC lolwut.o CC lolwut5.o CC lolwut6.o CC acl.o CC gopher.o CC tracking.o CC connection.o CC tls.o CC sha256.o CC timeout.o CC setcpuaffinity.o CC mt19937-64.o CC redis-cli.o CC redis-benchmark.o LINK redis-benchmark LINK redis-server INSTALL redis-sentinel INSTALL redis-check-rdb INSTALL redis-check-aof LINK redis-cli Hint: It's a good idea to run 'make test' ;) make[1]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/src' cd src && make test make[1]: Entering directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/src' sh: write error: Broken pipe CC Makefile.dep sh: write error: Broken pipe Cleanup: may take some time... OK Starting test server at port 11111 [ready]: 10220 Testing unit/printver [ready]: 10221 Testing unit/dump [ready]: 10222 Testing unit/auth [ready]: 10223 Testing unit/protocol [ready]: 10226 Testing unit/keyspace [ready]: 10224 Testing unit/scan [ready]: 10225 Testing unit/type/string [ready]: 10228 Testing unit/type/incr [ready]: 10229 Testing unit/type/list [ready]: 10230 Testing unit/type/list-2 [ready]: 10227 Testing unit/type/list-3 [ready]: 10231 Testing unit/type/set [ready]: 10233 Testing unit/type/zset [ready]: 10232 Testing unit/type/hash [ready]: 10234 Testing unit/type/stream [ready]: 10235 Testing unit/type/stream-cgroups Testing Redis version 6.0.16 (2858e290) [ok]: Handle an empty query [ok]: AUTH fails if there is no password configured server side [ok]: DUMP / RESTORE are able to serialize / unserialize a simple key [ok]: Negative multibulk length [ok]: Out of range multibulk length [ok]: RESTORE can set an arbitrary expire to the materialized key [ok]: Wrong multibulk payload header [ok]: RESTORE can set an expire that overflows a 32 bit integer [ok]: Negative multibulk payload length [ok]: RESTORE can set an absolute expire [ok]: Out of range multibulk payload length [ok]: SET and GET an item [ok]: Non-number multibulk payload length [ok]: SET and GET an empty item [ok]: RESTORE with ABSTTL in the past [ok]: Multi bulk request not followed by bulk arguments [ok]: Explicit regression for a list bug [ok]: RESTORE can set LRU [ok]: Generic wrong number of args [ok]: Unbalanced number of quotes [ok]: RESTORE can set LFU [ok]: DEL against a single item [ok]: RESTORE returns an error of the key already exists [ok]: LPOS basic usage [ok]: HSET/HLEN - Small hash creation [ok]: INCR against non existing key [ok]: RESTORE can overwrite an existing key with REPLACE [ok]: INCR against key created by incr itself [ok]: Is the small hash encoded with a ziplist? [ok]: RESTORE can detect a syntax error for unrecongized options [ok]: LPOS RANK (positive and negative rank) option [ok]: Vararg DEL [ok]: INCR against key originally set with SET [ok]: XADD can add entries into a stream that XRANGE can fetch [ok]: DUMP of non existing key returns nil [ok]: Check encoding - ziplist [ok]: SADD, SCARD, SISMEMBER, SMEMBERS basics - regular set [ok]: INCR over 32bit value [ok]: XGROUP CREATE: creation and duplicate group name detection [ok]: XADD IDs are incremental [ok]: LPOS COUNT option [ok]: XGROUP CREATE: automatic stream creation fails without MKSTREAM [ok]: INCRBY over 32bit value with over 32bit increment [ok]: KEYS with pattern [ok]: XGROUP CREATE: automatic stream creation works with MKSTREAM [ok]: LPOS COUNT + RANK option [ok]: XADD IDs are incremental when ms is the same as well [ok]: ZSET basic ZADD and score update - ziplist [ok]: LPOS non existing key [ok]: KEYS to get all keys [ok]: INCR fails against key with spaces (left) [ok]: SADD, SCARD, SISMEMBER, SMEMBERS basics - intset [ok]: INCR fails against key with spaces (right) [ok]: DBSIZE [ok]: ZSET element can't be set to NaN with ZADD - ziplist [ok]: XADD IDs correctly report an error when overflowing [ok]: LPOS no match [ok]: SADD against non set [ok]: XREADGROUP will return only new elements [ok]: ZSET element can't be set to NaN with ZINCRBY [ok]: INCR fails against key with spaces (both) [ok]: ZADD with options syntax error with incomplete pair [ok]: SADD a non-integer against an intset [ok]: ZADD XX option without key - ziplist [ok]: INCR fails against a key holding a list [ok]: DEL all keys [ok]: DECRBY over 32bit value with over 32bit increment, negative res [ok]: LPOS MAXLEN [ok]: SADD an integer larger than 64 bits [ok]: ZADD XX existing key - ziplist [ok]: XREADGROUP can read the history of the elements we own [ok]: LPOS when RANK is greater than matches [ok]: ZADD XX returns the number of elements actually added [ok]: INCR uses shared objects in the 0-9999 range [ok]: XPENDING is able to return pending items [ok]: XPENDING can return single consumer items [ok]: INCR can modify objects in-place [ok]: ZADD XX updates existing elements score [ok]: ZADD XX and NX are not compatible [ok]: INCRBYFLOAT against non existing key [ok]: XACK is able to remove items from the client/group PEL [ok]: XACK can't remove the same item multiple times [ok]: INCRBYFLOAT against key originally set with SET [ok]: ZADD NX with non existing key [ok]: LPUSH, RPUSH, LLENGTH, LINDEX, LPOP - ziplist [ok]: XACK is able to accept multiple arguments [ok]: INCRBYFLOAT over 32bit value [ok]: INCRBYFLOAT over 32bit value with over 32bit increment [ok]: INCRBYFLOAT fails against key with spaces (left) [ok]: INCRBYFLOAT fails against key with spaces (right) [ok]: ZADD NX only add new elements without updating old ones [ok]: INCRBYFLOAT fails against key with spaces (both) [ok]: XACK should fail if got at least one invalid ID [ok]: ZADD INCR works like ZINCRBY [ok]: INCRBYFLOAT fails against a key holding a list [ok]: LPUSH, RPUSH, LLENGTH, LINDEX, LPOP - regular list [ok]: INCRBYFLOAT does not allow NaN or Infinity [ok]: R/LPOP against empty list [ok]: ZADD INCR works with a single score-elemenet pair [ok]: INCRBYFLOAT decrement [ok]: Variadic RPUSH/LPUSH [ok]: string to double with null terminator [ok]: ZADD CH option changes return value to all changed elements [ok]: DEL a list [ok]: PEL NACK reassignment after XGROUP SETID event [ok]: ZINCRBY calls leading to NaN result in error [ok]: No negative zero [ok]: ZADD - Variadic version base case [ok]: ZADD - Return value is the number of actually added items [ok]: BLPOP, BRPOP: single existing list - linkedlist [ok]: XREADGROUP will not report data on empty history. Bug #5577 [ok]: ZADD - Variadic version does not add nothing on single parsing err [ok]: ZADD - Variadic version will raise error on missing arg [ok]: ZINCRBY does not work variadic even if shares ZADD implementation [ok]: XREADGROUP history reporting of deleted entries. Bug #5570 [ok]: ZCARD basics - ziplist [ok]: BLPOP, BRPOP: multiple existing lists - linkedlist [ok]: ZREM removes key after last element is removed [ok]: BLPOP, BRPOP: second list has an entry - linkedlist [ok]: ZREM variadic version [ok]: ZREM variadic version -- remove elements after key deletion [ok]: BRPOPLPUSH - linkedlist [ok]: BLPOP, BRPOP: single existing list - ziplist [ok]: ZRANGE basics - ziplist [ok]: BLPOP, BRPOP: multiple existing lists - ziplist [ok]: ZREVRANGE basics - ziplist [ok]: BLPOP, BRPOP: second list has an entry - ziplist [ok]: ZRANK/ZREVRANK basics - ziplist [ok]: BRPOPLPUSH - ziplist [ok]: ZRANK - after deletion - ziplist [ok]: ZINCRBY - can create a new sorted set - ziplist [ok]: BLPOP, LPUSH + DEL should not awake blocked client [ok]: BLPOP, LPUSH + DEL + SET should not awake blocked client [ok]: ZINCRBY - increment and decrement - ziplist [ok]: ZINCRBY return value [ok]: BLPOP with same key multiple times should work (issue #801) [ok]: MULTI/EXEC is isolated from the point of view of BLPOP [ok]: BLPOP with variadic LPUSH [ok]: SCAN basic [ok]: ZRANGEBYSCORE/ZREVRANGEBYSCORE/ZCOUNT basics [ok]: ZRANGEBYSCORE with WITHSCORES [ok]: ZRANGEBYSCORE with LIMIT [ok]: ZRANGEBYSCORE with LIMIT and WITHSCORES [ok]: ZRANGEBYSCORE with non-value min or max [ok]: ZRANGEBYLEX/ZREVRANGEBYLEX/ZLEXCOUNT basics [ok]: ZLEXCOUNT advanced [ok]: ZRANGEBYSLEX with LIMIT [ok]: ZRANGEBYLEX with invalid lex range specifiers [ok]: SADD overflows the maximum allowed integers in an intset [ok]: Variadic SADD [ok]: ZREMRANGEBYSCORE basics [ok]: ZREMRANGEBYSCORE with non-value min or max [ok]: ZREMRANGEBYRANK basics [ok]: ZUNIONSTORE against non-existing key doesn't set destination - ziplist [ok]: Protocol desync regression test #1 [ok]: ZUNIONSTORE with empty set - ziplist [ok]: ZUNIONSTORE basics - ziplist [ok]: ZUNIONSTORE with weights - ziplist [ok]: ZUNIONSTORE with a regular set and weights - ziplist [ok]: ZUNIONSTORE with AGGREGATE MIN - ziplist [ok]: ZUNIONSTORE with AGGREGATE MAX - ziplist [ok]: ZINTERSTORE basics - ziplist [ok]: ZINTERSTORE with weights - ziplist [ok]: ZINTERSTORE with a regular set and weights - ziplist [ok]: ZINTERSTORE with AGGREGATE MIN - ziplist [ok]: ZINTERSTORE with AGGREGATE MAX - ziplist [ok]: ZUNIONSTORE with +inf/-inf scores - ziplist [ok]: ZUNIONSTORE with NaN weights ziplist [ok]: ZINTERSTORE with +inf/-inf scores - ziplist [ok]: ZINTERSTORE with NaN weights ziplist [ok]: SCAN COUNT [ok]: Basic ZPOP with a single key - ziplist [ok]: ZPOP with count - ziplist [ok]: Blocking XREADGROUP will not reply with an empty array [ok]: XGROUP DESTROY should unblock XREADGROUP with -NOGROUP [ok]: BZPOP with a single existing sorted set - ziplist [ok]: RENAME can unblock XREADGROUP with data [ok]: RENAME can unblock XREADGROUP with -NOGROUP [ok]: BZPOP with multiple existing sorted sets - ziplist [ok]: BZPOP second sorted set has members - ziplist [1/57 done]: unit/type/incr (1 seconds) Testing unit/sort [ok]: Basic ZPOP - ziplist RESP3 [2/57 done]: unit/printver (1 seconds) Testing unit/expire [ok]: ZPOP with count - ziplist RESP3 [ok]: BZPOP - ziplist RESP3 [ok]: Check encoding - skiplist [ok]: ZSET basic ZADD and score update - skiplist [ok]: ZSET element can't be set to NaN with ZADD - skiplist [ok]: ZSET element can't be set to NaN with ZINCRBY [ok]: ZADD with options syntax error with incomplete pair [ok]: ZADD XX option without key - skiplist [ok]: ZADD XX existing key - skiplist [ok]: SCAN MATCH [ok]: ZADD XX returns the number of elements actually added [ok]: ZADD XX updates existing elements score [ok]: ZADD XX and NX are not compatible [ok]: ZADD NX with non existing key [ok]: ZADD NX only add new elements without updating old ones [ok]: ZADD INCR works like ZINCRBY [ok]: ZADD INCR works with a single score-elemenet pair [ok]: ZADD CH option changes return value to all changed elements [ok]: ZINCRBY calls leading to NaN result in error [ok]: ZADD - Variadic version base case [ok]: ZADD - Return value is the number of actually added items [ok]: ZADD - Variadic version does not add nothing on single parsing err [ok]: ZADD - Variadic version will raise error on missing arg [ok]: ZINCRBY does not work variadic even if shares ZADD implementation [ok]: ZCARD basics - skiplist [ok]: ZREM removes key after last element is removed [ok]: ZREM variadic version [ok]: ZREM variadic version -- remove elements after key deletion [ok]: ZRANGE basics - skiplist [ok]: ZREVRANGE basics - skiplist [ok]: ZRANK/ZREVRANK basics - skiplist [ok]: ZRANK - after deletion - skiplist [ok]: ZINCRBY - can create a new sorted set - skiplist [ok]: ZINCRBY - increment and decrement - skiplist [ok]: ZINCRBY return value [ok]: Regression for quicklist #3343 bug [ok]: ZRANGEBYSCORE/ZREVRANGEBYSCORE/ZCOUNT basics [ok]: ZRANGEBYSCORE with WITHSCORES [ok]: ZRANGEBYSCORE with LIMIT [ok]: ZRANGEBYSCORE with LIMIT and WITHSCORES [ok]: ZRANGEBYSCORE with non-value min or max [ok]: ZRANGEBYLEX/ZREVRANGEBYLEX/ZLEXCOUNT basics [ok]: ZLEXCOUNT advanced [ok]: ZRANGEBYSLEX with LIMIT [ok]: ZRANGEBYLEX with invalid lex range specifiers [ok]: Very big payload in GET/SET [ok]: ZREMRANGEBYSCORE basics [ok]: ZREMRANGEBYSCORE with non-value min or max [ok]: XADD with MAXLEN option [ok]: SCAN TYPE [ok]: ZREMRANGEBYRANK basics [ok]: ZUNIONSTORE against non-existing key doesn't set destination - skiplist [ok]: SSCAN with encoding intset [ok]: ZUNIONSTORE with empty set - skiplist [ok]: ZUNIONSTORE basics - skiplist [ok]: ZUNIONSTORE with weights - skiplist [ok]: SSCAN with encoding hashtable [ok]: ZUNIONSTORE with a regular set and weights - skiplist [ok]: ZUNIONSTORE with AGGREGATE MIN - skiplist [ok]: ZUNIONSTORE with AGGREGATE MAX - skiplist [ok]: ZINTERSTORE basics - skiplist [ok]: ZINTERSTORE with weights - skiplist [ok]: HSCAN with encoding ziplist [ok]: ZINTERSTORE with a regular set and weights - skiplist [ok]: ZINTERSTORE with AGGREGATE MIN - skiplist [ok]: ZINTERSTORE with AGGREGATE MAX - skiplist [ok]: ZUNIONSTORE with +inf/-inf scores - skiplist [ok]: Protocol desync regression test #2 [ok]: ZUNIONSTORE with NaN weights skiplist [ok]: ZINTERSTORE with +inf/-inf scores - skiplist [ok]: ZINTERSTORE with NaN weights skiplist [ok]: HSET/HLEN - Big hash creation [ok]: Basic ZPOP with a single key - skiplist [ok]: Is the big hash encoded with an hash table? [ok]: ZPOP with count - skiplist [ok]: HGET against the small hash [ok]: BZPOP with a single existing sorted set - skiplist [ok]: BZPOP with multiple existing sorted sets - skiplist [ok]: BZPOP second sorted set has members - skiplist [ok]: Basic ZPOP - skiplist RESP3 [ok]: ZPOP with count - skiplist RESP3 [ok]: BZPOP - skiplist RESP3 [ok]: ZINTERSTORE regression with two sets, intset+hashtable [ok]: ZUNIONSTORE regression, should not create NaN in scores [ok]: ZINTERSTORE #516 regression, mixed sets and ziplist zsets [ok]: Set encoding after DEBUG RELOAD [ok]: SREM basics - regular set [ok]: MIGRATE is caching connections [ok]: SREM basics - intset [ok]: SREM with multiple arguments [ok]: SREM variadic version with more args needed to destroy the key [ok]: AUTH fails when a wrong password is given [ok]: Arbitrary command gives an error when AUTH is required [ok]: EXPIRE - set timeouts multiple times [ok]: AUTH succeeds when the right password is given [ok]: EXPIRE - It should be still possible to read 'x' [ok]: Once AUTH succeeded we can actually send commands to the server [ok]: For unauthenticated clients multibulk and bulk length are limited [ok]: Old Ziplist: SORT BY key [ok]: Old Ziplist: SORT BY key with limit [ok]: Old Ziplist: SORT BY hash field [ok]: HSCAN with encoding hashtable [ok]: ZSCAN with encoding ziplist [ok]: Generated sets must be encoded as hashtable [ok]: SINTER with two sets - hashtable [ok]: SINTERSTORE with two sets - hashtable [ok]: SINTERSTORE with two sets, after a DEBUG RELOAD - hashtable [ok]: SUNION with two sets - hashtable [ok]: SUNIONSTORE with two sets - hashtable [ok]: SINTER against three sets - hashtable [ok]: SINTERSTORE with three sets - hashtable [ok]: Protocol desync regression test #3 [ok]: raw protocol response [ok]: raw protocol response - deferred [ok]: raw protocol response - multiline [ok]: RESP3 attributes [ok]: RESP3 attributes readraw [ok]: RESP3 attributes on RESP2 [ok]: test big number parsing [ok]: test bool parsing [ok]: HGET against the big hash [ok]: HGET against non existing key [ok]: HSET in update and insert mode [ok]: HSETNX target key missing - small hash [ok]: HSETNX target key exists - small hash [3/57 done]: unit/auth (1 seconds) Testing unit/other [ok]: HSETNX target key missing - big hash [ok]: HSETNX target key exists - big hash [ok]: HMSET wrong number of args [ok]: HMSET - small hash [ok]: SUNION with non existing keys - hashtable [ok]: SDIFF with two sets - hashtable [ok]: SDIFF with three sets - hashtable [ok]: SDIFFSTORE with three sets - hashtable [ok]: ZUNIONSTORE result is sorted [ok]: ZSET commands don't accept the empty strings as valid score [ok]: ZSCORE - ziplist [ok]: ZSCAN with encoding skiplist [ok]: HMSET - big hash [ok]: Generated sets must be encoded as intset [ok]: SINTER with two sets - intset [ok]: HMGET against non existing key and fields [ok]: SINTERSTORE with two sets - intset [ok]: HMGET against wrong type [ok]: HMGET - small hash [ok]: SINTERSTORE with two sets, after a DEBUG RELOAD - intset [ok]: ZSCORE after a DEBUG RELOAD - ziplist [ok]: SUNION with two sets - intset [ok]: HMGET - big hash [ok]: HKEYS - small hash [ok]: SUNIONSTORE with two sets - intset [ok]: SCAN guarantees check under write load [ok]: SINTER against three sets - intset [ok]: SINTERSTORE with three sets - intset [ok]: SSCAN with integer encoded object (issue #1345) [ok]: SSCAN with PATTERN [ok]: HSCAN with PATTERN [ok]: ZSCAN with PATTERN [ok]: SUNION with non existing keys - intset [ok]: SDIFF with two sets - intset [ok]: SDIFF with three sets - intset [ok]: SDIFFSTORE with three sets - intset [ok]: SDIFF with first set empty [ok]: SDIFF with same set two times [ok]: HKEYS - big hash [ok]: HVALS - small hash [ok]: SAVE - make sure there are all the types as values [ok]: HVALS - big hash [ok]: HGETALL - small hash [ok]: ZSET sorting stresser - ziplist [ok]: HGETALL - big hash [ok]: HDEL and return value [ok]: HDEL - more than a single value [ok]: HDEL - hash becomes empty before deleting all specified fields [ok]: HEXISTS [ok]: Is a ziplist encoded Hash promoted on big payload? [ok]: HINCRBY against non existing database key [ok]: HINCRBY against non existing hash key [ok]: HINCRBY against hash key created by hincrby itself [ok]: HINCRBY against hash key originally set with HSET [ok]: HINCRBY over 32bit value [ok]: HINCRBY over 32bit value with over 32bit increment [ok]: HINCRBY fails against hash value with spaces (left) [ok]: HINCRBY fails against hash value with spaces (right) [ok]: HINCRBY can detect overflows [ok]: HINCRBYFLOAT against non existing database key [ok]: HINCRBYFLOAT against non existing hash key [ok]: HINCRBYFLOAT against hash key created by hincrby itself [ok]: HINCRBYFLOAT against hash key originally set with HSET [ok]: HINCRBYFLOAT over 32bit value [ok]: HINCRBYFLOAT over 32bit value with over 32bit increment [ok]: HINCRBYFLOAT fails against hash value with spaces (left) [ok]: HINCRBYFLOAT fails against hash value with spaces (right) [ok]: HINCRBYFLOAT fails against hash value that contains a null-terminator in the middle [ok]: HSTRLEN against the small hash [ok]: Regression for a crash with blocking ops and pipelining [ok]: Old Linked list: SORT BY key [ok]: Old Linked list: SORT BY key with limit [ok]: Old Linked list: SORT BY hash field [ok]: HSTRLEN against the big hash [ok]: HSTRLEN against non existing field [ok]: HSTRLEN corner cases [ok]: Hash ziplist regression test for large keys [4/57 done]: unit/protocol (1 seconds) Testing unit/multi [ok]: ZSCAN scores: regression test for issue #2175 [ok]: Hash fuzzing #1 - 10 fields [ok]: XCLAIM can claim PEL items from another consumer [ok]: Hash fuzzing #2 - 10 fields [ok]: MUTLI / EXEC basics [ok]: DISCARD [ok]: Nested MULTI are not allowed [ok]: MULTI where commands alter argc/argv [ok]: WATCH inside MULTI is not allowed [ok]: EXEC fails if there are errors while queueing commands #1 [ok]: EXEC fails if there are errors while queueing commands #2 [ok]: If EXEC aborts, the client MULTI state is cleared [ok]: EXEC works on WATCHed key not modified [ok]: EXEC fail on WATCHed key modified (1 key of 1 watched) [ok]: EXEC fail on WATCHed key modified (1 key of 5 watched) [ok]: EXEC fail on WATCHed key modified by SORT with STORE even if the result is empty [ok]: EXEC fail on lazy expired WATCHed key [ok]: After successful EXEC key is no longer watched [ok]: After failed EXEC key is no longer watched [ok]: It is possible to UNWATCH [ok]: UNWATCH when there is nothing watched works as expected [ok]: FLUSHALL is able to touch the watched keys [ok]: FLUSHALL does not touch non affected keys [ok]: FLUSHDB is able to touch the watched keys [ok]: FLUSHDB does not touch non affected keys [ok]: SWAPDB is able to touch the watched keys that exist [ok]: SWAPDB is able to touch the watched keys that do not exist [ok]: WATCH is able to remember the DB a key belongs to [ok]: WATCH will consider touched keys target of EXPIRE [ok]: BRPOPLPUSH with zero timeout should block indefinitely [ok]: XCLAIM without JUSTID increments delivery count [ok]: DEL against expired key [ok]: EXISTS [ok]: Zero length value in key. SET/GET/EXISTS [ok]: Commands pipelining [ok]: Non existing command [ok]: XINFO FULL output [ok]: RENAME basic usage [ok]: RENAME source key should no longer exist [ok]: RENAME against already existing key [ok]: RENAMENX basic usage [ok]: RENAMENX against already existing key [ok]: RENAMENX against already existing key (2) [ok]: RENAME against non existing source key [ok]: RENAME where source and dest key are the same (existing) [ok]: RENAMENX where source and dest key are the same (existing) [ok]: RENAME where source and dest key are the same (non existing) [ok]: RENAME with volatile key, should move the TTL as well [ok]: RENAME with volatile key, should not inherit TTL of target key [ok]: DEL all keys again (DB 0) [ok]: DEL all keys again (DB 1) [ok]: MOVE basic usage [ok]: MOVE against key existing in the target DB [ok]: MOVE against non-integer DB (#1428) [ok]: MOVE can move key expire metadata as well [ok]: MOVE does not create an expire if it does not exist [ok]: SET/GET keys in different DBs [ok]: RANDOMKEY [ok]: RANDOMKEY against empty DB [ok]: RANDOMKEY regression 1 [ok]: KEYS * two times with long key, Github issue #1208 [5/57 done]: unit/keyspace (2 seconds) Testing unit/quit [ok]: QUIT returns OK [ok]: Pipelined commands after QUIT must not be executed [ok]: Pipelined commands after QUIT that exceed read buffer size [6/57 done]: unit/quit (0 seconds) Testing unit/aofrw [ok]: FUZZ stresser with data model binary [ok]: WATCH will consider touched expired keys [ok]: DISCARD should clear the WATCH dirty flag on the client [ok]: DISCARD should UNWATCH all the keys [ok]: MULTI / EXEC is propagated correctly (single write command) [ok]: BRPOPLPUSH with a client BLPOPing the target list [ok]: BRPOPLPUSH with wrong source type [ok]: MULTI / EXEC is propagated correctly (empty transaction) [ok]: MULTI / EXEC is propagated correctly (read-only commands) [ok]: Consumer group last ID propagation to slave (NOACK=0) [ok]: EXPIRE - After 2.1 seconds the key should no longer be here [ok]: EXPIRE - write on expire should work [ok]: EXPIREAT - Check for EXPIRE alike behavior [ok]: SETEX - Set + Expire combo operation. Check for TTL [ok]: SETEX - Check value [ok]: SETEX - Overwrite old key [ok]: MULTI / EXEC is propagated correctly (write command, no effect) [ok]: DISCARD should not fail during OOM [ok]: FUZZ stresser with data model alpha [ok]: MULTI and script timeout [ok]: BRPOPLPUSH with wrong destination type [ok]: BRPOPLPUSH maintains order of elements after failure [ok]: BRPOPLPUSH with multiple blocked clients [ok]: Linked BRPOPLPUSH [ok]: Circular BRPOPLPUSH [ok]: Self-referential BRPOPLPUSH [ok]: BRPOPLPUSH inside a transaction [ok]: PUSH resulting from BRPOPLPUSH affect WATCH [ok]: BRPOPLPUSH does not affect WATCH while still blocked [ok]: EXEC and script timeout [ok]: Consumer group last ID propagation to slave (NOACK=1) [ok]: Hash fuzzing #1 - 512 fields [ok]: SETEX - Wait for the key to expire [ok]: SETEX - Wrong time parameter [ok]: PERSIST can undo an EXPIRE [ok]: PERSIST returns 0 against non existing or non volatile keys [ok]: MULTI-EXEC body and script timeout [ok]: FUZZ stresser with data model compr [ok]: just EXEC and script timeout [ok]: exec with write commands and state change [ok]: exec with read commands and stale replica state change [ok]: EXEC with only read commands should not be rejected when OOM [ok]: EXEC with at least one use-memory command should fail [7/57 done]: unit/multi (3 seconds) Testing unit/acl [ok]: Connections start with the default user [ok]: It is possible to create new users [ok]: New users start disabled [ok]: Enabling the user allows the login [ok]: Only the set of correct passwords work [ok]: It is possible to remove passwords from the set of valid ones [ok]: Test password hashes can be added [ok]: Test password hashes validate input [ok]: ACL GETUSER returns the password hash instead of the actual password [ok]: Test hashed passwords removal [ok]: By default users are not able to access any command [ok]: By default users are not able to access any key [ok]: It's possible to allow the access of a subset of keys [ok]: Users can be configured to authenticate with any password [ok]: ACLs can exclude single commands [ok]: ACLs can include or exclude whole classes of commands [ok]: ACLs can include single subcommands [ok]: ACL GETUSER is able to translate back command permissions [ok]: ACL GETUSER provides reasonable results [ok]: ACL #5998 regression: memory leaks adding / removing subcommands [ok]: ACL LOG shows failed command executions at toplevel [ok]: ACL LOG is able to test similar events [ok]: ACL LOG is able to log keys access violations and key name [ok]: ACL LOG RESET is able to flush the entries in the log [ok]: ACL LOG can distinguish the transaction context (1) [ok]: ACL LOG can distinguish the transaction context (2) [ok]: ACL can log errors in the context of Lua scripting [ok]: ACL LOG can accept a numerical argument to show less entries [ok]: ACL LOG can log failed auth attempts [ok]: ACL LOG entries are limited to a maximum amount [ok]: When default user is off, new connections are not authenticated [ok]: ACL HELP should not have unexpected options [ok]: Delete a user that the client doesn't use [ok]: Delete a user that the client is using [ok]: Very big payload random access [ok]: Empty stream with no lastid can be rewrite into AOF correctly [ok]: XADD mass insertion and XLEN [ok]: XADD with ID 0-0 [ok]: XRANGE COUNT works as expected [ok]: XREVRANGE COUNT works as expected [8/57 done]: unit/type/stream-cgroups (5 seconds) Testing unit/latency-monitor [ok]: Alice: can excute all command [ok]: Bob: just excute @set and acl command [ok]: ACL load and save [9/57 done]: unit/acl (1 seconds) Testing integration/block-repl [ok]: BGSAVE [ok]: SELECT an out of range DB [ok]: BRPOPLPUSH timeout [ok]: BLPOP when new key is moved into place [ok]: BLPOP when result key is created by SORT..STORE [ok]: BLPOP: with single empty list argument [ok]: BLPOP: with negative timeout [ok]: BLPOP: with non-integer timeout [ok]: EXPIRE precision is now the millisecond [ok]: Hash fuzzing #2 - 512 fields [ok]: ZRANGEBYSCORE fuzzy test, 100 ranges in 128 element sorted set - ziplist [ok]: XRANGE can be used to iterate the whole stream [ok]: Old Big Linked list: SORT BY key [ok]: Old Big Linked list: SORT BY key with limit [ok]: EXPIRES after a reload (snapshot + append only file rewrite) [ok]: BLPOP: with zero timeout should block indefinitely [ok]: BLPOP: second argument is not a list [ok]: PEXPIRE/PSETEX/PEXPIREAT can set sub-second expires [ok]: TTL returns time to live in seconds [ok]: PTTL returns time to live in milliseconds [ok]: TTL / PTTL return -1 if key has no expire [ok]: TTL / PTTL return -2 if key does not exit [ok]: ZRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - ziplist [ok]: First server should have role slave after SLAVEOF [ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - ziplist [ok]: ZSETs skiplist implementation backlink consistency test - ziplist [ok]: Redis should actively expire keys incrementally [ok]: BLPOP: timeout [ok]: BLPOP: arguments are empty [ok]: BRPOP: with single empty list argument [ok]: BRPOP: with negative timeout [ok]: BRPOP: with non-integer timeout [ok]: Old Big Linked list: SORT BY hash field [ok]: Intset: SORT BY key [ok]: Intset: SORT BY key with limit [ok]: Intset: SORT BY hash field [ok]: SET 10000 numeric keys and access all them in reverse order [ok]: DBSIZE should be 10000 now [ok]: SETNX target key missing [ok]: SETNX target key exists [ok]: SETNX against not-expired volatile key [ok]: Hash table: SORT BY key [ok]: Hash table: SORT BY key with limit [ok]: Hash table: SORT BY hash field [ok]: SDIFF fuzzing [ok]: SDIFF against non-set should throw error [ok]: SDIFF should handle non existing key as empty [ok]: SDIFFSTORE against non-set should throw error [ok]: SDIFFSTORE should handle non existing key as empty [ok]: SINTER against non-set should throw error [ok]: SINTER should handle non existing key as empty [ok]: SINTER with same integer elements but different encoding [ok]: SINTERSTORE against non-set should throw error [ok]: SINTERSTORE against non existing keys should delete dstkey [ok]: SUNION against non-set should throw error [ok]: SUNION should handle non existing key as empty [ok]: SUNIONSTORE against non-set should throw error [ok]: SUNIONSTORE should handle non existing key as empty [ok]: SUNIONSTORE against non existing keys should delete dstkey [ok]: SPOP basics - hashtable [ok]: SPOP with =1 - hashtable [ok]: SRANDMEMBER - hashtable [ok]: SPOP basics - intset [ok]: SPOP with =1 - intset [ok]: SRANDMEMBER - intset [ok]: SPOP with [ok]: SPOP with [ok]: SPOP using integers, testing Knuth's and Floyd's algorithm [ok]: SPOP using integers with Knuth's algorithm [ok]: SPOP new implementation: code path #1 [ok]: SPOP new implementation: code path #2 [ok]: SPOP new implementation: code path #3 [ok]: SRANDMEMBER with against non existing key [ok]: SRANDMEMBER with - hashtable [ok]: SRANDMEMBER with - intset [ok]: SMOVE basics - from regular set to intset [ok]: SMOVE basics - from intset to regular set [ok]: SMOVE non existing key [ok]: SMOVE non existing src set [ok]: SMOVE from regular set to non existing destination set [ok]: SMOVE from intset to non existing destination set [ok]: SMOVE wrong src key type [ok]: SMOVE wrong dst key type [ok]: SMOVE with identical source and destination [ok]: SMOVE only notify dstset when the addition is successful [ok]: Redis should lazy expire keys [ok]: BRPOP: with zero timeout should block indefinitely [ok]: BRPOP: second argument is not a list [ok]: Stress test the hash ziplist -> hashtable encoding conversion [ok]: Test latency events logging [ok]: LATENCY HISTORY output is ok [ok]: LATENCY LATEST output is ok [ok]: LATENCY HISTORY / RESET with wrong event name is fine [ok]: LATENCY DOCTOR produces some output [ok]: LATENCY RESET is able to reset events [10/57 done]: unit/type/hash (9 seconds) Testing integration/replication [ok]: ZSETs ZRANK augmented skip list stress testing - ziplist [ok]: BZPOPMIN, ZADD + DEL should not awake blocked client [ok]: BZPOPMIN, ZADD + DEL + SET should not awake blocked client [ok]: BZPOPMIN with same key multiple times should work [ok]: MULTI/EXEC is isolated from the point of view of BZPOPMIN [ok]: BZPOPMIN with variadic ZADD [ok]: EXPIRES after AOF reload (without rewrite) [ok]: EXPIRE should not resurrect keys (issue #1026) [ok]: 5 keys in, 5 keys out [ok]: EXPIRE with empty string as TTL should report an error [ok]: XREVRANGE returns the reverse of XRANGE [ok]: XREAD with non empty stream [ok]: Non blocking XREAD with empty streams [ok]: XREAD with non empty second stream [ok]: Blocking XREAD waiting new data [ok]: BRPOP: timeout [ok]: Blocking XREAD waiting old data [ok]: BRPOP: arguments are empty [ok]: BLPOP inside a transaction [ok]: LPUSHX, RPUSHX - generic [ok]: LPUSHX, RPUSHX - linkedlist [ok]: LINSERT - linkedlist [ok]: LPUSHX, RPUSHX - ziplist [ok]: LINSERT - ziplist [ok]: LINSERT raise error on bad syntax [ok]: Blocking XREAD will not reply with an empty array [ok]: XREAD: XADD + DEL should not awake client [ok]: XREAD: XADD + DEL + LPUSH should not awake client [ok]: XREAD with same stream name multiple times should work [ok]: XREAD + multiple XADD inside transaction [ok]: XDEL basic test [ok]: LINDEX consistency test - quicklist [ok]: LINDEX random access - quicklist [ok]: Check if list is still ok after a DEBUG RELOAD - quicklist [ok]: Slave enters handshake [ok]: BZPOPMIN with zero timeout should block indefinitely [ok]: ZSCORE - skiplist [ok]: LINDEX consistency test - quicklist [ok]: ZSCORE after a DEBUG RELOAD - skiplist [ok]: ZSET sorting stresser - skiplist [ok]: LINDEX random access - quicklist [ok]: Check if list is still ok after a DEBUG RELOAD - quicklist [ok]: LLEN against non-list value error [ok]: LLEN against non existing key [ok]: LINDEX against non-list value error [ok]: LINDEX against non existing key [ok]: LPUSH against non-list value error [ok]: RPUSH against non-list value error [ok]: RPOPLPUSH base case - linkedlist [ok]: RPOPLPUSH with the same list as src and dst - linkedlist [ok]: RPOPLPUSH with linkedlist source and existing target linkedlist [ok]: RPOPLPUSH with linkedlist source and existing target ziplist [ok]: RPOPLPUSH base case - ziplist [ok]: RPOPLPUSH with the same list as src and dst - ziplist [ok]: RPOPLPUSH with ziplist source and existing target linkedlist [ok]: RPOPLPUSH with ziplist source and existing target ziplist [ok]: RPOPLPUSH against non existing key [ok]: RPOPLPUSH against non list src key [ok]: RPOPLPUSH against non list dst key [ok]: RPOPLPUSH against non existing src key [ok]: Basic LPOP/RPOP - linkedlist [ok]: Basic LPOP/RPOP - ziplist [ok]: LPOP/RPOP against non list value [ok]: Mass RPOP/LPOP - quicklist [ok]: Mass RPOP/LPOP - quicklist [ok]: LRANGE basics - linkedlist [ok]: LRANGE inverted indexes - linkedlist [ok]: LRANGE out of range indexes including the full list - linkedlist [ok]: LRANGE out of range negative end index - linkedlist [ok]: LRANGE basics - ziplist [ok]: LRANGE inverted indexes - ziplist [ok]: LRANGE out of range indexes including the full list - ziplist [ok]: LRANGE out of range negative end index - ziplist [ok]: LRANGE against non existing key [ok]: LTRIM basics - linkedlist [ok]: LTRIM out of range negative end index - linkedlist [ok]: LTRIM basics - ziplist [ok]: LTRIM out of range negative end index - ziplist [ok]: LSET - linkedlist [ok]: LSET out of range index - linkedlist [ok]: LSET - ziplist [ok]: LSET out of range index - ziplist [ok]: LSET against non existing key [ok]: LSET against non list value [ok]: LREM remove all the occurrences - linkedlist [ok]: LREM remove the first occurrence - linkedlist [ok]: LREM remove non existing element - linkedlist [ok]: LREM starting from tail with negative count - linkedlist [ok]: LREM starting from tail with negative count (2) - linkedlist [ok]: LREM deleting objects that may be int encoded - linkedlist [ok]: LREM remove all the occurrences - ziplist [ok]: LREM remove the first occurrence - ziplist [ok]: LREM remove non existing element - ziplist [ok]: LREM starting from tail with negative count - ziplist [ok]: LREM starting from tail with negative count (2) - ziplist [ok]: LREM deleting objects that may be int encoded - ziplist [ok]: SETNX against expired volatile key [ok]: MGET [ok]: MGET against non existing key [ok]: MGET against non-string key [ok]: GETSET (set new value) [ok]: GETSET (replace old value) [ok]: MSET base case [ok]: MSET wrong number of args [ok]: MSETNX with already existent key [ok]: MSETNX with not existing keys [ok]: STRLEN against non-existing key [ok]: STRLEN against integer-encoded value [ok]: STRLEN against plain string [ok]: SETBIT against non-existing key [ok]: SETBIT against string-encoded key [ok]: SETBIT against integer-encoded key [ok]: SETBIT against key with wrong type [ok]: SETBIT with out of range bit offset [ok]: SETBIT with non-bit argument [ok]: intsets implementation stress testing [11/57 done]: unit/type/set (12 seconds) Testing integration/replication-2 [ok]: PIPELINING stresser (also a regression for the old epoll bug) [ok]: APPEND basics [ok]: APPEND basics, integer encoded values [ok]: Regression for bug 593 - chaining BRPOPLPUSH with other blocking cmds [ok]: SETBIT fuzzing [ok]: GETBIT against non-existing key [ok]: GETBIT against string-encoded key [ok]: GETBIT against integer-encoded key [ok]: SETRANGE against non-existing key [ok]: SETRANGE against string-encoded key [ok]: SETRANGE against integer-encoded key [ok]: SETRANGE against key with wrong type [ok]: SETRANGE with out of range offset [ok]: GETRANGE against non-existing key [ok]: GETRANGE against string value [ok]: GETRANGE against integer-encoded value [12/57 done]: unit/type/list (12 seconds) Testing integration/replication-3 [ok]: APPEND fuzzing [ok]: FLUSHDB [ok]: Perform a final SAVE to leave a clean DB on disk [ok]: SCAN regression test for issue #4906 [ok]: First server should have role slave after SLAVEOF [ok]: If min-slaves-to-write is honored, write is accepted [ok]: No write if min-slaves-to-write is < attached slaves [ok]: If min-slaves-to-write is honored, write is accepted (again) [13/57 done]: unit/scan (13 seconds) Testing integration/replication-4 [ok]: Don't rehash if redis has child proecess [14/57 done]: unit/other (12 seconds) Testing integration/replication-psync [ok]: First server should have role slave after SLAVEOF [ok]: XDEL fuzz test [ok]: SET - use EX/PX option, TTL should not be reseted after loadaof [ok]: SET command will remove expire [ok]: SET - use KEEPTTL option, TTL should not be removed [ok]: Big Hash table: SORT BY key [ok]: Big Hash table: SORT BY key with limit [ok]: ZRANGEBYSCORE fuzzy test, 100 ranges in 100 element sorted set - skiplist [ok]: GETRANGE fuzzing [ok]: Extended SET can detect syntax errors [ok]: Extended SET NX option [ok]: Extended SET XX option [ok]: Extended SET EX option [ok]: Extended SET PX option [ok]: Extended SET using multiple options at once [ok]: GETRANGE with huge ranges, Github issue #1844 [ok]: STRALGO LCS string output with STRINGS option [ok]: STRALGO LCS len [ok]: LCS with KEYS option [ok]: LCS indexes [ok]: LCS indexes with match len [ok]: LCS indexes with match len and minimum match len [15/57 done]: unit/type/string (14 seconds) Testing integration/aof [ok]: Unfinished MULTI: Server should start if load-truncated is yes [ok]: ZRANGEBYLEX fuzzy test, 100 ranges in 100 element sorted set - skiplist [ok]: Short read: Server should start if load-truncated is yes [ok]: Truncated AOF loaded: we expect foo to be equal to 5 [ok]: Append a new command after loading an incomplete AOF [ok]: First server should have role slave after SLAVEOF [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Short read + command: Server should start [ok]: Truncated AOF loaded: we expect foo to be equal to 6 now [ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 100 element sorted set - skiplist [ok]: Test replication partial resync: no reconnection, just sync (diskless: no, disabled, reconnect: 0) [ok]: ZSETs skiplist implementation backlink consistency test - skiplist [ok]: Bad format: Server should have logged an error [ok]: Big Hash table: SORT BY hash field [ok]: SORT GET # [ok]: SORT GET [ok]: SORT GET (key and hash) with sanity check [ok]: SORT BY key STORE [ok]: SORT BY hash field STORE [ok]: SORT extracts STORE correctly [ok]: SORT extracts multiple STORE correctly [ok]: SORT DESC [ok]: SORT ALPHA against integer encoded strings [ok]: SORT sorted set [ok]: SORT sorted set BY nosort should retain ordering [ok]: SORT sorted set BY nosort + LIMIT [ok]: SORT sorted set BY nosort works as expected from scripts [ok]: SORT sorted set: +inf and -inf handling [ok]: SORT regression for issue #19, sorting floats [ok]: SORT with STORE returns zero if result is empty (github issue 224) [ok]: SORT with STORE does not create empty lists (github issue 224) [ok]: SORT with STORE removes key if result is empty (github issue 227) [ok]: SORT with BY and STORE should still order output [ok]: SORT will complain with numerical sorting and bad doubles (1) [ok]: Unfinished MULTI: Server should have logged an error [ok]: SORT will complain with numerical sorting and bad doubles (2) [ok]: SORT BY sub-sorts lexicographically if score is the same [ok]: SORT GET with pattern ending with just -> does not get hash field [ok]: SORT by nosort retains native order for lists [ok]: SORT by nosort plus store retains native order for lists [ok]: SORT by nosort with limit returns based on original list order [ok]: LTRIM stress testing - linkedlist [ok]: SORT speed, 100 element list BY key, 100 times [ok]: Short read: Server should have logged an error [ok]: Short read: Utility should confirm the AOF is not valid [ok]: SORT speed, 100 element list BY hash field, 100 times [ok]: Short read: Utility should be able to fix the AOF [ok]: SORT speed, 100 element list directly, 100 times [ok]: SORT speed, 100 element list BY , 100 times [ok]: Fixed AOF: Server should have been started [ok]: Fixed AOF: Keyspace should contain values that were parseable [16/57 done]: unit/sort (14 seconds) Testing integration/rdb [ok]: RDB encoding loading test [ok]: AOF+SPOP: Server should have been started [ok]: AOF+SPOP: Set should have 1 member [ok]: Server started empty with non-existing RDB file [ok]: AOF+SPOP: Server should have been started [ok]: AOF+SPOP: Set should have 1 member [ok]: SET - use KEEPTTL option, TTL should not be removed after loadaof [17/57 done]: unit/expire (15 seconds) Testing integration/convert-zipmap-hash-on-load [ok]: Server started empty with empty RDB file [ok]: MIGRATE cached connections are released after some time [ok]: RDB load zipmap hash: converts to ziplist [ok]: AOF+EXPIRE: Server should have been started [ok]: AOF+EXPIRE: List should be empty [ok]: MIGRATE is able to migrate a key between two instances [ok]: RDB load zipmap hash: converts to hash table when hash-max-ziplist-entries is exceeded [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Redis should not try to convert DEL into EXPIREAT for EXPIRE -1 [ok]: Test RDB stream encoding [ok]: MIGRATE is able to copy a key between two instances [ok]: ZSETs ZRANK augmented skip list stress testing - skiplist [ok]: BZPOPMIN, ZADD + DEL should not awake blocked client [ok]: BZPOPMIN, ZADD + DEL + SET should not awake blocked client [ok]: BZPOPMIN with same key multiple times should work [ok]: MULTI/EXEC is isolated from the point of view of BZPOPMIN [ok]: BZPOPMIN with variadic ZADD [ok]: RDB load zipmap hash: converts to hash table when hash-max-ziplist-value is exceeded [ok]: AOF rewrite during write load: RDB preamble=yes [ok]: Server should not start if RDB file can't be open [18/57 done]: integration/convert-zipmap-hash-on-load (0 seconds) Testing integration/psync2 [ok]: Server should not start if RDB is corrupted [ok]: MIGRATE will not overwrite existing keys, unless REPLACE is used [ok]: Test FLUSHALL aborts bgsave [ok]: MIGRATE propagates TTL correctly [ok]: bgsave resets the change counter [ok]: PSYNC2: --- CYCLE 1 --- [ok]: PSYNC2: [NEW LAYOUT] Set #3 as master [ok]: PSYNC2: Set #1 to replicate from #3 [ok]: PSYNC2: Set #2 to replicate from #1 [ok]: PSYNC2: Set #4 to replicate from #2 [ok]: PSYNC2: Set #0 to replicate from #4 [ok]: BZPOPMIN with zero timeout should block indefinitely [ok]: ZSET skiplist order consistency when elements are moved [19/57 done]: unit/type/zset (19 seconds) Testing integration/psync2-reg [ok]: No write if min-slaves-max-lag is > of the slave lag [ok]: min-slaves-to-write is ignored by slaves [ok]: Slave is able to detect timeout during handshake [ok]: Test replication with parallel clients writing in different DBs [ok]: PSYNC2 #3899 regression: setup [ok]: PSYNC2 #3899 regression: kill first replica [ok]: Set instance A as slave of B [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: First server should have role slave after SLAVEOF [ok]: With min-slaves-to-write (1,3): master should be writable [ok]: With min-slaves-to-write (2,3): master should not be writable [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: AOF fsync always barrier issue [ok]: PSYNC2: cluster is consistent after failover [20/57 done]: integration/aof (8 seconds) Testing integration/psync2-pingoff [ok]: PSYNC2 #3899 regression: kill first replica [ok]: PSYNC2 #3899 regression: kill first replica [ok]: INCRBYFLOAT replication, should not remove expire [ok]: BRPOPLPUSH replication, when blocking against empty list [ok]: Test replication partial resync: ok psync (diskless: no, disabled, reconnect: 1) [ok]: PSYNC2 pingoff: setup [ok]: PSYNC2 pingoff: write and wait replication [ok]: BRPOPLPUSH replication, list exists [ok]: BLPOP followed by role change, issue #2473 [ok]: Second server should have role master at first [ok]: SLAVEOF should start with link status "down" [ok]: The role should immediately be changed to "replica" [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: Sync should have transferred keys from master [ok]: The link status should be up [ok]: SET on the master should immediately propagate [ok]: FLUSHALL should replicate [ok]: ROLE in master reports master with a slave [ok]: ROLE in slave reports slave in connected state [ok]: With min-slaves-to-write: master not writable with lagged slave [ok]: First server should have role slave after SLAVEOF [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2 #3899 regression: kill first replica [ok]: MASTER and SLAVE consistency with expire [ok]: PSYNC2: cluster is consistent after load (x = 17042) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 2 --- [ok]: PSYNC2: [NEW LAYOUT] Set #4 as master [ok]: PSYNC2: Set #0 to replicate from #4 [ok]: PSYNC2: Set #2 to replicate from #0 [ok]: PSYNC2: Set #1 to replicate from #0 [ok]: PSYNC2: Set #3 to replicate from #2 [ok]: PSYNC2 pingoff: pause replica and promote it [ok]: PSYNC2 #3899 regression: kill first replica [ok]: LATENCY of expire events are correctly collected [ok]: LATENCY HELP should not have unexpected options [ok]: client freed during loading [21/57 done]: integration/rdb (14 seconds) Testing integration/redis-cli [22/57 done]: unit/latency-monitor (24 seconds) Testing unit/pubsub [ok]: Interactive CLI: INFO response should be printed raw [ok]: Interactive CLI: Status reply [ok]: Pub/Sub PING [ok]: Interactive CLI: Integer reply [ok]: PUBLISH/SUBSCRIBE basics [ok]: PUBLISH/SUBSCRIBE with two clients [ok]: PUBLISH/SUBSCRIBE after UNSUBSCRIBE without arguments [ok]: SUBSCRIBE to one channel more than once [ok]: UNSUBSCRIBE from non-subscribed channels [ok]: PUBLISH/PSUBSCRIBE basics [ok]: PUBLISH/PSUBSCRIBE with two clients [ok]: PUBLISH/PSUBSCRIBE after PUNSUBSCRIBE without arguments [ok]: PUNSUBSCRIBE from non-subscribed channels [ok]: NUMSUB returns numbers, not strings (#1561) [ok]: Mix SUBSCRIBE and PSUBSCRIBE [ok]: PUNSUBSCRIBE and UNSUBSCRIBE should always reply [ok]: Interactive CLI: Bulk reply [ok]: Keyspace notifications: we receive keyspace notifications [ok]: Keyspace notifications: we receive keyevent notifications [ok]: Keyspace notifications: we can receive both kind of events [ok]: Keyspace notifications: we are able to mask events [ok]: Keyspace notifications: general events test [ok]: Keyspace notifications: list events test [ok]: Keyspace notifications: set events test [ok]: Keyspace notifications: zset events test [ok]: Interactive CLI: Multi-bulk reply [ok]: Keyspace notifications: hash events test [ok]: Interactive CLI: Parsing quotes [ok]: Non-interactive TTY CLI: Status reply [ok]: Non-interactive TTY CLI: Integer reply [ok]: Keyspace notifications: expired events (triggered expire) [ok]: Non-interactive TTY CLI: Bulk reply [ok]: Non-interactive TTY CLI: Multi-bulk reply [ok]: Non-interactive TTY CLI: Read last argument from pipe [ok]: Non-interactive TTY CLI: Read last argument from file [ok]: Non-interactive non-TTY CLI: Status reply [ok]: Non-interactive non-TTY CLI: Integer reply [ok]: Non-interactive non-TTY CLI: Bulk reply [ok]: Keyspace notifications: expired events (background expire) [ok]: Keyspace notifications: evicted events [ok]: Keyspace notifications: test CONFIG GET/SET of event flags [ok]: Non-interactive non-TTY CLI: Multi-bulk reply [ok]: Non-interactive non-TTY CLI: Read last argument from pipe [ok]: Non-interactive non-TTY CLI: Read last argument from file [23/57 done]: unit/pubsub (1 seconds) Testing unit/slowlog [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: SLOWLOG - check that it starts with an empty log [ok]: SLOWLOG - only logs commands taking more time than specified [ok]: SLOWLOG - max entries is correctly handled [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: SLOWLOG - GET optional argument to limit output len works [ok]: SLOWLOG - RESET subcommand works [ok]: Make the old master a replica of the new one and check conditions [ok]: SLOWLOG - logged entry sanity check [ok]: SLOWLOG - commands with too many arguments are trimmed [ok]: SLOWLOG - too long arguments are trimmed [ok]: SLOWLOG - EXEC is not logged, just executed commands [ok]: SLOWLOG - can clean older entires [ok]: PSYNC2: cluster is consistent after failover [ok]: SLOWLOG - can be disabled [24/57 done]: unit/slowlog (1 seconds) Testing unit/scripting [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: EVAL - Does Lua interpreter replies to our requests? [ok]: EVAL - Lua integer -> Redis protocol type conversion [ok]: EVAL - Lua string -> Redis protocol type conversion [ok]: EVAL - Lua true boolean -> Redis protocol type conversion [ok]: EVAL - Lua false boolean -> Redis protocol type conversion [ok]: EVAL - Lua status code reply -> Redis protocol type conversion [ok]: EVAL - Lua error reply -> Redis protocol type conversion [ok]: EVAL - Lua table -> Redis protocol type conversion [ok]: EVAL - Are the KEYS and ARGV arrays populated correctly? [ok]: EVAL - is Lua able to call Redis API? [ok]: EVALSHA - Can we call a SHA1 if already defined? [ok]: EVALSHA - Can we call a SHA1 in uppercase? [ok]: EVALSHA - Do we get an error on invalid SHA1? [ok]: EVALSHA - Do we get an error on non defined SHA1? [ok]: EVAL - Redis integer -> Lua type conversion [ok]: EVAL - Redis bulk -> Lua type conversion [ok]: EVAL - Redis multi bulk -> Lua type conversion [ok]: EVAL - Redis status reply -> Lua type conversion [ok]: EVAL - Redis error reply -> Lua type conversion [ok]: EVAL - Redis nil bulk reply -> Lua type conversion [ok]: EVAL - Is the Lua client using the currently selected DB? [ok]: EVAL - SELECT inside Lua should not affect the caller [ok]: EVAL - Scripts can't run certain commands [ok]: EVAL - Scripts can't run XREAD and XREADGROUP with BLOCK option [ok]: EVAL - Scripts can't run certain commands [ok]: EVAL - No arguments to redis.call/pcall is considered an error [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) [ok]: EVAL - JSON numeric decoding [ok]: EVAL - JSON string decoding [ok]: EVAL - cmsgpack can pack double? [ok]: EVAL - cmsgpack can pack negative int64? [ok]: EVAL - cmsgpack can pack and unpack circular references? [ok]: EVAL - Numerical sanity check from bitop [ok]: EVAL - Verify minimal bitop functionality [ok]: EVAL - Able to parse trailing comments [ok]: SCRIPTING FLUSH - is able to clear the scripts cache? [ok]: SCRIPT EXISTS - can detect already defined scripts? [ok]: SCRIPT LOAD - is able to register scripts in the scripting cache [ok]: In the context of Lua the output of random commands gets ordered [ok]: SORT is normally not alpha re-ordered for the scripting engine [ok]: SORT BY output gets ordered for scripting [ok]: SORT BY with GET gets ordered for scripting [ok]: redis.sha1hex() implementation [ok]: Globals protection reading an undeclared global variable [ok]: Globals protection setting an undeclared global* [ok]: Test an example script DECR_IF_GT [ok]: Scripting engine resets PRNG at every script execution [ok]: Test replication with blocking lists and sorted sets operations [ok]: Scripting engine PRNG can be seeded correctly [25/57 done]: integration/block-repl (27 seconds) Testing unit/maxmemory [ok]: PSYNC2 #3899 regression: kill first replica [ok]: Without maxmemory small integers are shared [ok]: With maxmemory and non-LRU policy integers are still shared [ok]: With maxmemory and LRU policy integers are not shared [ok]: LTRIM stress testing - ziplist [26/57 done]: unit/type/list-2 (33 seconds) Testing unit/introspection [ok]: EVAL does not leak in the Lua stack [ok]: CLIENT LIST [ok]: MONITOR can log executed commands [ok]: MONITOR can log commands issued by the scripting engine [ok]: CLIENT GETNAME should return NIL if name is not assigned [ok]: CLIENT LIST shows empty fields for unassigned names [ok]: CLIENT SETNAME does not accept spaces [ok]: CLIENT SETNAME can assign a name to this connection [ok]: CLIENT SETNAME can change the name of an existing connection [ok]: Test replication partial resync: no backlog (diskless: no, disabled, reconnect: 1) [ok]: After CLIENT SETNAME, connection can still be closed [ok]: CONFIG sanity [ok]: MIGRATE can correctly transfer large values [ok]: EVAL processes writes from AOF in read-only slaves [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: CONFIG REWRITE sanity [ok]: MIGRATE can correctly transfer hashes [ok]: maxmemory - is the memory limit honoured? (policy allkeys-random) [27/57 done]: unit/introspection (0 seconds) Testing unit/introspection-2 [ok]: Slave is able to evict keys created in writable slaves [ok]: Stress tester for #3343-alike bugs [ok]: MIGRATE timeout actually works [ok]: MIGRATE can migrate multiple keys at once [ok]: MIGRATE with multiple keys must have empty key arg [ok]: MASTER and SLAVE dataset should be identical after complex ops [ok]: maxmemory - is the memory limit honoured? (policy allkeys-lru) [ok]: MIGRATE with multiple keys migrate just existing ones [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [28/57 done]: integration/replication-2 (23 seconds) Testing unit/limits [ok]: MIGRATE with multiple keys: stress command rewriting [ok]: First server should have role slave after SLAVEOF [ok]: PSYNC2 #3899 regression: kill first replica [ok]: MIGRATE with multiple keys: delete just ack keys [ok]: MIGRATE AUTH: correct and wrong password cases [29/57 done]: unit/dump (36 seconds) Testing unit/obuf-limits [ok]: maxmemory - is the memory limit honoured? (policy allkeys-lfu) [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: Check if maxclients works refusing connections [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 42396) [30/57 done]: unit/limits (1 seconds) Testing unit/bitops [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 3 --- [ok]: PSYNC2: [NEW LAYOUT] Set #2 as master [ok]: PSYNC2: Set #3 to replicate from #2 [ok]: PSYNC2: Set #1 to replicate from #2 [ok]: PSYNC2: Set #4 to replicate from #2 [ok]: PSYNC2: Set #0 to replicate from #2 [ok]: BITCOUNT returns 0 against non existing key [ok]: BITCOUNT returns 0 with out of range indexes [ok]: BITCOUNT returns 0 with negative indexes where start > end [ok]: BITCOUNT against test vector #1 [ok]: BITCOUNT against test vector #2 [ok]: BITCOUNT against test vector #3 [ok]: BITCOUNT against test vector #4 [ok]: BITCOUNT against test vector #5 [ok]: TTL, TYPE and EXISTS do not alter the last access time of a key [ok]: Dumping an RDB [ok]: BITCOUNT fuzzing without start/end [ok]: maxmemory - is the memory limit honoured? (policy volatile-lru) [ok]: PSYNC2: cluster is consistent after failover [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: BITCOUNT fuzzing with start/end [ok]: BITCOUNT with start, end [ok]: BITCOUNT syntax error #1 [ok]: BITCOUNT regression test for github issue #582 [ok]: BITCOUNT misaligned prefix [ok]: BITCOUNT misaligned prefix + full words + remainder [ok]: BITOP NOT (empty string) [ok]: BITOP NOT (known string) [ok]: BITOP where dest and target are the same key [ok]: BITOP AND|OR|XOR don't change the string with single input key [ok]: BITOP missing key is considered a stream of zero [ok]: BITOP shorter keys are zero-padded to the key with max length [ok]: PSYNC2 #3899 regression: kill first replica [ok]: maxmemory - is the memory limit honoured? (policy volatile-lfu) [ok]: BITOP and fuzzing [ok]: test various edge cases of repl topology changes with missing pings at the end [ok]: BITOP or fuzzing [ok]: Connecting as a replica [ok]: maxmemory - is the memory limit honoured? (policy volatile-random) [ok]: TOUCH alters the last access time of a key [ok]: TOUCH returns the number of existing keys specified [ok]: command stats for GEOADD [ok]: command stats for EXPIRE [ok]: command stats for BRPOP [ok]: command stats for MULTI [ok]: command stats for scripts [ok]: BITOP xor fuzzing [31/57 done]: unit/introspection-2 (7 seconds) Testing unit/bitfield [ok]: BITOP NOT fuzzing [ok]: BITOP with integer encoded source objects [ok]: BITOP with non string source key [ok]: BITOP with empty string after non empty string (issue #529) [ok]: BITPOS bit=0 with empty key returns 0 [ok]: BITPOS bit=1 with empty key returns -1 [ok]: BITPOS bit=0 with string less than 1 word works [ok]: BITPOS bit=1 with string less than 1 word works [ok]: BITPOS bit=0 starting at unaligned address [ok]: BITPOS bit=1 starting at unaligned address [ok]: BITPOS bit=0 unaligned+full word+reminder [ok]: BITPOS bit=1 unaligned+full word+reminder [ok]: BITPOS bit=1 returns -1 if string is all 0 bits [ok]: BITPOS bit=0 works with intervals [ok]: BITPOS bit=1 works with intervals [ok]: BITPOS bit=0 changes behavior if end is given [ok]: BITFIELD signed SET and GET basics [ok]: BITFIELD unsigned SET and GET basics [ok]: BITFIELD # form [ok]: BITFIELD basic INCRBY form [ok]: BITFIELD chaining of multiple commands [ok]: BITFIELD unsigned overflow wrap [ok]: BITFIELD unsigned overflow sat [ok]: BITFIELD signed overflow wrap [ok]: BITFIELD signed overflow sat [ok]: PSYNC2 #3899 regression: kill first replica [ok]: BITPOS bit=1 fuzzy testing using SETBIT [ok]: maxmemory - is the memory limit honoured? (policy volatile-ttl) [ok]: BITFIELD overflow detection fuzzing [ok]: BITPOS bit=0 fuzzy testing using SETBIT [32/57 done]: unit/bitops (5 seconds) Testing unit/geo [ok]: GEOADD create [ok]: GEOADD update [ok]: GEOADD invalid coordinates [ok]: GEOADD multi add [ok]: Check geoset values [ok]: GEORADIUS simple (sorted) [ok]: GEORADIUS withdist (sorted) [ok]: GEORADIUS with COUNT [ok]: GEORADIUS with COUNT but missing integer argument [ok]: GEORADIUS with COUNT DESC [ok]: GEORADIUS HUGE, issue #2767 [ok]: GEORADIUSBYMEMBER simple (sorted) [ok]: GEORADIUSBYMEMBER withdist (sorted) [ok]: GEOHASH is able to return geohash strings [ok]: GEOPOS simple [ok]: GEOPOS missing element [ok]: GEODIST simple & unit [ok]: GEODIST missing elements [ok]: GEORADIUS STORE option: syntax error [ok]: GEORANGE STORE option: incompatible options [ok]: GEORANGE STORE option: plain usage [ok]: GEORANGE STOREDIST option: plain usage [ok]: GEORANGE STOREDIST option: COUNT ASC and DESC [ok]: BITFIELD overflow wrap fuzzing [ok]: BITFIELD regression for #3221 [ok]: BITFIELD regression for #3564 [ok]: PSYNC2 #3899 regression: verify consistency [ok]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-random) [ok]: Piping raw protocol [33/57 done]: integration/psync2-reg (23 seconds) Testing unit/memefficiency [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 48307) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 4 --- [ok]: PSYNC2: [NEW LAYOUT] Set #1 as master [ok]: PSYNC2: Set #4 to replicate from #1 [ok]: PSYNC2: Set #3 to replicate from #4 [ok]: PSYNC2: Set #0 to replicate from #4 [ok]: PSYNC2: Set #2 to replicate from #1 [34/57 done]: integration/redis-cli (13 seconds) Testing unit/hyperloglog [ok]: Memory efficiency with values in range 32 [ok]: ziplist implementation: value encoding and backlink [ok]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-lru) [ok]: BITFIELD: setup slave [ok]: BITFIELD: write on master, read on slave [ok]: BITFIELD_RO fails when write option is used [35/57 done]: unit/bitfield (3 seconds) Testing unit/lazyfree [ok]: PSYNC2: cluster is consistent after failover [ok]: Memory efficiency with values in range 64 [ok]: UNLINK can reclaim memory in background [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-lru) [ok]: Memory efficiency with values in range 128 [ok]: Chained replicas disconnect when replica re-connect with the same master [ok]: Test replication partial resync: ok after delay (diskless: no, disabled, reconnect: 1) [36/57 done]: integration/psync2-pingoff (23 seconds) Testing unit/wait [ok]: HyperLogLog self test passes [ok]: PFADD without arguments creates an HLL value [ok]: Approximated cardinality after creation is zero [ok]: PFADD returns 1 when at least 1 reg was modified [ok]: PFADD returns 0 when no reg was modified [ok]: PFADD works with empty string (regression) [ok]: PFCOUNT returns approximated cardinality of set [ok]: FLUSHDB ASYNC can reclaim memory in background [37/57 done]: unit/lazyfree (2 seconds) Testing unit/pendingquerybuf [ok]: Memory efficiency with values in range 1024 [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-random) [ok]: Setup slave [ok]: WAIT should acknowledge 1 additional copy of the data [ok]: HyperLogLogs are promote from sparse to dense [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-ttl) [ok]: Client output buffer hard limit is enforced [ok]: EVAL timeout from AOF [ok]: We can call scripts rewriting client->argv from Lua [ok]: Call Redis command with many args from Lua (issue #1764) [ok]: Number conversion precision test (issue #1118) [ok]: String containing number precision test (regression of issue #1118) [ok]: Verify negative arg count is error instead of crash (issue #1842) [ok]: WAIT should not acknowledge 2 additional copies of the data [ok]: Correct handling of reused argv (issue #1939) [ok]: Functions in the Redis namespace are able to report errors [ok]: Script with RESP3 map [ok]: Timedout read-only scripts can be killed by SCRIPT KILL [ok]: Memory efficiency with values in range 16384 [ok]: maxmemory - policy volatile-lru should only remove volatile keys. [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 57301) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 5 --- [ok]: PSYNC2: [NEW LAYOUT] Set #1 as master [ok]: PSYNC2: Set #4 to replicate from #1 [ok]: PSYNC2: Set #0 to replicate from #1 [ok]: PSYNC2: Set #2 to replicate from #1 [ok]: PSYNC2: Set #3 to replicate from #0 [ok]: HyperLogLog sparse encoding stress test [ok]: Corrupted sparse HyperLogLogs are detected: Additional at tail [ok]: Corrupted sparse HyperLogLogs are detected: Broken magic [ok]: Corrupted sparse HyperLogLogs are detected: Invalid encoding [ok]: Corrupted dense HyperLogLogs are detected: Wrong length [38/57 done]: unit/memefficiency (6 seconds) Testing unit/tls [39/57 done]: unit/tls (1 seconds) Testing unit/tracking [ok]: Timedout script link is still usable after Lua returns [ok]: Clients are able to enable tracking and redirect it [ok]: The other connection is able to get invalidations [ok]: The client is now able to disable tracking [ok]: Clients can enable the BCAST mode with the empty prefix [ok]: The connection gets invalidation messages about all the keys [ok]: Clients can enable the BCAST mode with prefixes [ok]: Adding prefixes to BCAST mode works [ok]: Tracking NOLOOP mode in standard mode works [ok]: Tracking NOLOOP mode in BCAST mode works [ok]: Timedout scripts that modified data can't be killed by SCRIPT KILL [ok]: SHUTDOWN NOSAVE can kill a timedout script anyway [ok]: Before the replica connects we issue two EVAL commands (scripts replication) [ok]: maxmemory - policy volatile-lfu should only remove volatile keys. [ok]: Tracking gets notification of expired keys [ok]: Tracking gets notification of lazy expired keys [ok]: Connect a replica to the master instance (scripts replication) [ok]: Now use EVALSHA against the master, with both SHAs (scripts replication) [ok]: If EVALSHA was replicated as EVAL, 'x' should be '4' (scripts replication) [ok]: Replication of script multiple pushes to list with BLPOP (scripts replication) [ok]: EVALSHA replication when first call is readonly (scripts replication) [ok]: Lua scripts using SELECT are replicated correctly (scripts replication) [ok]: Tracking gets notification on tracking table key eviction [40/57 done]: unit/tracking (1 seconds) Testing unit/oom-score-adj [ok]: PSYNC2: cluster is consistent after failover [ok]: CONFIG SET oom-score-adj works as expected [ok]: CONFIG SET oom-score-adj handles configuration failures [ok]: Before the replica connects we issue two EVAL commands (commands replication) [ok]: AOF rewrite during write load: RDB preamble=no [ok]: maxmemory - policy volatile-random should only remove volatile keys. [ok]: WAIT should not acknowledge 1 additional copy if slave is blocked [ok]: Connect a replica to the master instance (commands replication) [ok]: Now use EVALSHA against the master, with both SHAs (commands replication) [ok]: If EVALSHA was replicated as EVAL, 'x' should be '4' (commands replication) [ok]: Replication of script multiple pushes to list with BLPOP (commands replication) [ok]: EVALSHA replication when first call is readonly (commands replication) [ok]: Lua scripts using SELECT are replicated correctly (commands replication) [41/57 done]: unit/wait (6 seconds) Testing unit/shutdown [42/57 done]: unit/oom-score-adj (1 seconds) [ok]: Temp rdb will be deleted if we use bg_unlink when shutdown [ok]: Connect multiple replicas at the same time (issue #141), master diskless=no, replica diskless=disabled [ok]: Temp rdb will be deleted in signal handle [ok]: XRANGE fuzzing [ok]: XREVRANGE regression test for issue #5006 [43/57 done]: unit/shutdown (1 seconds) [ok]: XREAD streamID edge (no-blocking) [ok]: XREAD streamID edge (blocking) [ok]: XADD streamID edge [ok]: XADD with MAXLEN > xlen can propagate correctly [ok]: maxmemory - policy volatile-ttl should only remove volatile keys. [ok]: XADD with ~ MAXLEN can propagate correctly [ok]: XTRIM with ~ MAXLEN can propagate correctly [ok]: Connect a replica to the master instance [ok]: Redis.replicate_commands() must be issued before any write [ok]: Redis.replicate_commands() must be issued before any write (2) [ok]: Redis.set_repl() must be issued after replicate_commands() [ok]: Redis.set_repl() don't accept invalid values [ok]: Test selective replication of certain Redis commands from Lua [ok]: PRNG is seeded randomly for command replication [ok]: Using side effects is not a problem with command replication [ok]: XADD can CREATE an empty stream [ok]: XSETID can set a specific ID [ok]: XSETID cannot SETID with smaller ID [ok]: XSETID cannot SETID on non-existent key [ok]: Turning off AOF kills the background writing child if any [ok]: Test scripting debug protocol parsing [44/57 done]: unit/scripting (22 seconds) [ok]: Empty stream can be rewrite into AOF correctly [ok]: AOF rewrite of list with quicklist encoding, string data [ok]: Stream can be rewrite into AOF correctly after XDEL lastid [ok]: pending querybuf: check size of pending_querybuf after set a big value [ok]: PSYNC2: generate load while killing replication links [ok]: XGROUP HELP should not have unexpected options [ok]: PSYNC2: cluster is consistent after load (x = 67651) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 6 --- [ok]: PSYNC2: [NEW LAYOUT] Set #2 as master [ok]: PSYNC2: Set #3 to replicate from #2 [ok]: PSYNC2: Set #4 to replicate from #3 [ok]: PSYNC2: Set #1 to replicate from #2 [ok]: PSYNC2: Set #0 to replicate from #2 [ok]: AOF rewrite of list with quicklist encoding, int data [45/57 done]: unit/type/stream (55 seconds) [46/57 done]: unit/pendingquerybuf (10 seconds) [ok]: AOF rewrite of set with intset encoding, string data [ok]: Test replication partial resync: backlog expired (diskless: no, disabled, reconnect: 1) [ok]: PSYNC2: cluster is consistent after failover [ok]: AOF rewrite of set with hashtable encoding, string data [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no reconnection, just sync (diskless: no, swapdb, reconnect: 0) [ok]: AOF rewrite of set with intset encoding, int data [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: AOF rewrite of set with hashtable encoding, int data [ok]: AOF rewrite of hash with ziplist encoding, string data [ok]: AOF rewrite of hash with hashtable encoding, string data [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 81705) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: Client output buffer soft limit is not enforced if time is not overreached [ok]: Replication: commands with many arguments (issue #1221) [ok]: AOF rewrite of hash with ziplist encoding, int data [ok]: ziplist implementation: encoding stress testing [47/57 done]: unit/type/list-3 (63 seconds) [ok]: PSYNC2: Bring the master back again for next test [ok]: PSYNC2: Partial resync after restart using RDB aux fields [ok]: AOF rewrite of hash with hashtable encoding, int data [ok]: PSYNC2: Replica RDB restart with EVALSHA in backlog issue #4483 [48/57 done]: integration/psync2 (49 seconds) [ok]: Replication of SPOP command -- alsoPropagate() API [ok]: AOF rewrite of zset with ziplist encoding, string data [49/57 done]: integration/replication-4 (53 seconds) [ok]: Test replication partial resync: ok psync (diskless: no, swapdb, reconnect: 1) [ok]: AOF rewrite of zset with skiplist encoding, string data [ok]: AOF rewrite of zset with ziplist encoding, int data [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: AOF rewrite of zset with skiplist encoding, int data [ok]: BGREWRITEAOF is delayed if BGSAVE is in progress [ok]: BGREWRITEAOF is refused if already in progress [50/57 done]: unit/aofrw (67 seconds) [ok]: MASTER and SLAVE consistency with EVALSHA replication [ok]: SLAVE can reload "lua" AUX RDB fields of duplicated scripts [51/57 done]: integration/replication-3 (62 seconds) [ok]: Client output buffer soft limit is enforced if time is overreached [ok]: No response for single command if client output buffer hard limit is enforced [ok]: No response for multi commands in pipeline if client output buffer limit is enforced [ok]: Execute transactions completely even if client output buffer limit is enforced [52/57 done]: unit/obuf-limits (40 seconds) [ok]: Test replication partial resync: no backlog (diskless: no, swapdb, reconnect: 1) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Connect multiple replicas at the same time (issue #141), master diskless=no, replica diskless=swapdb [ok]: Fuzzing dense/sparse encoding: Redis should always detect errors [ok]: PFADD, PFCOUNT, PFMERGE type checking works [ok]: PFMERGE results on the cardinality of union of sets [ok]: slave buffer are counted correctly [ok]: GEOADD + GEORANGE randomized test [53/57 done]: unit/geo (42 seconds) [ok]: PFCOUNT multiple-keys merge returns cardinality of union #1 [ok]: Test replication partial resync: ok after delay (diskless: no, swapdb, reconnect: 1) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: PFCOUNT multiple-keys merge returns cardinality of union #2 [ok]: PFDEBUG GETREG returns the HyperLogLog raw registers [ok]: PFADD / PFCOUNT cache invalidation works [54/57 done]: unit/hyperloglog (51 seconds) [ok]: replica buffer don't induce eviction [ok]: client tracking don't cause eviction feedback loop [55/57 done]: unit/maxmemory (64 seconds) [ok]: Test replication partial resync: backlog expired (diskless: no, swapdb, reconnect: 1) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no reconnection, just sync (diskless: yes, disabled, reconnect: 0) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Connect multiple replicas at the same time (issue #141), master diskless=yes, replica diskless=disabled [ok]: Test replication partial resync: ok psync (diskless: yes, disabled, reconnect: 1) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no backlog (diskless: yes, disabled, reconnect: 1) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: ok after delay (diskless: yes, disabled, reconnect: 1) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=yes, replica diskless=swapdb Waiting for process 15603 to exit... [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master Waiting for process 15592 to exit... Waiting for process 15581 to exit... Waiting for process 15570 to exit... [ok]: Test replication partial resync: backlog expired (diskless: yes, disabled, reconnect: 1) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no reconnection, just sync (diskless: yes, swapdb, reconnect: 0) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: ok psync (diskless: yes, swapdb, reconnect: 1) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no backlog (diskless: yes, swapdb, reconnect: 1) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Master stream is correctly processed while the replica has a script in -BUSY state [ok]: slave fails full sync and diskless load swapdb recovers it [ok]: Test replication partial resync: ok after delay (diskless: yes, swapdb, reconnect: 1) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: diskless loading short read [ok]: Test replication partial resync: backlog expired (diskless: yes, swapdb, reconnect: 1) [56/57 done]: integration/replication-psync (212 seconds) [ok]: diskless no replicas drop during rdb pipe [ok]: diskless slow replicas drop during rdb pipe [ok]: diskless fast replicas drop during rdb pipe [ok]: diskless all replicas drop during rdb pipe [ok]: diskless timeout replicas drop during rdb pipe fork child is 21063 [ok]: diskless replication child being killed is collected [ok]: diskless replication read pipe cleanup [ok]: replicaof right after disconnection [57/57 done]: integration/replication (268 seconds) Testing solo test [57/57 done]: defrag (1 seconds) The End Execution time of different units: 1 seconds - unit/type/incr 1 seconds - unit/printver 1 seconds - unit/auth 1 seconds - unit/protocol 2 seconds - unit/keyspace 0 seconds - unit/quit 3 seconds - unit/multi 5 seconds - unit/type/stream-cgroups 1 seconds - unit/acl 9 seconds - unit/type/hash 12 seconds - unit/type/set 12 seconds - unit/type/list 13 seconds - unit/scan 12 seconds - unit/other 14 seconds - unit/type/string 14 seconds - unit/sort 15 seconds - unit/expire 0 seconds - integration/convert-zipmap-hash-on-load 19 seconds - unit/type/zset 8 seconds - integration/aof 14 seconds - integration/rdb 24 seconds - unit/latency-monitor 1 seconds - unit/pubsub 1 seconds - unit/slowlog 27 seconds - integration/block-repl 33 seconds - unit/type/list-2 0 seconds - unit/introspection 23 seconds - integration/replication-2 36 seconds - unit/dump 1 seconds - unit/limits 7 seconds - unit/introspection-2 5 seconds - unit/bitops 23 seconds - integration/psync2-reg 13 seconds - integration/redis-cli 3 seconds - unit/bitfield 23 seconds - integration/psync2-pingoff 2 seconds - unit/lazyfree 6 seconds - unit/memefficiency 1 seconds - unit/tls 1 seconds - unit/tracking 6 seconds - unit/wait 1 seconds - unit/oom-score-adj 1 seconds - unit/shutdown 22 seconds - unit/scripting 55 seconds - unit/type/stream 10 seconds - unit/pendingquerybuf 63 seconds - unit/type/list-3 49 seconds - integration/psync2 53 seconds - integration/replication-4 67 seconds - unit/aofrw 62 seconds - integration/replication-3 40 seconds - unit/obuf-limits 42 seconds - unit/geo 51 seconds - unit/hyperloglog 64 seconds - unit/maxmemory 212 seconds - integration/replication-psync 268 seconds - integration/replication 1 seconds - defrag \o/ All tests passed without errors! Cleanup: may take some time... OK make[1]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/src' >>> redis: Entering fakeroot... cd src && make install make[1]: Entering directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/src' sh: write error: Broken pipe Hint: It's a good idea to run 'make test' ;) INSTALL install INSTALL install INSTALL install make[1]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-6.0.16/src' >>> redis-openrc*: Running split function openrc... >>> redis-openrc*: Preparing subpackage redis-openrc... >>> redis-openrc*: Running postcheck for redis-openrc >>> redis*: Running postcheck for redis >>> redis*: Preparing package redis... >>> redis*: Stripping binaries >>> redis*: Script found. /bin/sh added as a dependency for redis-6.0.16-r0.apk >>> redis*: Adding .pre-install >>> redis*: Adding .post-install >>> redis-openrc*: Scanning shared objects >>> redis*: Scanning shared objects >>> redis-openrc*: Tracing dependencies... >>> redis-openrc*: Package size: 28.0 KB >>> redis-openrc*: Compressing data... >>> redis-openrc*: Create checksum... >>> redis-openrc*: Create redis-openrc-6.0.16-r0.apk >>> redis*: Tracing dependencies... /bin/sh so:libc.musl-x86.so.1 >>> redis*: Package size: 2.1 MB >>> redis*: Compressing data... >>> redis*: Create checksum... >>> redis*: Create redis-6.0.16-r0.apk >>> redis: Build complete at Mon, 04 Oct 2021 18:34:42 +0000 elapsed time 0h 5m 24s >>> redis: Cleaning up srcdir >>> redis: Cleaning up pkgdir >>> redis: Uninstalling dependencies... (1/6) Purging .makedepends-redis (20211004.182919) (2/6) Purging linux-headers (5.7.8-r0) (3/6) Purging tcl (8.6.10-r1) (4/6) Purging procps (3.3.16-r0) (5/6) Purging libintl (0.20.2-r2) (6/6) Purging libproc (3.3.16-r0) Executing busybox-1.32.1-r6.trigger OK: 310 MiB in 86 packages >>> redis: Updating the main/x86 repository index... >>> redis: Signing the index...