Facing an error when trying to build project and run unit tests #1311
Unanswered
tdarolywala
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running this command and get the following error
mvn clean install -Dossindex.fail=false
Java version
openjdk 11.0.11 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)
@dadoonet
``
[INFO]
[INFO] --- junit4-maven-plugin:2.7.9:junit4 (unit-tests) @ fscrawler-settings ---
[INFO] says hello! Master seed: 9D53D66A13F315B2
Executing 8 suites with 4 JVMs.
Started J0 PID(11360@SLB-4GN7433).
Started J3 PID(39760@SLB-4GN7433).
Started J1 PID(37548@SLB-4GN7433).
Started J2 PID(46976@SLB-4GN7433).
2> REPRODUCE WITH:
2> mvn integration-test -Dtests.seed=9D53D66A13F315B2 -Dtests.class=fr.pilato.elasticsearch.crawler.fs.settings.FsMappingTest -Dtests.method="fsSettingsForFolderSpecificJobVersion7" -Dtests.locale=ce-RU -Dtests.timezone=America/Rankin_Inlet
FAILURE 0.02s J3 | FsMappingTest.fsSettingsForFolderSpecificJobVersion7 <<<
[INFO] JVM J0: 0.57 .. 2.42 = 1.85s
[INFO] JVM J1: 0.58 .. 2.97 = 2.39s
[INFO] JVM J2: 0.58 .. 3.23 = 2.65s
[INFO] JVM J3: 0.57 .. 2.97 = 2.40s
[INFO] Execution time total: 3.24 sec.
[INFO] Tests summary: 8 suites, 49 tests, 12 failures
``
Beta Was this translation helpful? Give feedback.
All reactions