mbox

[PULL,0/3] Functional test fixes for v9.2.0-rc3

Message ID 20241202135640.80528-1-thuth@redhat.com (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2024-12-02

Message

Thomas Huth Dec. 2, 2024, 1:56 p.m. UTC
Hi Peter!

The following changes since commit 72b88908d12ee9347d13539c7dd9a252625158d1:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-11-29 10:09:05 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-12-02

for you to fetch changes up to 92ee59bf56ba42954166e56ab112afe10f3c7556:

  tests/functional: increase timeouts for arm sx1 test (2024-12-02 14:53:40 +0100)

----------------------------------------------------------------
* Fix timeouts in arm-sx1 test
* Check for the "pc" machine in the virtio_version and acpi-bits tests

----------------------------------------------------------------
Daniel P. Berrangé (1):
      tests/functional: increase timeouts for arm sx1 test

Thomas Huth (2):
      tests/functional/test_acpi_bits: Turn the test into a QemuSystemTest
      tests/functional/test_virtio_version: Check for the availability of the machine

 tests/functional/test_acpi_bits.py      | 9 +++++----
 tests/functional/test_arm_sx1.py        | 6 +++---
 tests/functional/test_virtio_version.py | 2 ++
 3 files changed, 10 insertions(+), 7 deletions(-)

Comments

Peter Maydell Dec. 2, 2024, 5:56 p.m. UTC | #1
On Mon, 2 Dec 2024 at 13:56, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit 72b88908d12ee9347d13539c7dd9a252625158d1:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-11-29 10:09:05 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2024-12-02
>
> for you to fetch changes up to 92ee59bf56ba42954166e56ab112afe10f3c7556:
>
>   tests/functional: increase timeouts for arm sx1 test (2024-12-02 14:53:40 +0100)
>
> ----------------------------------------------------------------
> * Fix timeouts in arm-sx1 test
> * Check for the "pc" machine in the virtio_version and acpi-bits tests
>
> ----------------------------------------------------------------

Applied to target-arm.next, thanks.

PS: armbian.com is returning 418 again -- maybe we should
skip that test for now?
https://gitlab.com/qemu-project/qemu/-/jobs/8522343823

thanks
-- PMM
Thomas Huth Dec. 3, 2024, 6:34 a.m. UTC | #2
On 02/12/2024 18.56, Peter Maydell wrote:
> On Mon, 2 Dec 2024 at 13:56, Thomas Huth <thuth@redhat.com> wrote:
>>
>>   Hi Peter!
>>
>> The following changes since commit 72b88908d12ee9347d13539c7dd9a252625158d1:
>>
>>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-11-29 10:09:05 +0000)
>>
>> are available in the Git repository at:
>>
>>    https://gitlab.com/thuth/qemu.git tags/pull-request-2024-12-02
>>
>> for you to fetch changes up to 92ee59bf56ba42954166e56ab112afe10f3c7556:
>>
>>    tests/functional: increase timeouts for arm sx1 test (2024-12-02 14:53:40 +0100)
>>
>> ----------------------------------------------------------------
>> * Fix timeouts in arm-sx1 test
>> * Check for the "pc" machine in the virtio_version and acpi-bits tests
>>
>> ----------------------------------------------------------------
> 
> Applied to target-arm.next, thanks.
> 
> PS: armbian.com is returning 418 again -- maybe we should
> skip that test for now?
> https://gitlab.com/qemu-project/qemu/-/jobs/8522343823

HTTP code 418 is "I'm a teapot" ... whaaat? Why is the server using this 
status code?

Anyway, we likely really need some logic that simply skips the test for such 
status codes, and only fails if you get a clean 404 error. I'll try to find 
some spare time for creating such a patch (not today, sorry), but if anybody 
wants to beat me to it, be my guest!

  Thomas