redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

tests: fixed incorrect assertion in movement upgrade test

Open mmaslankaprv opened this issue 3 years ago • 0 comments

Cover letter

Fixed assertion checking if the number of consumed messages is equal to number of acked ones. Correct assertion should validate if number of consumed messages is greater than equal to number of produced ones as Kafka consumer groups leverage at least once delivery semantics.

Fixes #5888

Backport Required

  • [ ] not a bug fix
  • [ ] papercut/not impactful enough to backport
  • [ ] v22.2.x
  • [ ] v22.1.x
  • [ ] v21.11.x

UX changes

Describe in plain language how this PR affects an end-user. What topic flags, configuration flags, command line flags, deprecation policies etc are added/changed.

Release notes

mmaslankaprv avatar Aug 05 '22 06:08 mmaslankaprv

Please fill out the cover letter.

BenPope avatar Aug 11 '22 02:08 BenPope