atharvalade commented on PR #2710:
URL: https://github.com/apache/iggy/pull/2710#issuecomment-3916002643

   > @atharvalade can you check at this failing build?
   
   @lukaszzborek The CI was failing because merging master brought in PR #2734 
(cooperative partition reassignment), which modified `ConsumerGroupTests` to 
use `Fixture.PartitionsCount`. On master, `Fixture` is a `ConsumerGroupFixture` 
that has that property, but on this branch it's an `IggyServerFixture` which 
doesn't. Fixed by referencing the local `PartitionsCount` constant already 
defined in the class.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to