git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Git 2.30.0 and failed self tests
@ 2021-01-09 11:29 Jeffrey Walton
  2021-01-09 12:44 ` Christian Couder
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Jeffrey Walton @ 2021-01-09 11:29 UTC (permalink / raw)
  To: Git List

Hi Everyone,

I'm seeing a failed self test with 2.30.0 on Alpine Linux 3.10,
x86_64. Alpine Linux uses Musl and BusyBox, so things may be a bit
sideways because of them.

*** t4129-apply-samemode.sh ***
ok 1 - setup
ok 2 - same mode (no index)
ok 3 - same mode (with index)
ok 4 - same mode (index only)
ok 5 - mode update (no index)
ok 6 - mode update (with index)
ok 7 - mode update (index only)
ok 8 - empty mode is rejected
ok 9 - bogus mode is rejected
not ok 10 - do not use core.sharedRepository for working tree files
#
#        git reset --hard &&
#        test_config core.sharedRepository 0666 &&
#        (
#            # Remove a default ACL if possible.
#            (setfacl -k newdir 2>/dev/null || true) &&
#            umask 0077 &&
#
#            # Test both files (f1) and leading dirs (d)
#            mkdir d &&
#            touch f1 d/f2 &&
#            git add f1 d/f2 &&
#            git diff --staged >patch-f1-and-f2.txt &&
#
#            rm -rf d f1 &&
#            git apply patch-f1-and-f2.txt &&
#
#            echo "-rw-------" >f1_mode.expected &&
#            echo "drwx------" >d_mode.expected &&
#            test_modebits f1 >f1_mode.actual &&
#            test_modebits d >d_mode.actual &&
#            test_cmp f1_mode.expected f1_mode.actual &&
#            test_cmp d_mode.expected d_mode.actual
#        )
#
# failed 1 among 10 test(s)
1..10
make[2]: *** [Makefile:57: t4129-apply-samemode.sh] Error 1

I don't see a log file to offer for this one:

    $ find . -name '*.log'
    ./config.log

Jeff

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Git 2.30.0 and failed self tests
@ 2021-01-09  0:07 Jeffrey Walton
  2021-01-10 17:09 ` Stefan Moch
  0 siblings, 1 reply; 12+ messages in thread
From: Jeffrey Walton @ 2021-01-09  0:07 UTC (permalink / raw)
  To: Git List

Hi Everyone,

I'm seeing some failed self tests with 2.30.0 on Fedora 33 x86_64
fully patched. They seem to be centered around email.

    *** t9001-send-email.sh ***
    ok 1 - prepare reference tree
    ok 2 - Setup helper tool
    ok 3 - Extract patches
    not ok 4 - No confirm with --suppress-cc
    #
    #        test_no_confirm --suppress-cc=sob &&
    #        check_no_confirm
    #
    ...

    not ok 174 - test forbidSendmailVariables behavior override
    #
    #        test_config sendmail.program sendmail &&
    #        test_config sendemail.forbidSendmailVariables false &&
    #        git send-email \
    #            --from="Example <nobody@example.com>" \
    #            --to=nobody@example.com \
    #            --smtp-server="$(pwd)/fake.sendmail" \
    #            HEAD^
    #
    # failed 132 among 174 test(s)

Jeff

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-01-11  7:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09 11:29 Git 2.30.0 and failed self tests Jeffrey Walton
2021-01-09 12:44 ` Christian Couder
2021-01-09 19:40   ` Jeffrey Walton
2021-01-09 20:15     ` Matheus Tavares Bernardino
2021-01-09 20:36       ` Jeffrey Walton
2021-01-09 14:07 ` Matheus Tavares Bernardino
2021-01-09 22:26 ` Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2021-01-09  0:07 Jeffrey Walton
2021-01-10 17:09 ` Stefan Moch
2021-01-10 17:24   ` Jeffrey Walton
2021-01-10 19:05   ` Jeffrey Walton
2021-01-11  7:37   ` Jeffrey Walton

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).