You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "lqjacklee (Jira)" <ji...@apache.org> on 2020/11/25 06:52:00 UTC

[jira] [Commented] (KAFKA-10765) Task :stream:test-utils:test FAILED

    [ https://issues.apache.org/jira/browse/KAFKA-10765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238553#comment-17238553 ] 

lqjacklee commented on KAFKA-10765:
-----------------------------------

[~xiaopenglei] 


{code:java}
2119 ± : ./gradlew :streams:test-utils:test -PmaxTestRetries=1 -PmaxTestRetryFailures=5                                       [4h50m] ✹ ✭

> Configure project :
Building project 'core' with Scala version 2.13.4
Building project 'streams-scala' with Scala version 2.13.4

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.7.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 1s
42 actionable tasks: 3 executed, 39 up-to-date

{code}

You can try the command as below to find more information : 


{code:java}
./gradlew :streams:test-utils:test -PmaxTestRetries=1 -PmaxTestRetryFailures=5 --debug
{code}



> Task :stream:test-utils:test FAILED
> -----------------------------------
>
>                 Key: KAFKA-10765
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10765
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: unit tests
>         Environment: os: ubuntu18.04-arm
> jdk: oracal jdk 1.8.0_271-b09(aarch64)
> gradle: 6.7
>            Reporter: PengLei
>            Priority: Major
>         Attachments: stacktrace.log, testcase.log
>
>
> Task :stream:test-utils:test FAILED
> When I run the command `./gradlew streams:test-utils:test -PmaxTestRetries=1 -PmaxTestRetryFailures=5` , the result is failed.
> The result is as follows:
> > Task :streams:test-utils:test FAILED
> FAILURE: Build failed with an exception.
>  * What went wrong:
> Execution failed for task ':streams:test-utils:test'.
> > Process 'Gradle Test Executor 97' finished with non-zero exit value 134
>  This problem might be caused by incorrect test process configuration.
>  Please refer to the test execution section in the User Manual at [https://docs.gradle.org/6.7/userguide/java_testing.html#sec:test_execution]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)