git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <rsbecker@nexbridge.com>
To: "'Junio C Hamano'" <gitster@pobox.com>, <git@vger.kernel.org>
Subject: Test Failure t5516.113 RE: [ANNOUNCE] Git v2.37.0-rc0
Date: Wed, 15 Jun 2022 06:10:36 -0400	[thread overview]
Message-ID: <01e801d880a0$2c5e4d50$851ae7f0$@nexbridge.com> (raw)

On June 13, 2022 9:46 PM, Junio C Hamano wrote:
>An early preview release Git v2.37.0-rc0 is now available for testing at the usual
>places.  It is comprised of 339 non-merge commits since v2.36.0, contributed by 59
>people, 18 of which are new faces [*].  There are a few topics that we may want to
>merge before the final release, which will be in -rc1 that is planned to be tagged at
>around the end of the week.

This one keeps showing up occasionally. I am not sure why, but I am not certain bash likes ! grep. This only happens on our NonStop x86 build, which is a more recent platform than the ia64, where the construct succeeds. Have we not moved away from that?

not ok 113 - fetch warns or fails when using username:password
#	
#		message="URL 'https://username:<redacted>@localhost/' uses plaintext credentials" &&
#		test_must_fail git -c fetch.credentialsInUrl=allow fetch https://username:password@localhost 2>err &&
#		! grep "$message" err &&
#	
#		test_must_fail git -c fetch.credentialsInUrl=warn fetch https://username:password@localhost 2>err &&
#		grep "warning: $message" err >warnings &&
#		test_line_count = 3 warnings &&
#	
#		test_must_fail git -c fetch.credentialsInUrl=die fetch https://username:password@localhost 2>err &&
#		grep "fatal: $message" err >warnings &&
#		test_line_count = 1 warnings &&
#	
#		test_must_fail git -c fetch.credentialsInUrl=die fetch https://username:@localhost 2>err &&
#		grep "fatal: $message" err >warnings &&
#		test_line_count = 1 warnings
#	

Thanks,
Randall


             reply	other threads:[~2022-06-15 10:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-15 10:10 rsbecker [this message]
2022-06-15 10:46 ` Test Failure t5516.113 RE: [ANNOUNCE] Git v2.37.0-rc0 Ævar Arnfjörð Bjarmason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='01e801d880a0$2c5e4d50$851ae7f0$@nexbridge.com' \
    --to=rsbecker@nexbridge.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).