----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69070/ -----------------------------------------------------------
(Updated Oct. 18, 2018, 5:49 p.m.) Review request for Sqoop, Fero Szabo and Szabolcs Vasas. Changes ------- Rationalized unique name generation for temp directories Bugs: SQOOP-3394 https://issues.apache.org/jira/browse/SQOOP-3394 Repository: sqoop-trunk Description ------- Current external Hive table tests on S3 uses the same external directory name in every unit test cases which can cause problems during running them in an automated environment. These names should be unique in every test cases. Diffs (updated) ----- src/test/org/apache/sqoop/testutil/S3TestUtils.java 97d53bbaa7c72d2ad1b890d7a8367c45a3e2b95c Diff: https://reviews.apache.org/r/69070/diff/2/ Changes: https://reviews.apache.org/r/69070/diff/1-2/ Testing ------- ./gradlew test -Ds3.bucket.url=<bucket-url> -Ds3.generator.command=<credential-generator-command> Thanks, Boglarka Egyed