-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
De-flake drifting test, check consumer pending after stabilized (#6170)
The test checks if stream state and messages equal, but also checks if the consumer pending count matches with the amount of messages in the stream. For clustered streams this consumer pending check would be done before the cluster is stabilized, so it could fail at that stage. Move those checks down so we at least confirm the stream states are equal first before we check pending. Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
- Loading branch information
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters