mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Skip TestJetStreamClusterRestartThenScaleStreamReplicas for now
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
This commit is contained in:
@@ -4264,7 +4264,8 @@ func (js *jetStream) processClusterCreateConsumer(ca *consumerAssignment, state
|
||||
} else {
|
||||
// Check for scale down to 1..
|
||||
if rg.node != nil && len(rg.Peers) == 1 {
|
||||
// Need to pop loopAndForward by closing qch and nil out both qch and pch.
|
||||
// Need to pop loopAndForward by closing qch and nil out both qch and pch
|
||||
// to avoid leaving a closed raft node forwarding proposals.
|
||||
o.clearLoopAndForward()
|
||||
o.clearNode()
|
||||
o.setLeader(true)
|
||||
|
||||
@@ -5685,6 +5685,8 @@ func TestJetStreamClusterDetectOrphanNRGs(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestJetStreamClusterRestartThenScaleStreamReplicas(t *testing.T) {
|
||||
t.Skip("This test takes too long, need to make shorter")
|
||||
|
||||
c := createJetStreamClusterExplicit(t, "R3S", 3)
|
||||
defer c.shutdown()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user