You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/09 13:04:40 UTC

[GitHub] [ignite-teamcity-bot] glukos commented on a change in pull request #159: Show tests on TC board that were stable and have become flaky

glukos commented on a change in pull request #159: Show tests on TC board that were stable and have become flaky
URL: https://github.com/apache/ignite-teamcity-bot/pull/159#discussion_r406188326
 
 

 ##########
 File path: tcbot-engine/src/main/java/org/apache/ignite/tcbot/engine/issue/EventTemplates.java
 ##########
 @@ -53,6 +55,11 @@
                     FAIL, FAIL}
     );
 
+    public static final EventTemplate stablePassedTest = new EventTemplate(
+        new int[]{OK_OR_FAILURE},
+        new int[]{OK, OK, OK, OK, OK, OK, OK, OK, OK, OK, OK, OK, OK}
 
 Review comment:
   We need to calculate length of success chain from flakyRate.
   Formula is ln(1-confidence [95%]) / ln (1-flakyRate).
   It would be better to extract confidence to config as well.
   Other option is to extract chain length explicitly [13].

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services