Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: W02jobs.ztst hangs with zsh 5.6.1
- X-seq: zsh-workers 43426
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: İsmail Dönmez <ismail@xxxxxxxx>
- Subject: Re: W02jobs.ztst hangs with zsh 5.6.1
- Date: Mon, 10 Sep 2018 13:46:39 +0100 (BST)
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ntlworld.com; s=meg.feb2017; t=1536583599; bh=Zplw94eAqk9KJHd6WlWtJ/qR5WGc+Wnc+BogH5Ygf1g=; h=Date:From:To:Cc:In-Reply-To:References:Subject; b=xRcYwCC3ERfV49qU3FvBxiG3y8A0MqU0dw7VwYB7ZKqlU+0XyMteBPqSNfe5zk1Mt /VT58qZ5GAne5Z/EK2QqOFFKEvNomlNwTkz9MDU8K13R5XNS2UZ81hUqvVMB1ZbmbJ fOHc+/s1lFhwv03XINm2RjtXixZImv7dPr+wnfM3ImDGh+Gl9Zj9kS6M0D7cwv1uUj okkKgb1zL2BPQgH6LYcfYzgV4qFXgVtx9ArBnWLmL0blnMMDXfZlJGj9cR2Gf8EKST r6EH15DTATv07BjoAAkbP3fxOTuhDvvZvM0Jwk/YR8SAvD6gWNx5YdI6TbRka/N7Rg bmbG/A+ePDUFg==
- Importance: Medium
- In-reply-to: <CAMAzfThesK53c-qPEe39THJx=3k4MGx23Wwn84cg1V20J9uvjw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20180910102119epcas5p384cea9ba5749eb81be99c4f4d85a954e@epcas5p3.samsung.com> <CAMAzfThq_tGTSHPgXTfZ9y7Kjo6LJERAA-gx72UPy4jfYuySZw@mail.gmail.com> <20180910103226eucas1p2c84a98abec87724d039d0f14a33c3d28~TA1GZtpYp3066130661eucas1p2z@eucas1p2.samsung.com> <CAMAzfThnh_rVT_f9ccSvYoqCLhhT8z1sdm9vpBKP+TM+X5YmCw@mail.gmail.com> <524677991.1156882.1536578389106@mail2.virginmedia.com> <CAMAzfThesK53c-qPEe39THJx=3k4MGx23Wwn84cg1V20J9uvjw@mail.gmail.com>
> On 10 September 2018 at 12:32 İsmail Dönmez <ismail@xxxxxxxx> wrote:
> Inded that doesn't fail when I manually run it. I put the W02 under a
> loop to see if I can get it to fail more but surprisingly it failed
> elsewhere:
>
> Running test: suspended job with check_jobs + check_running_jobs
> ZTST_test: expecting status: 0
> Input: /tmp/zsh.ztst.8136/ztst.in, output:
> /tmp/zsh.ztst.8136/ztst.out, error: /tmp/zsh.ztst.8136/ztst.terr
>
> So indeed this could be a zpty problem in the end.
Thanks for that.
I'll disable the tests that attempt to test suspended jobs and see where that
gets us.
diff --git a/Test/W02jobs.ztst b/Test/W02jobs.ztst
index 1e7ac76..fe12f97 100644
--- a/Test/W02jobs.ztst
+++ b/Test/W02jobs.ztst
@@ -85,27 +85,29 @@
*>zsh:*running jobs*
*>zsh:*SIGHUPed*
- zpty_start
- zpty_input 'setopt check_jobs no_check_running_jobs'
- zpty_input 'sleep 3'
- sleep 0.1
- zpty_input $'\C-z'
- zpty_stop
-0:suspended job with check_jobs + no_check_running_jobs
-*>zsh:*(stopped|suspended)*sleep*
-*>zsh:*(stopped|suspended) jobs*
-# no 'SIGHUPed' message for suspended jobs
-
- zpty_start
- zpty_input 'setopt check_jobs check_running_jobs'
- zpty_input 'sleep 3'
- sleep 0.1
- zpty_input $'\C-z'
- zpty_stop
-0:suspended job with check_jobs + check_running_jobs
-*>zsh:*(stopped|suspended)*sleep*
-*>zsh:*(stopped|suspended) jobs*
-# no 'SIGHUPed' message for suspended jobs
+#### Races presumed to be associated with zpty mean that
+#### tests involving suspending jobs are not safe.
+## zpty_start
+## zpty_input 'setopt check_jobs no_check_running_jobs'
+## zpty_input 'sleep 3'
+## sleep 0.1
+## zpty_input $'\C-z'
+## zpty_stop
+## 0:suspended job with check_jobs + no_check_running_jobs
+## *>zsh:*(stopped|suspended)*sleep*
+## *>zsh:*(stopped|suspended) jobs*
+## # no 'SIGHUPed' message for suspended jobs
+##
+## zpty_start
+## zpty_input 'setopt check_jobs check_running_jobs'
+## zpty_input 'sleep 3'
+## sleep 0.1
+## zpty_input $'\C-z'
+## zpty_stop
+## 0:suspended job with check_jobs + check_running_jobs
+## *>zsh:*(stopped|suspended)*sleep*
+## *>zsh:*(stopped|suspended) jobs*
+## # no 'SIGHUPed' message for suspended jobs
zpty_start
zpty_input 'sleep 5 & sleep 4 & sleep 3 &'
@@ -153,19 +155,19 @@
*>-
*>zsh:*SIGHUPed*
- zpty_start
- zpty_input 'sleep 5'
- sleep 0.1
- zpty_input $'\C-z'
- zpty_input 'jobs -r'
- zpty_input 'print -- -'
- zpty_input 'jobs -s'
- zpty_stop
-0:`jobs -r` and `jobs -s` with suspended job
-*>zsh:*(stopped|suspended)*sleep*
-*>-
-*>\[1] + (stopped|suspended)*sleep*
-# no 'SIGHUPed' message for suspended jobs
+## zpty_start
+## zpty_input 'sleep 5'
+## sleep 0.1
+## zpty_input $'\C-z'
+## zpty_input 'jobs -r'
+## zpty_input 'print -- -'
+## zpty_input 'jobs -s'
+## zpty_stop
+## 0:`jobs -r` and `jobs -s` with suspended job
+## *>zsh:*(stopped|suspended)*sleep*
+## *>-
+## *>\[1] + (stopped|suspended)*sleep*
+## # no 'SIGHUPed' message for suspended jobs
zpty_start
zpty_input 'sleep 10 & sleep 9 & sleep 8 & sleep 7 &'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author