rondagostino opened a new pull request, #13724: URL: https://github.com/apache/kafka/pull/13724
Adds additional testing for TopicsImage. For every image that we create, test that we can get to the final image with an intermediate stop at all intermediate images along the way. For example, if we have 3 records that comprise a final image, ensure that we can build that exact final image by: * applying the first record against an empty image, creating an intermediate image, and then applying the final 2 records on top of that intermediate image * applying the first two records against an empty image, creating an intermediate image, and then applying the final record on top of that intermediate image So for any image created with N records, we test the N-1 ways to get to that final image. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org