I did not look at logs, but I have had problem in other scenarios. The way I debugged was to use strace to get a list of all files the tests accessed. From that list I could recognize that some files that should have been in separate temp directories were not thread-specific and solution was to put the temp files in separate dir for each test. Not sure if this is helpful, but wanted to share.
Kind regards and best of luck, Xu On Fri, Feb 19, 2021 at 7:24 AM David Bremner <[email protected]> wrote: > > > I have intermittent failures when running the test suite on sufficiently > parallel machines. I have attached a log of such a failing build, > although it does not seem especially illuminating. > > It takes anywhere from 5 to 300 runs to get a failure for me running on > 60 hardware threads (30 cores). At least on this machine the number of > tests that pass seems consistent at 1205 > > _______________________________________________ > notmuch mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ notmuch mailing list -- [email protected] To unsubscribe send an email to [email protected]
