You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/08/18 00:56:01 UTC

[GitHub] [netbeans] YunLemon commented on pull request #3110: Improve Travis CI build Performance

YunLemon commented on pull request #3110:
URL: https://github.com/apache/netbeans/pull/3110#issuecomment-900732525


   Can the root causes of these problems be solved? 
   `travis_retry` and  `travis_wait` means the result of the command is uncertain. However, the build process has to be deterministic. Flaky behavior, e.g., tests that sometimes fail, should be avoided, because this causes maintenance issues. Addressing this issue through retries after failures might not only hide the underlying problem, but makes issues also harder to debug when they only occur sometimes.
   And a lot of time will be wasted if the command fails multiple times.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists