ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Ivan Zakharyaschev <imz@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Cc: "Dmitry V. Levin" <ldv@altlinux.org>
Subject: Re: [devel] Fwd: [#246495] [test-only] FAILED partclone.git=0.3.11-alt0.1.git58d138d
Date: Tue, 18 Feb 2020 04:42:59 +0300 (MSK)
Message-ID: <alpine.LFD.2.20.2002180439090.6363@imap.altlinux.org> (raw)
In-Reply-To: <alpine.LFD.2.20.2002180434020.6363@imap.altlinux.org>

[-- Attachment #1: Type: text/plain, Size: 2126 bytes --]

On Tue, 18 Feb 2020, Ivan Zakharyaschev wrote:

> On Tue, 18 Feb 2020, Leonid Krivoshein wrote:
> 
> > 
> > 17.02.2020 4:37, Dmitry V. Levin пишет:
> > > On Mon, Feb 17, 2020 at 04:28:09AM +0300, Leonid Krivoshein wrote:
> > > > Всем привет!
> > > >
> > > > Недоумеваю: провалено 3 теста из 13 в vm-run и только на ppc64le.
> > > > Что я делаю не так!? Что там за виртуализация такая? На aarch64 OK.
> > > Всегда добавляйте VERBOSE=1 к automake'овому "make check",
> > > иначе останется только гадать.
> > 
> > Логи научился вытягивать наружу в процессе сборки. Но убрав "set -e", получил
> > прохождение трёх оставшихся тестов на ppc64le.
> 
> Это "но" звучит странно. Как будто нельзя логи вытаскивать и set -e 
> оставить ради корректности тестов?
> 
> > А проблемы сборки там видны
> > невооружённым глазом. Получилось то, что получилось (#246564), вряд ли это
> > стоит отправлять в Сизиф?
> 
> А что мешает сделать это так, чтобы себе понравилось?

Если речь о || в ханке

[imz@team partclone.git]$ git --no-pager log -p -1 sisyphus^ -- *.spec
commit 2f121dfa7617bf1964d5d4b7b96dccec16fd2caa
Author: Leonid Krivoshein <klark@altlinux.org>
Date:   Mon Feb 17 03:51:39 2020 +0300

    Enabled checkfs test suite based on modern vm-run future

diff --git a/partclone.spec b/partclone.spec
index 5e8174a..a021984 100644
--- a/partclone.spec
+++ b/partclone.spec
@@ -61,6 +82,21 @@ echo '#define git_version "%version"' > src/version.h
 %makeinstall_std
 %find_lang %name
 
+%check
+%if_enabled checkfs
+cd tests
+vm-run make check ||
+for fname in *.log; do
+	if [ "$fname" != "test-suite.log" ]; then
+		echo "*** ${fname%%.log} results ***"
+		cat "$fname"
+		echo "******************************"
+		echo
+	fi
+done
+cd -
+%endif
+
 %files -f %name.lang
 %_sbindir/*
 %_man8dir/*

то можно переписать как-то так:

vm-run make check || {
	for fname in *.log; do
	       if [ "$fname" != "test-suite.log" ]; then
	               echo "*** ${fname%%.log} results ***"
	               cat "$fname"
	               echo "******************************"  
	               echo
	       fi
	done
	false
}


-- 
Best regards,
Ivan

  reply	other threads:[~2020-02-18  1:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-17  1:28 ` Leonid Krivoshein
2020-02-17  1:37   ` Dmitry V. Levin
2020-02-17 19:59     ` Leonid Krivoshein
2020-02-18  1:07     ` Leonid Krivoshein
2020-02-18  1:35       ` Ivan Zakharyaschev
2020-02-18  1:42         ` Ivan Zakharyaschev [this message]
2020-02-18  8:48         ` Leonid Krivoshein
2020-02-18 11:54           ` Andrey Savchenko
2020-02-18 22:33             ` Leonid Krivoshein
2020-02-18 22:38               ` Leonid Krivoshein
2020-02-19  4:34               ` Andrey Savchenko
2020-02-19  4:39                 ` Ivan A. Melnikov
2020-02-19  7:38                   ` Sergey V Turchin
2020-02-18 23:28         ` Leonid Krivoshein
2020-02-19 10:39           ` Ivan Zakharyaschev
2020-02-19 19:11             ` Leonid Krivoshein

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=alpine.LFD.2.20.2002180439090.6363@imap.altlinux.org \
    --to=imz@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=ldv@altlinux.org \
    /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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git