5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 07:40:40 +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:
Fero Szabo 2018-11-27 16:52:09 +01:00
parent 696187bb16
commit f8fe691e21

View File

@ -140,6 +140,7 @@ public void testImportTableNoAccumuloJarPresent() {
} catch (IOException e) {
fail("No IOException should be thrown!");
} finally {
AccumuloUtil.setAlwaysNoAccumuloJarMode(false);
opts.setAccumuloTable(null);
}
}