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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to