Message ID | 20220922232947.631309-1-calvinwan@google.com (mailing list archive) |
---|---|
Headers | show |
Series | submodule: parallelize status | expand |
Calvin Wan <calvinwan@google.com> writes: > Future work: The reason why status is much slower on a cold cache vs > warm cache is mainly due to refreshing the index. It is worth > investigating whether this is entirely necessary. I suspect that the CI breakage https://github.com/git/git/actions/runs/3115673002/jobs/5052804463 is due to this topic. In "SANTIZE=leak GIT_TEST_PASSING_SANITIZE_LEAK=true make test" run locally, I see t7507 failing quite badly.
I'm getting the following error running that command locally: Bailout called. Further testing stopped: GIT_TEST_PASSING_SANITIZE_LEAK=true has no effect except when compiled with SANITIZE=leak