Re: What's cooking in git.git (Jul 2021, #03; Tue, 13)
From: Jeff King <hidden>
Date: 2021-07-19 09:01:48
On Mon, Jul 19, 2021 at 02:53:30AM -0500, Felipe Contreras wrote:
Patrick Steinhardt wrote:quoted
On Tue, Jul 13, 2021 at 06:07:12PM -0700, Junio C Hamano wrote: [snip]quoted
* ps/perf-with-separate-output-directory (2021-07-02) 1 commit - perf: fix when running with TEST_OUTPUT_DIRECTORY Test update. What's the status of this one?From my point of view this is ready, but it's still missing reviews so far. The lack of interest seems to indicate that nobody has hit the issue so far, and I wonder why that is. Am I the only one who sets TEST_OUTPUT_DIRECTORY to a tmpfs directory in his config.mak to speed up tests?No, I do the same, and this other fix for TEST_OUTPUT_DIRECTORY is being ignored even harder: https://lore.kernel.org/git/20210707030709.3134859-1-felipe.contreras@gmail.com/ (local)
Note that the linked patch will break Patrick's, because we would no longer set TEST_OUTPUT_DIRECTORY in GIT-BUILD-OPTIONS. -Peff