This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new e5359de turn BatchDriverTest back on
e5359de is described below
commit e5359def44303f91480ed3f6c3969ad6d99977bf
Author: tallison <[email protected]>
AuthorDate: Fri Aug 21 11:06:40 2020 -0400
turn BatchDriverTest back on
---
.../src/test/java/org/apache/tika/batch/fs/BatchDriverTest.java | 1 -
.../src/test/java/org/apache/tika/batch/fs/BatchProcessTest.java | 6 +++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git
a/tika-batch/src/test/java/org/apache/tika/batch/fs/BatchDriverTest.java
b/tika-batch/src/test/java/org/apache/tika/batch/fs/BatchDriverTest.java
index df82e46..57e56f5 100644
--- a/tika-batch/src/test/java/org/apache/tika/batch/fs/BatchDriverTest.java
+++ b/tika-batch/src/test/java/org/apache/tika/batch/fs/BatchDriverTest.java
@@ -31,7 +31,6 @@ import org.apache.tika.batch.BatchProcessDriverCLI;
import org.junit.Ignore;
import org.junit.Test;
-@Ignore
public class BatchDriverTest extends FSBatchTestBase {
//for debugging, turn logging off/on via resources/log4j.properties for
the driver
diff --git
a/tika-batch/src/test/java/org/apache/tika/batch/fs/BatchProcessTest.java
b/tika-batch/src/test/java/org/apache/tika/batch/fs/BatchProcessTest.java
index 3dd1783..b930c01 100644
--- a/tika-batch/src/test/java/org/apache/tika/batch/fs/BatchProcessTest.java
+++ b/tika-batch/src/test/java/org/apache/tika/batch/fs/BatchProcessTest.java
@@ -35,7 +35,11 @@ import org.apache.tika.batch.BatchProcessDriverCLI;
import org.junit.Ignore;
import org.junit.Test;
-@Ignore
+/**
+ * This runs a single process. This was useful during development,
+ * but we don't need it because it is duplicative of {@link BatchDriverTest}
+ */
+@Ignore("Batch Driver is the integration test")
public class BatchProcessTest extends FSBatchTestBase {
@Test(timeout = 15000)