[
https://issues.apache.org/jira/browse/OPENNLP-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17803746#comment-17803746
]
Lara Marinov edited comment on OPENNLP-1538 at 1/6/24 4:33 AM:
---------------------------------------------------------------
The link for the Jenkins log
([https://ci-builds.apache.org/blue/rest/organizations/jenkins/pipelines/OpenNLP/pipelines/eval-tests/runs/312/log/?start=0&download=true])
is broken (maybe deleted). I checked the latest passing log
([https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/317/console]), and it
doesn't have {{*IT.java}} tests. Even locally, {{mvn verify}} didn't run these
tests.
Based on [https://stackoverflow.com/a/38706992] I changed
{{{}opennlp-tools/pom.xml{}}}, and {{*IT.java}} tests now run locally. I don't
know how to test on Jenkins. Where can I find your configuration for it? Does
it run {{{}mvn verify{}}}?
was (Author: JIRAUSER303288):
The link for the Jenkins log
(https://ci-builds.apache.org/blue/rest/organizations/jenkins/pipelines/OpenNLP/pipelines/eval-tests/runs/312/log/?start=0&download=true)
is broken (maybe deleted). I checked the latest passing log
(https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/317/console), and it
doesn't have `*IT.java` tests. Even locally, `mvn verify` didn't run these
tests.
Based on https://stackoverflow.com/a/38706992 I changed
`opennlp-tools/pom.xml`, and `*IT.java` tests now run locally. I don't know how
to test on Jenkins. Where can I find your configuration for it? Does it run
`mvn verify`?
> Ensure all integration tests are run during Eval build
> ------------------------------------------------------
>
> Key: OPENNLP-1538
> URL: https://issues.apache.org/jira/browse/OPENNLP-1538
> Project: OpenNLP
> Issue Type: Task
> Components: Build, Packaging and Test
> Reporter: Martin Wiesner
> Priority: Major
>
> POSTaggerMEIT in the [Jenkins log
> |https://ci-builds.apache.org/blue/rest/organizations/jenkins/pipelines/OpenNLP/pipelines/eval-tests/runs/312/log/?start=0&download=true],
> so in consequence a
> {{cat log.txt | grep POSTaggerMEIT}}
> gives an empty result.
> Moreover, any test that ends with *IT.java do not show up in the Jenkins log.
> Aims:
> - Make sure, the ITs are run during (eval) builds
> - Introduce and / or check for an appropriate Maven profile that executes ITs
> in a separate phase, eg. via maven-failsafe-plugin
--
This message was sent by Atlassian Jira
(v8.20.10#820010)