You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "Anant Dahiya (Jira)" <ji...@apache.org> on 2022/11/24 21:13:00 UTC

[jira] [Updated] (SCB-2731) flaky junit tests in common/common-rest and core

     [ https://issues.apache.org/jira/browse/SCB-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anant Dahiya updated SCB-2731:
------------------------------
    Description: 
h4. Description

Flaky JUnit Tests identified  in foundations/foundation-vertx

*How did we detect Flaky Test ?*

We detected the existence of flaky test using the tool [NonDex|https://github.com/TestingResearchIllinois/NonDex]

*Command*
{code:java}
mvn -pl common/common-rest edu.illinois:nondex-maven-plugin:1.1.2:nondex -Dtest=org.apache.servicecomb.common.rest.codec.param.TestRestClientRequestImpl#testForm {code}
 

*Flaky Tests*
||Location||Test||
|common/common-rest|org.apache.servicecomb.common.rest.codec.param.TestRestClientRequestImpl#testForm|
|common/common-rest|org.apache.servicecomb.common.rest.codec.param.TestRestClientRequestImpl#testCookie|
|common/common-rest|org.apache.servicecomb.common.rest.filter.inner.RestServerCodecFilterTest#should_convert_exception_to_response_when_decode_request_failed|
|common/common-rest|org.apache.servicecomb.common.rest.RestProducerInvocationCreatorTest#should_failed_when_not_defined_any_schema|
|common/common-rest|org.apache.servicecomb.common.rest.RestProducerInvocationCreatorTest#should_failed_when_accept_is_not_support|
|core|org.apache.servicecomb.core.TestInvocation#traceIdGeneratorInit|

> flaky junit tests in common/common-rest and core
> ------------------------------------------------
>
>                 Key: SCB-2731
>                 URL: https://issues.apache.org/jira/browse/SCB-2731
>             Project: Apache ServiceComb
>          Issue Type: Bug
>            Reporter: Anant Dahiya
>            Priority: Major
>
> h4. Description
> Flaky JUnit Tests identified  in foundations/foundation-vertx
> *How did we detect Flaky Test ?*
> We detected the existence of flaky test using the tool [NonDex|https://github.com/TestingResearchIllinois/NonDex]
> *Command*
> {code:java}
> mvn -pl common/common-rest edu.illinois:nondex-maven-plugin:1.1.2:nondex -Dtest=org.apache.servicecomb.common.rest.codec.param.TestRestClientRequestImpl#testForm {code}
>  
> *Flaky Tests*
> ||Location||Test||
> |common/common-rest|org.apache.servicecomb.common.rest.codec.param.TestRestClientRequestImpl#testForm|
> |common/common-rest|org.apache.servicecomb.common.rest.codec.param.TestRestClientRequestImpl#testCookie|
> |common/common-rest|org.apache.servicecomb.common.rest.filter.inner.RestServerCodecFilterTest#should_convert_exception_to_response_when_decode_request_failed|
> |common/common-rest|org.apache.servicecomb.common.rest.RestProducerInvocationCreatorTest#should_failed_when_not_defined_any_schema|
> |common/common-rest|org.apache.servicecomb.common.rest.RestProducerInvocationCreatorTest#should_failed_when_accept_is_not_support|
> |core|org.apache.servicecomb.core.TestInvocation#traceIdGeneratorInit|



--
This message was sent by Atlassian Jira
(v8.20.10#820010)