Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Multiple as-installed test suite failures under different circumstances with 5.1-test-1
- X-seq: zsh-workers 36459
- From: Axel Beckert <abe@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Multiple as-installed test suite failures under different circumstances with 5.1-test-1
- Date: Wed, 9 Sep 2015 16:10:27 +0200
- Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAAAAAC3mUtaAAAABGdBTUEAALGPC/xhBQAAADh0RVh0U29mdHdhcmUAWFYgVmVyc2lvbiAzLjEwYSAgUmV2OiAxMi8yOS85NCAoUE5HIHBhdGNoIDEuMindFS5JAAACGElEQVQ4jXXQMU8UYRDG8f8shNjdDH4AbpfGDjAWlKiJiZ0ajL1aGCvsNCbGaCGG1koLaztaTYz6ATy+gOyehYmF3MxVxgg3FnDsHcTpJr/M+8w7Rf6nCsaVTTDqxbg9hoOXmw83H71+Eyfg4E1d7/Z2fG9rGkZbTQiu+K+3U/C+76lmkvAhJuDndnoAiftou4V84okAGclop4U/jYACZDTxrYWP0gkxVfAm/W//GLZpxIzwIN0Hn8dw0B+IWkZmQmRsj2HfhwokEklHfNCCiQCRgAR7YyhQVRVTCKCzP4Y5zBBE0t0zY3Q8oQaBqqAMlVEcgVQd9706zGirAFium8HXumlMIeMwqQCInju+2+uB6MRENupdpMt8pRlHZyuAW0F+Mb6XSIVqtxjD+iVmVqqystLEzFTGT92YqRaXpNT5eTVjeJhbALPnrTxLUZUKZsgxcNm64hAOYisT/xhF+oKTGU5RegtC3Rt6eEDi/QnIevdTx9Md2EMmYBRmCQR1026FCGQQJJExsRUqgkMGaWSbwYLnoO4T6VgpbQbdELPMBAHWWrhYrcxXnYgAsatPWygkFCBD4K62MAsOTqA6szYRPpsu6e6Y8mPiVrBMNuGIMrgwBUu4p2DgG1Ownu6hpuTv7hScefHAzAC/yRRw5U5pALMbJ4AUALvHSZhxgHPXTsHcdWD1GadAHr9avP+c0wCr7263Df8ASLwXWHWs+KIAAAAHdElNRQfYBQEBODPr
- In-reply-to: <20150909110403.GH3721@sym.noone.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: DeuxChevaux.org -- The Citroën 2CV Database
- References: <20150908213644.GD3721@sym.noone.org> <CAH+w=7ZsMY4HSv-sPbLQj5U-yqRf3+-MAR63jdrtD=7HcF4AfQ@mail.gmail.com> <20150909092758.261695e2@pwslap01u.europe.root.pri> <20150909110403.GH3721@sym.noone.org>
Hi,
On Wed, Sep 09, 2015 at 01:04:04PM +0200, Axel Beckert wrote:
> > > This looks to me as if the wrong zsh binary is being executed for some of
> > > the tests. Are there two zsh packages installed?
> >
> > Yep, those tests are new, to cover recent changes to the shell.
> > I'm 99% convinced you're just testing an older version, else it
> > doesn't really make sense.
>
> Thanks for that hint. Will check the remainder of the log if e.g. an
> automated installation step failed and has been unrecognised.
Indeed, in the Jenkins job, at least in all cases in the past two
days, 5.1 was installed instead of 5.1-test-1. We're still
investigating why this happens (and why it didn't happen in the past).
We though had a test suite failure at _build_ time (i.e. "make test"
directly after the build) once and only once withing 5 build runs so
far, so it may be a kind of race condition:
Running test: SH_NULLCMD option
*** /tmp/zsh.ztst.err.3773 Wed Sep 9 13:06:16 2015
--- /tmp/zsh.ztst.terr.3773 Wed Sep 9 13:06:16 2015
***************
*** 0 ****
--- 1,2 ----
+ fn:echo:2: write error: broken pipe
+ fn:2: write error: inappropriate ioctl for device
Test ../../Test/E01options.ztst failed: error output differs from expected as shown above for:
print this is bar >bar
fn() {
local NULLCMD=cat READNULLCMD=cat
echo hello | >foo
cat foo
<bar
}
setopt shnullcmd
print option set
fn
unsetopt shnullcmd
print option unset
fn
rm -f foo bar
Was testing: SH_NULLCMD option
../../Test/E01options.ztst: test failed.
../../Test/E02xtrace.ztst: starting.
I wonder if that's another case of a missing "2>/dev/null" like we
fixed a few before 5.1?
Kind regards, Axel
--
/~\ Plain Text Ribbon Campaign | Axel Beckert
\ / Say No to HTML in E-Mail and News | abe@xxxxxxxxxxxxxxx (Mail)
X See http://www.nonhtmlmail.org/campaign.html | abe@xxxxxxxxx (Mail+Jabber)
/ \ I love long mails: http://email.is-not-s.ms/ | http://abe.noone.org/ (Web)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author