laurentgo opened a new pull request #1962:
URL: https://github.com/apache/calcite/pull/1962
Introduce JUnit DiffRepositoryExtension extension to manage concurrent
access to DiffRepository instances by test classes, and dumping their content
on disk at the end of the test run.
DiffRepositoryExtension automatically injects DiffRepository instance to the
constructor based on the test class, but a different repository can be used by
using the DiffRepositoryName annotation.
Update all the tests using DiffRepository to leverage the extension.
Cleanup DiffRepository class, and remove all unused code.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]