zabetak opened a new pull request, #5785: URL: https://github.com/apache/hive/pull/5785
### What changes were proposed in this pull request? Change the database path for TestMetastoreTransformer ### Why are the changes needed? The TestEmbeddedHiveMetaStore test runs fine when it is launched individually, but it fails on some CI runs cause it conflicts with state from TestMetastoreTransformer. The two tests are trying to create a directory for the database at the same path which leads to failures. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ``` mvn test -Dtest=TestEmbeddedHiveMetaStore,TestMetastoreTransformer -Dtest.groups= -pl standalone-metastore/metastore-server mvn test -Dtest=TestMetastoreTransformer,TestEmbeddedHiveMetaStore -Dtest.groups= -pl standalone-metastore/metastore-server ``` -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org