Re: unit tests / cirrus ci fails
From: Fabian Stelzer <hidden>
Date: 2021-07-09 16:04:09
On 09.07.21 17:06, Đoàn Trần Công Danh wrote:
On 2021-07-09 15:31:01+0200, Fabian Stelzer [off-list ref] wrote:quoted
Hi, i'm having a issue with a failing test on my pull request. https://github.com/git/git/pull/1041/checks?check_run_id=3028222798 I have added a bunch of new tests and they fail on the freebsd12 test that's run via gitgitgadget. Is there any way to enable verbose / debug output on these or a simple way to run tests manually in the same environment?I don't know about cirrus CI, but, skimming over the log, it run into fatal error after skipping t4202.71, I think the bashism in "test_lazy_prereq GPGSSH" is the culprit. "|&" in "ssh_version=$(ssh-keygen -Y find-principals |& grep -q "unknown option")"
Thanks, that was indeed (part of) the problem. The new tests themselves are failing now and i have no idea why on freebsd :/ Are there detailed logs publicly available from the CI runs? Or is my only option to set up a freebsd 12 vm to try to replicate this? Does the ci simply run "make test" or is there another mechanism involved?