Junio C Hamano <gitster@xxxxxxxxx> writes: > Thomas Rast <trast@xxxxxxxxxxxxxxx> writes: > ... > I seem to be getting intermittent test failures, and every time the > failing tests are different, when these three are queued to 'pu'. I didn't > look for what goes wrong and how. False alarm. I suspect that it is jb/required-filter topic that is causing intermittent failures from convert.c depending on the timing of how fast filter subprocess dies vs how fast we consume its result or something. Repeatedly running t0021 like this: $ cd t $ while sh t0021-conversion.sh ; do :; done under load seems to make it fail every once in a while. test_must_fail: died by signal: git add test.fc Are we dying on SIGPIPE or something? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html