[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 04/35] Bump avocado to 103.0
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v4 04/35] Bump avocado to 103.0 |
Date: |
Thu, 29 Aug 2024 10:45:09 +0100 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Wed, Aug 21, 2024 at 12:34:45PM +0200, Philippe Mathieu-Daudé wrote:
> On 21/8/24 10:27, Thomas Huth wrote:
> > From: Cleber Rosa <crosa@redhat.com>
> >
> > This bumps Avocado to latest the LTS release.
> >
> > An LTS release is one that can receive bugfixes and guarantees
> > stability for a much longer period and has incremental minor releases
> > made.
> >
> > Even though the 103.0 LTS release is pretty a rewrite of Avocado when
> > compared to 88.1, the behavior of all existing tests under
> > tests/avocado has been extensively tested no regression in behavior
> > was found.
> >
> > To keep behavior of jobs as close as possible with previous version,
> > this version bump keeps the execution serial (maximum of one task at a
> > time being run).
> >
> > Reference:
> > https://avocado-framework.readthedocs.io/en/103.0/releases/lts/103_0.html
> > Signed-off-by: Cleber Rosa <crosa@redhat.com>
> > Tested-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> > Message-ID: <20240806173119.582857-2-crosa@redhat.com>
> > Signed-off-by: Thomas Huth <thuth@redhat.com>
> > ---
> > pythondeps.toml | 2 +-
> > tests/Makefile.include | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
>
> I suppose we now need an ultra wide monitor and set the terminal
> COLUMNS to a value >= 512 to not make sense of the spaghetti console
> now (my laptop terminal is 48x150 full screen, I might need new
> eyes). (Compare with commit 44055caaa5 description). See for example
> some lines are 267 columns wide:
>
> $ make check-avocado AVOCADO_TAGS='machine:ppce500 machine:mpc8544ds'
snip
> Anyway I don't mind much and don't ask/expect anyone to fix that.
Hopefully this will just be a temporary downside, if eventually get all
tests converted to the new functional test framework.
>
> On macOS:
> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v4 00/35] Convert avocado tests to normal Python unittests, Thomas Huth, 2024/08/21
- [PATCH v4 01/35] tests/avocado: machine aarch64: standardize location and RO access, Thomas Huth, 2024/08/21
- [PATCH v4 02/35] tests/avocado/boot_xen.py: fetch kernel during test setUp(), Thomas Huth, 2024/08/21
- [PATCH v4 03/35] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image, Thomas Huth, 2024/08/21
- [PATCH v4 04/35] Bump avocado to 103.0, Thomas Huth, 2024/08/21
- [PATCH v4 06/35] tests/avocado/boot_linux_console: Remove the s390x subtest, Thomas Huth, 2024/08/21
- [PATCH v4 05/35] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py, Thomas Huth, 2024/08/21
- [PATCH v4 07/35] python: Install pycotap in our venv if necessary, Thomas Huth, 2024/08/21
- [PATCH v4 08/35] tests/functional: Add base classes for the upcoming pytest-based tests, Thomas Huth, 2024/08/21
- [PATCH v4 09/35] tests/functional: Set up logging, Thomas Huth, 2024/08/21