mjsax opened a new pull request, #15219: URL: https://github.com/apache/kafka/pull/15219
ConsistencyVectorIntegrationTest failed frequently because the returned Position from IQv2 is not immutable while the test assumes immutability. To return a Position with a QueryResult that does not change, we need to deep copy the Position object. Plus some side cleanup on the test itself. -- 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]
