zentol opened a new pull request #11633: [FLINK-16981][tests] Add global PowerMock exclusions URL: https://github.com/apache/flink/pull/11633 Potential fix for PowerMock LinkageError issues. It is well known that certain classes should be explicitly ignored, but specifying them on each test is tedious, easily forgotten and led to inconsistent configurations. This PR makes use of module-wide excludes through a configuration file. A project wide ignore would of course be awesome, but it appears this isn't possible. By virtue of us usually not not adding more PowerMock-base tests this should work _fine_ though. The effectiveness can be easily checked by running `RocksDBAsyncSnapshotTest`; with the configuration file no error will be logged, without a LinkageError will appear.
---------------------------------------------------------------- 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] With regards, Apache Git Services
