mark-bathori opened a new pull request, #2835: URL: https://github.com/apache/hive/pull/2835
### What changes were proposed in this pull request? Make the `DbTxnManager` based tests parameterized and running them both with enabled and disabled **TXN_USE_MIN_HISTORY_LEVEL**. I also modified the `setup` function to set back the `HiveConf` to default value before every test run since there were some tests e.g. `testFullTableReadLock` that made changes in the configuration and didn't reset them so it affected other tests. ### Why are the changes needed? Cover the disabled **TXN_USE_MIN_HISTORY_LEVEL** functionality with tests. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Locally run the tests. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
