public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
From: Stefano Brivio <sbrivio@redhat.com>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: passt-dev@passt.top
Subject: Re: [PATCH] test: Make handling of shell prompts with escapes a little more reliable
Date: Mon, 4 Dec 2023 10:54:33 +0100	[thread overview]
Message-ID: <20231204105433.2a4df0d2@elisabeth> (raw)
In-Reply-To: <20231123015253.1692422-1-david@gibson.dropbear.id.au>

On Thu, 23 Nov 2023 12:52:53 +1100
David Gibson <david@gibson.dropbear.id.au> wrote:

> When using the old-style "pane" methods of executing commands during the
> tests, we need to scan the shell output for prompts in order to tell when
> commands have finished.  This is inherently unreliable because commands
> could output things that look like prompts, and prompts might not look like
> we expect them to.  The only way to really fix this is to use a better way
> of dispatching commands, like the newer "context" system.
> 
> However, it's awkward to convert everything to "context" right at the
> moment, so we're still relying on some tests that do work most of the time.
> It is, however, particularly sensitive to fancy coloured prompts using
> escape sequences.  Currently we try to handle this by stripping actual
> ESC characters with tr, then looking for some common variants.
> 
> We can do a bit better: instead strip all escape sequences using sed before
> looking for our prompt.  Or, at least, any one using [a-zA-Z] as the
> terminating character. Strictly speaking ANSI escapes can be terminated by
> any character in 0x40..0x7e, which isn't easily expressed in a regexp.
> This should capture all common ones, though.
> 
> With this transformation we can simplify the list of patterns we then look
> for as a prompt, removing some redundant variants.
> 
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

I didn't forget about this one, but I had unrelated test failures which
I wasn't sure about. This is actually fine though. Applying soon.

-- 
Stefano


  reply	other threads:[~2023-12-04  9:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-23  1:52 [PATCH] test: Make handling of shell prompts with escapes a little more reliable David Gibson
2023-12-04  9:54 ` Stefano Brivio [this message]
2023-12-07  1:09   ` David Gibson
2023-12-07  6:26     ` Stefano Brivio

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=20231204105433.2a4df0d2@elisabeth \
    --to=sbrivio@redhat.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=passt-dev@passt.top \
    /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.
Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

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 IMAP folder(s).