Hi Enrico,

On Wed, Jul 1, 2020 at 11:34 AM Enrico Olivelli <eolive...@gmail.com> wrote:

> Can you try to run one test at a time and see which test is crashing your
> build?
>
> Use
> mvn test -Dtest=NameOfTheTestClass
>

When I run all my tests, with command 'mvn clean test', my build failed
with following message,

[ERROR] Crashed tests:
[ERROR] com.haldiram.business.helper.test.ApplnHelperTest
...

When I run only the tests present in class
com.haldiram.business.helper.test.ApplnHelperTest, with following command,

mvn clean test -Dtest=com.haldiram.business.helper.test.ApplnHelperTest

The Maven build emits following error,

[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time:  24.624 s
[INFO] Finished at: 2020-07-01T12:56:40+05:30
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test)
on project Verimployee-core: No tests were executed!  (Set
-DfailIfNoTests=false to ignore this error.)

Therefore, I run the above command as follows,

mvn clean test
-Dtest=com.haldiram.business.helper.test.ApplnHelperTest -DfailIfNoTests=false

And all the tests present in class
com.haldiram.business.helper.test.ApplnHelperTest pass, and the Maven build
succeeds.

My problem, that I described originally in this thread, still remains. I
hope, someone may help me further on this issue.




-- 
Regards,
Mukul Gandhi

Reply via email to