[ https://issues.apache.org/jira/browse/HIVE-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HIVE-2593: ------------------------------ Attachment: HIVE-2593.D501.1.patch mareksapotafb requested code review of "HIVE-2593 [jira] avoid referencing /tmp in tests". Reviewers: JIRA Replaced '/tmp' with '${system:test.tmp.dir}' in all q files. This is what is causing parallel tests to fail when multiple instances run on the same node. I grepped for "/tmp" in ql/src/test/queries/clientpositive and the results match the test failures I'm getting. TEST PLAN EMPTY REVISION DETAIL https://reviews.facebook.net/D501 AFFECTED FILES ql/src/test/queries/clientpositive/hook_context_cs.q ql/src/test/queries/clientpositive/index_auto.q ql/src/test/queries/clientpositive/index_bitmap.q ql/src/test/queries/clientpositive/index_bitmap1.q ql/src/test/queries/clientpositive/index_bitmap2.q ql/src/test/queries/clientpositive/index_bitmap3.q ql/src/test/queries/clientpositive/index_bitmap_auto.q ql/src/test/queries/clientpositive/index_bitmap_rc.q ql/src/test/queries/clientpositive/index_compact.q ql/src/test/queries/clientpositive/index_compact_1.q ql/src/test/queries/clientpositive/index_compact_2.q ql/src/test/queries/clientpositive/index_compact_3.q ql/src/test/queries/clientpositive/insertexternal1.q ql/src/test/queries/clientpositive/load_fs.q ql/src/test/queries/clientpositive/multi_insert.q MANAGE HERALD DIFFERENTIAL RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/1035/ Tip: use the X-Herald-Rules header to filter Herald messages in your client. > avoid referencing /tmp in tests > ------------------------------- > > Key: HIVE-2593 > URL: https://issues.apache.org/jira/browse/HIVE-2593 > Project: Hive > Issue Type: Improvement > Components: Testing Infrastructure > Reporter: John Sichi > Assignee: Marek Sapota > Attachments: HIVE-2593.D501.1.patch > > > This is what is causing parallel tests to fail when multiple instances run on > the same node. I grepped for "/tmp" in ql/src/test/queries/clientpositive > and the results match the test failures I'm getting. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira