diff options
author | Josh Steadmon <steadmon@google.com> | 2022-01-13 19:33:36 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-20 10:51:33 -0800 |
commit | 944d808e42817d48bea480c135bc9d3efd53d4e7 (patch) | |
tree | 3159a1bb538fa0f8d0bd46814364e87ecda60011 /templates/hooks--applypatch-msg.sample | |
parent | Git 2.34.1 (diff) | |
download | tgif-944d808e42817d48bea480c135bc9d3efd53d4e7.tar.xz |
test-lib: unset trace2 parent envvars
The trace2 subsystem can inherit certain information from parent
processes via environment variables; e.g., the parent command name and
session ID. This allows trace2 to note when a command is the child
process of another Git process, and to adjust various pieces of output
accordingly.
This behavior breaks certain tests that examine trace2 output when the
tests run as a child of another git process, such as in `git rebase -x
"make test"`.
While we could fix this by unsetting the relevant variables in the
affected tests (currently t0210, t0211, t0212, and t6421), this would
leave other tests vulnerable to similar breakage if new test cases are
added which inspect trace2 output. So fix this in general by unsetting
GIT_TRACE2_PARENT_NAME and GIT_TRACE2_PARENT_SID in test-lib.sh.
Reported-by: Emily Shaffer <emilyshaffer@google.com>
Helped-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'templates/hooks--applypatch-msg.sample')
0 files changed, 0 insertions, 0 deletions