rogertime / maven-utplsql-plugin

Automatically exported from code.google.com/p/maven-utplsql-plugin
1 stars 1 forks source link

test case failure triggers maven build failure #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since version 1.2, any test case failure by default triggers maven build 
failure. This is not expected in all the cases. For example, if a Jenkins build 
is unstable (which means build successful but test cases failure, Jenkins will 
display the failed test cases on the job front page. If the build is failure, 
it will not display the failed test cases on the job front page. 

So I add a new parameter "failBuildOnTestFailure" in the configuration to 
enable this maven build failure trigger. Default value is true which means the 
current behavior will not change. Any test case failure continue triggers maven 
build failure. But you can set it as false to turn off the trigger.

Here I attach the diff. 

Original issue reported on code.google.com by henryzho...@gmail.com on 9 May 2013 at 6:46

Attachments:

GoogleCodeExporter commented 9 years ago
I have UTPLSQL maven plugin version 1.31. But the build is failing if any one 
of the test cases fails. please let me know if this issue is fixed in any of 
the versions. or suggest me on this?

Original comment by santotho...@gmail.com on 14 Jul 2015 at 4:57