nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

De-flake `TestJetStreamSuperClusterTagInducedMoveCancel` #6160

Open mtmk opened 5 hours ago

mtmk commented 5 hours ago

Request to cancel the move sometimes lands as the stream is being moved and at that point there is not leader hence no response is sent back. With this change we're retrying the request and falling back to the case later in the test where we skip as stream move is not in progress.

Signed-off-by: Ziya Suzen ziya@synadia.com