On Tue, 14 Feb 2023 at 01:59, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > "M Hickford via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > > > From: M Hickford <mirth.hickford@xxxxxxxxx> > > > > Some passwords have an expiry date known at generation. This may be > > years away for a personal access token or hours for an OAuth access > > token. > > ... > > t/t0300-credentials.sh | 94 ++++++++++++++++++++++++++++++ > > https://github.com/git/git/actions/runs/4169057114/jobs/7217377625 > > Other platforms seem to be OK, but Windows test seems to be unhappy > with it when this topic gets merged to 'seen'. Curious, let me take a look. I see that the tests failed on freebsd too. I don't have a Windows machine to debug. If anyone reading has a hypothesis, please share. I shall try changing the default value for a password without expiry from TIME_MAX to 0, see if that works any better [2]. [1] https://github.com/git/git/pull/1443/checks?check_run_id=11112315291 [2] https://github.com/git/git/pull/1443/checks?check_run_id=11343677685