mirror of https://github.com/apache/kafka.git
KAFKA-14682: Report Mockito unused stubbings during Jenkins build (#14186)
* KAFKA-14682: Report Mockito unused stubbings during Jenkins build
* DO NOT MERGE: Add test case that should fail during Jenkins build
* Revert "DO NOT MERGE: Add test case that should fail during Jenkins build"
This reverts commit 8418b835ec
.
This commit is contained in:
parent
ae46c0a34c
commit
d91c9bd2b5
|
@ -29,7 +29,7 @@ def isChangeRequest(env) {
|
|||
env.CHANGE_ID != null && !env.CHANGE_ID.isEmpty()
|
||||
}
|
||||
|
||||
def doTest(env, target = "unitTest integrationTest") {
|
||||
def doTest(env, target = "test") {
|
||||
sh """./gradlew -PscalaVersion=$SCALA_VERSION ${target} \
|
||||
--profile --continue -PkeepAliveMode="session" -PtestLoggingEvents=started,passed,skipped,failed \
|
||||
-PignoreFailures=true -PmaxParallelForks=2 -PmaxTestRetries=1 -PmaxTestRetryFailures=10"""
|
||||
|
|
Loading…
Reference in New Issue