public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "'MOESSBAUER, Felix' via isar-users" <isar-users@googlegroups.com>
To: "amikan@ilbers.de" <amikan@ilbers.de>,
	"isar-users@googlegroups.com" <isar-users@googlegroups.com>
Cc: "Hombourger, Cedric" <cedric.hombourger@siemens.com>,
	"Ismagulov, Baurzhan" <baurzhan.ismagulov.ext@siemens.com>
Subject: Re: [PATCH v2 00/17] Various improvements to the testsuite
Date: Wed, 7 Jan 2026 13:55:12 +0000	[thread overview]
Message-ID: <13578c7e00b150b98aa1de73fee4d055c9a23896.camel@siemens.com> (raw)
In-Reply-To: <6344043d-7b82-441e-a57c-21fcbb149b73@ilbers.de>

On Wed, 2026-01-07 at 15:48 +0200, Anton Mikanovich wrote:
> 07/01/2026 15:13, MOESSBAUER, Felix wrote:
> > Ok, but which issues exactly remain? In v2,p3 ("testsuite: make
> > prebuilt container a feature test") the dependency between the prebuilt
> > containers and the VM tests testing these have been resolved. In
> > addition, missing VM tests (where the whole image is missing) are
> > skipped now (p17).
> > 
> > Felix
> > 
> Issues I've originally reported are still there.
> 
> Your approach is not working because for 
> test_amd64_bookworm_prebuilt_containers
> test case execution it will reuse QEMU machine already started in
> test_amd64_bookworm test case (because of keep=True option in it, this is
> startvm tests speedup optimization). And there were no prebuilt-img packages
> installed in that image.

This is a suboptimal test design. We can only test things we have, and
we should also strictly model it like that. Unfortunately we can't
model inter-test dependencies in avocado (at least I did not find a way
to express "run this test before another one"). Performance
optimization must not be an excuse here. I know performance is an
issue, but we need to work on the root cause.

> Did you try to run full CI?

Unfortunately I can't, because I don't have a system powerful enough to
execute the full testsuite (which also allows nested virtualization).

> 
> Moreover I'm against adding building step inside startvm test cases in 
> general.

Then we need to switch to another test framework to be able to express
inter test dependencies.

Felix

-- 
Siemens AG
Linux Expert Center
Friedrich-Ludwig-Bauer-Str. 3
85748 Garching, Germany

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/13578c7e00b150b98aa1de73fee4d055c9a23896.camel%40siemens.com.

  reply	other threads:[~2026-01-07 13:55 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-19 13:19 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 01/17] testsuite: move targets with custom kernel to separate test 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 02/17] testsuite: enable ccache on kernel tests 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 03/17] testsuite: make prebuilt container a feature test 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 04/17] testsuite: make compat test standalone test 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 05/17] testsuite: handle IMAGE_INSTALL solely in cibuilder.py 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 06/17] testsuite: limit cross_debsrc test to subset of packages 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 07/17] testsuite: forward SSTATE_MIRRORS into CI env on sstate 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 08/17] ci: add support for sstate cache 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 09/17] testsuite: make test_cross_deps more specific 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 10/17] testsuite: fix typo in log message in perform_signature_lint 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 11/17] testsuite: fix SignatureTest by avoiding absolute path in bblayers 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 12/17] testsuite: use more recent distros in SignatureTest 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 13/17] testsuite: make SignatureTest idempotent 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 14/17] testsuite: add rootfs target for rootfs only tests 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 15/17] testsuite: refactor sbom tests to avoid overhead 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 16/17] testsuite: make sbuild-flavor test standalone 'Felix Moessbauer' via isar-users
2025-12-19 13:19 ` [PATCH v2 17/17] testsuite: skip VM tests if images are not available 'Felix Moessbauer' via isar-users
2026-01-07 11:59 ` [PATCH v2 00/17] Various improvements to the testsuite 'MOESSBAUER, Felix' via isar-users
2026-01-07 12:33   ` Anton Mikanovich
2026-01-07 13:13     ` 'MOESSBAUER, Felix' via isar-users
2026-01-07 13:48       ` Anton Mikanovich
2026-01-07 13:55         ` 'MOESSBAUER, Felix' via isar-users [this message]
2026-01-07 14:09           ` Baurzhan Ismagulov
2026-01-07 15:03           ` Anton Mikanovich
2026-01-08 14:37       ` Anton Mikanovich
2026-01-09 15:25         ` Anton Mikanovich

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=13578c7e00b150b98aa1de73fee4d055c9a23896.camel@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=amikan@ilbers.de \
    --cc=baurzhan.ismagulov.ext@siemens.com \
    --cc=cedric.hombourger@siemens.com \
    --cc=felix.moessbauer@siemens.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox