History log of /redis-3.2.3/tests/integration/ (Results 1 – 25 of 89)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f5a7f4f204-Jul-2016 antirez <[email protected]>

Fix test for new RDB checksum failure message.


/redis-3.2.3/00-RELEASENOTES
/redis-3.2.3/CONTRIBUTING
/redis-3.2.3/README.md
/redis-3.2.3/deps/Makefile
/redis-3.2.3/deps/geohash-int/geohash_helper.c
/redis-3.2.3/deps/hiredis/sds.c
/redis-3.2.3/deps/hiredis/sds.h
/redis-3.2.3/deps/linenoise/README.markdown
/redis-3.2.3/deps/linenoise/example.c
/redis-3.2.3/deps/linenoise/linenoise.c
/redis-3.2.3/deps/linenoise/linenoise.h
/redis-3.2.3/deps/lua/src/lua_cmsgpack.c
/redis-3.2.3/deps/lua/src/lua_struct.c
/redis-3.2.3/redis.conf
/redis-3.2.3/src/Makefile.dep
/redis-3.2.3/src/adlist.c
/redis-3.2.3/src/ae.c
/redis-3.2.3/src/ae.h
/redis-3.2.3/src/ae_epoll.c
/redis-3.2.3/src/ae_select.c
/redis-3.2.3/src/anet.h
/redis-3.2.3/src/aof.c
/redis-3.2.3/src/bitops.c
/redis-3.2.3/src/cluster.c
/redis-3.2.3/src/cluster.h
/redis-3.2.3/src/config.c
/redis-3.2.3/src/db.c
/redis-3.2.3/src/debug.c
/redis-3.2.3/src/dict.c
/redis-3.2.3/src/geo.c
/redis-3.2.3/src/help.h
/redis-3.2.3/src/memtest.c
/redis-3.2.3/src/networking.c
/redis-3.2.3/src/object.c
/redis-3.2.3/src/quicklist.c
/redis-3.2.3/src/quicklist.h
/redis-3.2.3/src/rdb.c
/redis-3.2.3/src/redis-check-rdb.c
/redis-3.2.3/src/redis-cli.c
/redis-3.2.3/src/redis-trib.rb
/redis-3.2.3/src/replication.c
/redis-3.2.3/src/rio.c
/redis-3.2.3/src/rio.h
/redis-3.2.3/src/scripting.c
/redis-3.2.3/src/sds.c
/redis-3.2.3/src/sds.h
/redis-3.2.3/src/sentinel.c
/redis-3.2.3/src/server.c
/redis-3.2.3/src/server.h
/redis-3.2.3/src/t_list.c
/redis-3.2.3/src/t_set.c
/redis-3.2.3/src/t_string.c
/redis-3.2.3/src/t_zset.c
/redis-3.2.3/src/version.h
/redis-3.2.3/tests/cluster/tests/04-resharding.tcl
/redis-3.2.3/tests/cluster/tests/07-replica-migration.tcl
/redis-3.2.3/tests/cluster/tests/12-replica-migration-2.tcl
/redis-3.2.3/tests/instances.tcl
rdb.tcl
/redis-3.2.3/tests/support/test.tcl
/redis-3.2.3/tests/test_helper.tcl
/redis-3.2.3/tests/unit/bitfield.tcl
/redis-3.2.3/tests/unit/bitops.tcl
/redis-3.2.3/tests/unit/dump.tcl
/redis-3.2.3/tests/unit/geo.tcl
/redis-3.2.3/tests/unit/hyperloglog.tcl
/redis-3.2.3/tests/unit/introspection-2.tcl
/redis-3.2.3/tests/unit/other.tcl
/redis-3.2.3/tests/unit/scripting.tcl
/redis-3.2.3/tests/unit/type/list-3.tcl
/redis-3.2.3/tests/unit/type/zset.tcl
/redis-3.2.3/utils/corrupt_rdb.c
/redis-3.2.3/utils/generate-command-help.rb
f28803ce15-Oct-2015 antirez <[email protected]>

Regression test for issue #2813.


/redis-3.2.3/00-RELEASENOTES
/redis-3.2.3/deps/README.md
/redis-3.2.3/deps/jemalloc/.autom4te.cfg
/redis-3.2.3/deps/jemalloc/.gitattributes
/redis-3.2.3/deps/jemalloc/.gitignore
/redis-3.2.3/deps/jemalloc/COPYING
/redis-3.2.3/deps/jemalloc/ChangeLog
/redis-3.2.3/deps/jemalloc/INSTALL
/redis-3.2.3/deps/jemalloc/Makefile.in
/redis-3.2.3/deps/jemalloc/VERSION
/redis-3.2.3/deps/jemalloc/bin/jemalloc-config.in
/redis-3.2.3/deps/jemalloc/bin/jeprof.in
/redis-3.2.3/deps/jemalloc/config.guess
/redis-3.2.3/deps/jemalloc/config.sub
/redis-3.2.3/deps/jemalloc/configure
/redis-3.2.3/deps/jemalloc/configure.ac
/redis-3.2.3/deps/jemalloc/doc/jemalloc.3
/redis-3.2.3/deps/jemalloc/doc/jemalloc.html
/redis-3.2.3/deps/jemalloc/doc/jemalloc.xml.in
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/arena.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/atomic.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/base.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/bitmap.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/chunk.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/chunk_dss.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/chunk_mmap.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/ckh.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/ctl.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/extent.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/hash.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/huge.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h.in
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_macros.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/mutex.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/pages.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/private_symbols.txt
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/prng.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/prof.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/ql.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/qr.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/quarantine.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/rb.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/rtree.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/size_classes.sh
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/stats.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/tcache.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/tsd.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/util.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/valgrind.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/jemalloc.sh
/redis-3.2.3/deps/jemalloc/include/jemalloc/jemalloc_defs.h.in
/redis-3.2.3/deps/jemalloc/include/jemalloc/jemalloc_macros.h.in
/redis-3.2.3/deps/jemalloc/include/jemalloc/jemalloc_protos.h.in
/redis-3.2.3/deps/jemalloc/include/jemalloc/jemalloc_typedefs.h.in
/redis-3.2.3/deps/jemalloc/include/msvc_compat/C99/stdbool.h
/redis-3.2.3/deps/jemalloc/include/msvc_compat/C99/stdint.h
/redis-3.2.3/deps/jemalloc/include/msvc_compat/strings.h
/redis-3.2.3/deps/jemalloc/include/msvc_compat/windows_extra.h
/redis-3.2.3/deps/jemalloc/jemalloc.pc.in
/redis-3.2.3/deps/jemalloc/src/arena.c
/redis-3.2.3/deps/jemalloc/src/base.c
/redis-3.2.3/deps/jemalloc/src/bitmap.c
/redis-3.2.3/deps/jemalloc/src/chunk.c
/redis-3.2.3/deps/jemalloc/src/chunk_dss.c
/redis-3.2.3/deps/jemalloc/src/chunk_mmap.c
/redis-3.2.3/deps/jemalloc/src/ckh.c
/redis-3.2.3/deps/jemalloc/src/ctl.c
/redis-3.2.3/deps/jemalloc/src/extent.c
/redis-3.2.3/deps/jemalloc/src/huge.c
/redis-3.2.3/deps/jemalloc/src/jemalloc.c
/redis-3.2.3/deps/jemalloc/src/mutex.c
/redis-3.2.3/deps/jemalloc/src/pages.c
/redis-3.2.3/deps/jemalloc/src/prof.c
/redis-3.2.3/deps/jemalloc/src/quarantine.c
/redis-3.2.3/deps/jemalloc/src/rtree.c
/redis-3.2.3/deps/jemalloc/src/stats.c
/redis-3.2.3/deps/jemalloc/src/tcache.c
/redis-3.2.3/deps/jemalloc/src/tsd.c
/redis-3.2.3/deps/jemalloc/src/util.c
/redis-3.2.3/deps/jemalloc/src/valgrind.c
/redis-3.2.3/deps/jemalloc/src/zone.c
/redis-3.2.3/deps/jemalloc/test/include/test/btalloc.h
/redis-3.2.3/deps/jemalloc/test/include/test/jemalloc_test.h.in
/redis-3.2.3/deps/jemalloc/test/include/test/jemalloc_test_defs.h.in
/redis-3.2.3/deps/jemalloc/test/include/test/math.h
/redis-3.2.3/deps/jemalloc/test/include/test/mq.h
/redis-3.2.3/deps/jemalloc/test/include/test/test.h
/redis-3.2.3/deps/jemalloc/test/include/test/thd.h
/redis-3.2.3/deps/jemalloc/test/include/test/timer.h
/redis-3.2.3/deps/jemalloc/test/integration/MALLOCX_ARENA.c
/redis-3.2.3/deps/jemalloc/test/integration/chunk.c
/redis-3.2.3/deps/jemalloc/test/integration/mallocx.c
/redis-3.2.3/deps/jemalloc/test/integration/overflow.c
/redis-3.2.3/deps/jemalloc/test/integration/rallocx.c
/redis-3.2.3/deps/jemalloc/test/integration/sdallocx.c
/redis-3.2.3/deps/jemalloc/test/integration/xallocx.c
/redis-3.2.3/deps/jemalloc/test/src/SFMT.c
/redis-3.2.3/deps/jemalloc/test/src/btalloc.c
/redis-3.2.3/deps/jemalloc/test/src/btalloc_0.c
/redis-3.2.3/deps/jemalloc/test/src/btalloc_1.c
/redis-3.2.3/deps/jemalloc/test/src/mq.c
/redis-3.2.3/deps/jemalloc/test/src/mtx.c
/redis-3.2.3/deps/jemalloc/test/src/test.c
/redis-3.2.3/deps/jemalloc/test/src/thd.c
/redis-3.2.3/deps/jemalloc/test/src/timer.c
/redis-3.2.3/deps/jemalloc/test/stress/microbench.c
/redis-3.2.3/deps/jemalloc/test/unit/SFMT.c
/redis-3.2.3/deps/jemalloc/test/unit/atomic.c
/redis-3.2.3/deps/jemalloc/test/unit/bitmap.c
/redis-3.2.3/deps/jemalloc/test/unit/ckh.c
/redis-3.2.3/deps/jemalloc/test/unit/hash.c
/redis-3.2.3/deps/jemalloc/test/unit/junk.c
/redis-3.2.3/deps/jemalloc/test/unit/junk_alloc.c
/redis-3.2.3/deps/jemalloc/test/unit/junk_free.c
/redis-3.2.3/deps/jemalloc/test/unit/lg_chunk.c
/redis-3.2.3/deps/jemalloc/test/unit/mallctl.c
/redis-3.2.3/deps/jemalloc/test/unit/math.c
/redis-3.2.3/deps/jemalloc/test/unit/mq.c
/redis-3.2.3/deps/jemalloc/test/unit/prof_accum.c
/redis-3.2.3/deps/jemalloc/test/unit/prof_active.c
/redis-3.2.3/deps/jemalloc/test/unit/prof_gdump.c
/redis-3.2.3/deps/jemalloc/test/unit/prof_reset.c
/redis-3.2.3/deps/jemalloc/test/unit/prof_thread_name.c
/redis-3.2.3/deps/jemalloc/test/unit/rb.c
/redis-3.2.3/deps/jemalloc/test/unit/rtree.c
/redis-3.2.3/deps/jemalloc/test/unit/size_classes.c
/redis-3.2.3/deps/jemalloc/test/unit/stats.c
/redis-3.2.3/deps/jemalloc/test/unit/tsd.c
/redis-3.2.3/deps/jemalloc/test/unit/util.c
/redis-3.2.3/deps/jemalloc/test/unit/zero.c
/redis-3.2.3/src/db.c
/redis-3.2.3/src/debug.c
/redis-3.2.3/src/geo.c
/redis-3.2.3/src/networking.c
/redis-3.2.3/src/rdb.c
/redis-3.2.3/src/redis-cli.c
/redis-3.2.3/src/redis-trib.rb
/redis-3.2.3/src/replication.c
/redis-3.2.3/src/sentinel.c
/redis-3.2.3/src/server.c
/redis-3.2.3/src/server.h
/redis-3.2.3/src/syncio.c
replication.tcl
/redis-3.2.3/tests/test_helper.tcl
/redis-3.2.3/tests/unit/geo.tcl
/redis-3.2.3/tests/unit/keyspace.tcl
/redis-3.2.3/tests/unit/type/hash.tcl
1d59497305-Aug-2015 antirez <[email protected]>

Fix RDB encoding test for new csvdump format.

76e0be4105-Aug-2015 antirez <[email protected]>

PSYNC test: also test the vanilla SYNC.

d1ff328104-Aug-2015 antirez <[email protected]>

Test PSYNC with diskless replication.

Thanks to Oran Agra from Redis Labs for providing this patch.


/redis-3.2.3/COPYING
/redis-3.2.3/README.md
/redis-3.2.3/deps/Makefile
/redis-3.2.3/deps/geohash-int/Makefile
/redis-3.2.3/deps/geohash-int/geohash.c
/redis-3.2.3/deps/geohash-int/geohash.h
/redis-3.2.3/deps/geohash-int/geohash_helper.c
/redis-3.2.3/deps/geohash-int/geohash_helper.h
/redis-3.2.3/deps/hiredis/async.c
/redis-3.2.3/deps/hiredis/sds.c
/redis-3.2.3/deps/hiredis/sds.h
/redis-3.2.3/deps/hiredis/sdsalloc.h
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in
/redis-3.2.3/deps/lua/src/ldo.c
/redis-3.2.3/deps/lua/src/lua_cmsgpack.c
/redis-3.2.3/redis.conf
/redis-3.2.3/src/Makefile
/redis-3.2.3/src/Makefile.dep
/redis-3.2.3/src/anet.c
/redis-3.2.3/src/anet.h
/redis-3.2.3/src/aof.c
/redis-3.2.3/src/bio.c
/redis-3.2.3/src/bio.h
/redis-3.2.3/src/bitops.c
/redis-3.2.3/src/blocked.c
/redis-3.2.3/src/cluster.c
/redis-3.2.3/src/cluster.h
/redis-3.2.3/src/config.c
/redis-3.2.3/src/crc16.c
/redis-3.2.3/src/db.c
/redis-3.2.3/src/debug.c
/redis-3.2.3/src/dict.c
/redis-3.2.3/src/dict.h
/redis-3.2.3/src/geo.c
/redis-3.2.3/src/geo.h
/redis-3.2.3/src/hyperloglog.c
/redis-3.2.3/src/latency.c
/redis-3.2.3/src/multi.c
/redis-3.2.3/src/networking.c
/redis-3.2.3/src/notify.c
/redis-3.2.3/src/object.c
/redis-3.2.3/src/pubsub.c
/redis-3.2.3/src/rdb.c
/redis-3.2.3/src/rdb.h
/redis-3.2.3/src/redis-benchmark.c
/redis-3.2.3/src/redis-check-rdb.c
/redis-3.2.3/src/redis-cli.c
/redis-3.2.3/src/redisassert.h
/redis-3.2.3/src/replication.c
/redis-3.2.3/src/rio.c
/redis-3.2.3/src/scripting.c
/redis-3.2.3/src/sds.c
/redis-3.2.3/src/sds.h
/redis-3.2.3/src/sdsalloc.h
/redis-3.2.3/src/sentinel.c
/redis-3.2.3/src/server.c
/redis-3.2.3/src/server.h
/redis-3.2.3/src/sha1.c
/redis-3.2.3/src/sha1.h
/redis-3.2.3/src/slowlog.c
/redis-3.2.3/src/slowlog.h
/redis-3.2.3/src/sort.c
/redis-3.2.3/src/sparkline.c
/redis-3.2.3/src/syncio.c
/redis-3.2.3/src/t_hash.c
/redis-3.2.3/src/t_list.c
/redis-3.2.3/src/t_set.c
/redis-3.2.3/src/t_string.c
/redis-3.2.3/src/t_zset.c
/redis-3.2.3/src/ziplist.h
/redis-3.2.3/tests/cluster/run.tcl
/redis-3.2.3/tests/instances.tcl
replication-psync.tcl
/redis-3.2.3/tests/sentinel/run.tcl
/redis-3.2.3/tests/sentinel/tests/06-ckquorum.tcl
/redis-3.2.3/tests/support/server.tcl
/redis-3.2.3/tests/unit/geo.tcl
/redis-3.2.3/tests/unit/type/set.tcl
/redis-3.2.3/tests/unit/type/zset.tcl
/redis-3.2.3/utils/releasetools/03_test_release.sh
/redis-3.2.3/utils/releasetools/04_release_hash.sh
37260bc327-Mar-2015 antirez <[email protected]>

Test: regression for issue #2473.

e791e2dd13-Mar-2015 antirez <[email protected]>

Test: fix SPOP replication test count.

If count is 0 SADD is called without element arguments, which is
currently invalid.

a1d9ec0d11-Feb-2015 antirez <[email protected]>

SPOP replication tests.

55003f7a09-Feb-2015 antirez <[email protected]>

alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading.

e1fce55210-Feb-2015 antirez <[email protected]>

Added regression test for issue #2371.

2ac7b5a804-Feb-2015 antirez <[email protected]>

Fix RDB corruption test after server behavior change.


/redis-3.2.3/.gitignore
/redis-3.2.3/README
/redis-3.2.3/deps/Makefile
/redis-3.2.3/redis.conf
/redis-3.2.3/src/Makefile
/redis-3.2.3/src/aof.c
/redis-3.2.3/src/cluster.c
/redis-3.2.3/src/cluster.h
/redis-3.2.3/src/config.c
/redis-3.2.3/src/config.h
/redis-3.2.3/src/crc64.c
/redis-3.2.3/src/crc64.h
/redis-3.2.3/src/debug.c
/redis-3.2.3/src/dict.c
/redis-3.2.3/src/endianconv.c
/redis-3.2.3/src/endianconv.h
/redis-3.2.3/src/intset.c
/redis-3.2.3/src/intset.h
/redis-3.2.3/src/lzfP.h
/redis-3.2.3/src/lzf_c.c
/redis-3.2.3/src/lzf_d.c
/redis-3.2.3/src/networking.c
/redis-3.2.3/src/object.c
/redis-3.2.3/src/quicklist.c
/redis-3.2.3/src/quicklist.h
/redis-3.2.3/src/rdb.c
/redis-3.2.3/src/rdb.h
/redis-3.2.3/src/redis-benchmark.c
/redis-3.2.3/src/redis-check-rdb.c
/redis-3.2.3/src/redis-cli.c
/redis-3.2.3/src/redis-trib.rb
/redis-3.2.3/src/redis.c
/redis-3.2.3/src/redis.h
/redis-3.2.3/src/replication.c
/redis-3.2.3/src/scripting.c
/redis-3.2.3/src/sds.c
/redis-3.2.3/src/sds.h
/redis-3.2.3/src/sentinel.c
/redis-3.2.3/src/sha1.c
/redis-3.2.3/src/sha1.h
/redis-3.2.3/src/solarisfixes.h
/redis-3.2.3/src/sort.c
/redis-3.2.3/src/t_list.c
/redis-3.2.3/src/t_set.c
/redis-3.2.3/src/t_string.c
/redis-3.2.3/src/t_zset.c
/redis-3.2.3/src/util.c
/redis-3.2.3/src/util.h
/redis-3.2.3/src/ziplist.c
/redis-3.2.3/src/ziplist.h
/redis-3.2.3/src/zipmap.c
/redis-3.2.3/src/zipmap.h
/redis-3.2.3/src/zmalloc.c
/redis-3.2.3/src/zmalloc.h
/redis-3.2.3/tests/cluster/run.tcl
/redis-3.2.3/tests/cluster/tests/04-resharding.tcl
/redis-3.2.3/tests/cluster/tests/includes/init-tests.tcl
/redis-3.2.3/tests/instances.tcl
rdb.tcl
/redis-3.2.3/tests/support/cluster.tcl
/redis-3.2.3/tests/support/server.tcl
/redis-3.2.3/tests/support/test.tcl
/redis-3.2.3/tests/unit/aofrw.tcl
/redis-3.2.3/tests/unit/dump.tcl
/redis-3.2.3/tests/unit/sort.tcl
/redis-3.2.3/tests/unit/type/list-2.tcl
/redis-3.2.3/tests/unit/type/list-3.tcl
/redis-3.2.3/tests/unit/type/list.tcl
/redis-3.2.3/utils/cluster_fail_time.tcl
/redis-3.2.3/utils/create-cluster/.gitignore
/redis-3.2.3/utils/create-cluster/README
/redis-3.2.3/utils/create-cluster/create-cluster
2880288711-Mar-2014 Alon Diamant <[email protected]>

Added <count> parameter to SPOP:
spopCommand() now runs spopWithCountCommand() in case the <count> param is found.
Added intsetRandomMembers() to Intset: Copies N random members from the set into inp

Added <count> parameter to SPOP:
spopCommand() now runs spopWithCountCommand() in case the <count> param is found.
Added intsetRandomMembers() to Intset: Copies N random members from the set into inputted 'values' array. Uses either the Knuth or Floyd sample algos depending on ratio count/size.
Added setTypeRandomElements() to SET type: Returns a number of random elements from a non empty set. This is a version of setTypeRandomElement() that is modified in order to return multiple entries, using dictGetRandomKeys() and intsetRandomMembers().
Added tests for SPOP with <count>: unit/type/set, unit/scripting, integration/aof
--
Cleaned up code a bit to match with required Redis coding style

show more ...

8a09e12924-Nov-2014 antirez <[email protected]>

Attempt to prevent false positives in replication test.

d6797d3424-Oct-2014 antirez <[email protected]>

Diskless replication tested with the multiple slaves consistency test.

1cedebb731-Jul-2014 Matt Stancliff <[email protected]>

Remove trailing spaces from tests

09cb281b31-Jul-2014 Matt Stancliff <[email protected]>

Fix spelling in some test cases

a2c740ea16-Sep-2014 antirez <[email protected]>

Better truncated AOF loading tests.

Now there are tests to write more data after loading a truncated AOF,
testing that the loaded data is correct, appending more, and testing
again.

b892ea7008-Sep-2014 antirez <[email protected]>

Tests for aof-load-truncated = yes.

9f40c25a08-Sep-2014 antirez <[email protected]>

AOF tests fixed turning aof-load-truncated to no.

When aof-load-truncated option was introduced, with a default of "yes",
the past behavior of the server to abort with trunncated AOF changed, so
we

AOF tests fixed turning aof-load-truncated to no.

When aof-load-truncated option was introduced, with a default of "yes",
the past behavior of the server to abort with trunncated AOF changed, so
we need to explicitly configure the tests to abort with truncated AOF
by setting the option to no.

show more ...

7b2e5ff905-Sep-2014 antirez <[email protected]>

Test AOF format error detection.

0ab0428705-Sep-2014 antirez <[email protected]>

AOF loading: split handling of format errors from unexpected EOF.


/redis-3.2.3/deps/Makefile
/redis-3.2.3/deps/hiredis/fmacros.h
/redis-3.2.3/deps/hiredis/net.h
/redis-3.2.3/deps/hiredis/sds.c
/redis-3.2.3/deps/hiredis/sds.h
/redis-3.2.3/redis.conf
/redis-3.2.3/sentinel.conf
/redis-3.2.3/src/Makefile
/redis-3.2.3/src/ae.c
/redis-3.2.3/src/anet.c
/redis-3.2.3/src/anet.h
/redis-3.2.3/src/aof.c
/redis-3.2.3/src/bitops.c
/redis-3.2.3/src/cluster.c
/redis-3.2.3/src/cluster.h
/redis-3.2.3/src/config.c
/redis-3.2.3/src/config.h
/redis-3.2.3/src/db.c
/redis-3.2.3/src/dict.c
/redis-3.2.3/src/dict.h
/redis-3.2.3/src/fmacros.h
/redis-3.2.3/src/hyperloglog.c
/redis-3.2.3/src/intset.c
/redis-3.2.3/src/latency.c
/redis-3.2.3/src/memtest.c
/redis-3.2.3/src/multi.c
/redis-3.2.3/src/networking.c
/redis-3.2.3/src/object.c
/redis-3.2.3/src/pubsub.c
/redis-3.2.3/src/rand.c
/redis-3.2.3/src/rdb.c
/redis-3.2.3/src/redis-benchmark.c
/redis-3.2.3/src/redis-check-dump.c
/redis-3.2.3/src/redis-cli.c
/redis-3.2.3/src/redis-trib.rb
/redis-3.2.3/src/redis.c
/redis-3.2.3/src/redis.h
/redis-3.2.3/src/scripting.c
/redis-3.2.3/src/sds.c
/redis-3.2.3/src/sds.h
/redis-3.2.3/src/sentinel.c
/redis-3.2.3/src/t_string.c
/redis-3.2.3/src/t_zset.c
/redis-3.2.3/src/util.c
/redis-3.2.3/src/ziplist.c
/redis-3.2.3/tests/assets/default.conf
/redis-3.2.3/tests/cluster/tests/03-failover-loop.tcl
/redis-3.2.3/tests/cluster/tests/04-resharding.tcl
/redis-3.2.3/tests/cluster/tests/05-slave-selection.tcl
/redis-3.2.3/tests/cluster/tests/06-slave-stop-cond.tcl
/redis-3.2.3/tests/cluster/tests/07-replica-migration.tcl
/redis-3.2.3/tests/cluster/tests/includes/init-tests.tcl
aof.tcl
/redis-3.2.3/tests/support/util.tcl
/redis-3.2.3/tests/unit/aofrw.tcl
/redis-3.2.3/tests/unit/basic.tcl
/redis-3.2.3/tests/unit/latency-monitor.tcl
/redis-3.2.3/tests/unit/maxmemory.tcl
/redis-3.2.3/tests/unit/pubsub.tcl
/redis-3.2.3/tests/unit/scripting.tcl
/redis-3.2.3/tests/unit/sort.tcl
/redis-3.2.3/tests/unit/type/zset.tcl
/redis-3.2.3/utils/generate-command-help.rb
/redis-3.2.3/utils/install_server.sh
e01195e910-Jul-2014 antirez <[email protected]>

Test: AOF rewrite during write load.

1f0c0df426-Jun-2014 antirez <[email protected]>

Fixed assert conditional in ROLE command test.

4223111726-Jun-2014 antirez <[email protected]>

Remove infinite loop from PSYNC test.

Added for debugging and forgot there.

e7887e6026-Jun-2014 antirez <[email protected]>

Test: hopefully more robust PSYNC test.

This is supposed to fix issue #1417, but we'll know if this is enough
only after a couple of runs of the CI test without false positives.

1234