You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/05/22 06:53:22 UTC

[tika] branch main updated (9fd670918 -> 11430cbea)

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


    from 9fd670918 TIKA-3773: add config to parallelize tests with junit5 (inspired by pdfbox)
     new c1de3d44f TIKA-3773: add config to parallelize tests with junit5 (inspired by pdfbox)
     new 11430cbea TIKA-3773: add config to parallelize tests with junit5 (inspired by pdfbox)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/test/resources/junit-platform.properties                          | 0
 .../src/test/resources/junit-platform.properties                          | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 copy tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/{tika-parser-microsoft-module => tika-parser-image-module}/src/test/resources/junit-platform.properties (100%)
 copy tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/{tika-parser-microsoft-module => tika-parser-miscoffice-module}/src/test/resources/junit-platform.properties (100%)


[tika] 02/02: TIKA-3773: add config to parallelize tests with junit5 (inspired by pdfbox)

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 11430cbea046ef8827a59ec62ca7e815e44b1b6d
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sun May 22 08:53:00 2022 +0200

    TIKA-3773: add config to parallelize tests with junit5 (inspired by pdfbox)
---
 .../src/test/resources/junit-platform.properties      | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-image-module/src/test/resources/junit-platform.properties b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-image-module/src/test/resources/junit-platform.properties
new file mode 100644
index 000000000..a89c684fe
--- /dev/null
+++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-image-module/src/test/resources/junit-platform.properties
@@ -0,0 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+junit.jupiter.execution.parallel.enabled = true
+junit.jupiter.execution.parallel.mode.default = same_thread
+junit.jupiter.execution.parallel.mode.classes.default = concurrent


[tika] 01/02: TIKA-3773: add config to parallelize tests with junit5 (inspired by pdfbox)

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit c1de3d44fac278d68d6ce58cb5311599d7835ba8
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sun May 22 08:42:58 2022 +0200

    TIKA-3773: add config to parallelize tests with junit5 (inspired by pdfbox)
---
 .../src/test/resources/junit-platform.properties      | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/src/test/resources/junit-platform.properties b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/src/test/resources/junit-platform.properties
new file mode 100644
index 000000000..a89c684fe
--- /dev/null
+++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/src/test/resources/junit-platform.properties
@@ -0,0 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+junit.jupiter.execution.parallel.enabled = true
+junit.jupiter.execution.parallel.mode.default = same_thread
+junit.jupiter.execution.parallel.mode.classes.default = concurrent