-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69070/
-----------------------------------------------------------
(Updated Oct. 18, 2018, 3:11 p.m.)
Review request for Sqoop, Fero Szabo and Szabolcs Vasas.
Summary (updated)
-----------------
SQOOP-3394: External Hive table tests should use unique external dir names
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
-----
src/test/org/apache/sqoop/testutil/S3TestUtils.java
97d53bbaa7c72d2ad1b890d7a8367c45a3e2b95c
Diff: https://reviews.apache.org/r/69070/diff/1/
Testing
-------
./gradlew test -Ds3.bucket.url=<bucket-url>
-Ds3.generator.command=<credential-generator-command>
Thanks,
Boglarka Egyed