zabetak opened a new pull request, #3399: URL: https://github.com/apache/hive/pull/3399
### What changes were proposed in this pull request and why? 1. Simplify execution of tests by developers and CI 2. Extend test coverage to include mysql and mssql install upgrade tests 3. Rename tests to better reflect their purpose (not integration tests anymore) but more importantly to allow Jenkins splitTests step ( https://plugins.jenkins.io/parallel-test-executor/) to pick them up automatically. ### Does this PR introduce _any_ user-facing change? Only developers are affected since tests are now run differently. ### How was this patch tested? ``` mvn test -Dtest.groups=MetastoreCheckinTest -pl standalone-metastore/metastore-server -Dtest=ITestDerby,ITestOracle,ITestPostgres,ITestMssql,ITestMysql ``` -- 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]
