brave/tor_build_scripts

Flaky Mac builds

fmarier opened this issue · 0 comments

The Mac build is flaky because sometimes the libevent tests fail:

17:56:41   regress_debug: [Lost connection!] 
17:56:41    [simplesignal FAILED]
17:56:41  [Lost connection!] 
17:56:41    [multiplesignal FAILED]
17:58:07  OKAY
17:58:07  PASS: test_runner_select
17:58:07  2/345 TESTS FAILED. (45 skipped)
17:58:07  FAILED
17:58:07  make[3]: *** [test_runner_kqueue] Error 1
17:58:07  make[3]: *** Waiting for unfinished jobs....
17:58:07  OKAY
17:58:07  make[2]: *** [check-TESTS] Error 2
17:58:07  make[1]: *** [check-am] Error 2

We have a history of disabling flaky tests (see f3bd9c4 and b5d3ca8) and so I will do the same here.