On 30/09/2020 20:45, Jim Ingham wrote: > I also used to get e-mails when a test failed and I was on the changes list. > But I haven’t gotten any failure e-mails. Does that only happen for some of > the bots (or has that stopped working) or should I look to my filters? > > Jim >
You didn't get an email when the patch was committed, because the test happened to pass the first time around and only fail in some of the later builds. That's the problem with flaky tests -- whenever they fail (flake) a random person gets a breakage email for their unrelated change. As the test flaps on and off nondeterministically, I very much doubt this is a problem with the incremental build. E.g. the only change in build http://lab.llvm.org:8011/builders/lldb-x86_64-debian/builds/18360 was a change to the gn build files, which is a noop for regular cmake build. Both builds before it and after it were green. Though it's possible, I would be surprised if this problem is limited to linux systems -- a more likely explanation is that the linux buildbots have a much higher throughput (lldb-x86_64-debian clocks 70 builds per day vs. 13 builds/day for lldb-cmake on green dragon), and so flaky tests get noticed sooner there. pl _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits