mirror of
https://github.com/apache/sqoop.git
synced 2025-05-02 17:22:25 +08:00
SQOOP-3413: TestMainframeManager does not restore the inner state of AccumuloUtil
(Szabolcs Vasas via Fero Szabo) This closes #52
This commit is contained in:
parent
696187bb16
commit
f8fe691e21
@ -140,6 +140,7 @@ public void testImportTableNoAccumuloJarPresent() {
|
|||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
fail("No IOException should be thrown!");
|
fail("No IOException should be thrown!");
|
||||||
} finally {
|
} finally {
|
||||||
|
AccumuloUtil.setAlwaysNoAccumuloJarMode(false);
|
||||||
opts.setAccumuloTable(null);
|
opts.setAccumuloTable(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user