forked from pool/redis
Marcus Rueckert
7e8f571ea9
of the redis processes launched by the testsuite. - update to 2.6.14 UPGRADE URGENCY: HIGH because of the following two issues: * Lua scripting + Replication + AOF in slaves problem (see Issue #1164). * AOF + expires possible race condition (see Issue #1079). * [FIX] AOF bug: expire could be removed from key on AOF rewrite. * [FIX] Allow writes from scripts called by AOF loading in read-only slaves. * [FIX] Sentinel: parse new verison of INFO replication output correctly. * [NEW] Reset masterauth if an empty string is configured. For the changes from 2.6.10-2.6.13 see /usr/share/doc/packages/redis/00-RELEASENOTES - refreshed patches: - redis-conf.patch: - redis-enable-bactrace-on-x86-and-ia64-only.patch: just to get rid of fuzz - skip-aof-test.patch: can not comment in the array like that. rather remove the line. OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=44
13 lines
387 B
Diff
13 lines
387 B
Diff
Index: tests/test_helper.tcl
|
|
===================================================================
|
|
--- tests/test_helper.tcl.orig
|
|
+++ tests/test_helper.tcl
|
|
@@ -32,7 +32,6 @@ set ::all_tests {
|
|
integration/replication-2
|
|
integration/replication-3
|
|
integration/replication-4
|
|
- integration/aof
|
|
integration/rdb
|
|
integration/convert-zipmap-hash-on-load
|
|
unit/pubsub
|