Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.7
-
None
-
None
Description
Some Sqoop tests use the value of theĀ org.apache.sqoop.testutil.BaseSqoopTestCase#getWarehouseDir as target-dir:
args.add("--target-dir");
args.add(getWarehouseDir());
This leads to an error when the warehouse directory exists which can happen if a previous test does not clean up properly.
The issue was found when executing the tests with Gradle since it probably executes the tests in a different order.
Attachments
Attachments
Issue Links
- links to