mbox series

[0/2] Acceptance Tests: clean up of temporary dirs and MAINTAINERS entry

Message ID 20210803193447.3946219-1-crosa@redhat.com
Headers show
Series Acceptance Tests: clean up of temporary dirs and MAINTAINERS entry | expand

Message

Cleber Rosa Aug. 3, 2021, 7:34 p.m. UTC
This is a reply to an issue[1] reported by Peter, and while at it, an
update of the MAINTAINERS entry so other people now the status and
where to go for help with regards to the acceptance tests'
infrastructure.

[1] https://lists.gnu.org/archive/html/qemu-devel/2021-08/msg00349.html

Cleber Rosa (2):
  Acceptance Tests: add standard clean up at test tearDown()
  Acceptance Tests: updates to the MAINTAINERS file

 MAINTAINERS                               | 6 +++---
 tests/acceptance/avocado_qemu/__init__.py | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Comments

Peter Maydell Sept. 20, 2021, 1:58 p.m. UTC | #1
On Tue, 3 Aug 2021 at 20:35, Cleber Rosa <crosa@redhat.com> wrote:
>
> This is a reply to an issue[1] reported by Peter, and while at it, an
> update of the MAINTAINERS entry so other people now the status and
> where to go for help with regards to the acceptance tests'
> infrastructure.
>
> [1] https://lists.gnu.org/archive/html/qemu-devel/2021-08/msg00349.html

Ping? I was reminded of this today, and it looks like
the acceptance tests are still wasting gigabytes of
everybody's disk space with non-cleaned-up tempfiles...

-- PMM
Willian Rampazzo Sept. 20, 2021, 3:40 p.m. UTC | #2
On Mon, Sep 20, 2021 at 10:59 AM Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Tue, 3 Aug 2021 at 20:35, Cleber Rosa <crosa@redhat.com> wrote:
> >
> > This is a reply to an issue[1] reported by Peter, and while at it, an
> > update of the MAINTAINERS entry so other people now the status and
> > where to go for help with regards to the acceptance tests'
> > infrastructure.
> >
> > [1] https://lists.gnu.org/archive/html/qemu-devel/2021-08/msg00349.html
>
> Ping? I was reminded of this today, and it looks like
> the acceptance tests are still wasting gigabytes of
> everybody's disk space with non-cleaned-up tempfiles...

Cleber will be out until next Wed. I took the bug fix patch and
changed it based on Wainer's comment:

https://lists.gnu.org/archive/html/qemu-devel/2021-09/msg05117.html

>
> -- PMM
>