Skip tls for xgroup read regression since it doesn't matter (#595)
"Client blocked on XREADGROUP while stream's slot is migrated" uses the migrate command, which requires special handling for TLS and non-tls. This was not being handled, so was throwing an error. Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
This commit is contained in:
parent
b72e43ed16
commit
b95e7c384f
@ -423,7 +423,7 @@ start_cluster 3 3 {tags {external:skip cluster} overrides {cluster-allow-replica
|
||||
}
|
||||
}
|
||||
|
||||
start_cluster 2 0 {tags {external:skip cluster regression} overrides {cluster-allow-replica-migration no cluster-node-timeout 1000} } {
|
||||
start_cluster 2 0 {tags {tls:skip external:skip cluster regression} overrides {cluster-allow-replica-migration no cluster-node-timeout 1000} } {
|
||||
# Issue #563 regression test
|
||||
test "Client blocked on XREADGROUP while stream's slot is migrated" {
|
||||
set stream_name aga
|
||||
|
Loading…
x
Reference in New Issue
Block a user