Skip to content

several tests interrupted after 4 hours run #1606

Open
@vpelcak

Description

@vpelcak

When running tests, I encountered several tests that were interrupted.

I also looked at configs and found suspicious values which have too long timeout that causes test to be interrupted instead of finishing. Either timeout of tests should be increased or waiting times should be decreased.

type_specific.io-github-autotest-qemu.block_stream.simple_test.reset_speed.min_speed.default: INTERRUPTED (14401.05 s)

qemu/tests/cfg/block_stream.cfg

variants:
    - simple_test:
        type = block_stream_simple
        variants:
            - start_stream:
                 type = block_stream
            - set_speed:
                 default_speed_image1 = 10M
                 after_finished = "reboot verify_alive"
            - reset_speed:
                 default_speed_image1 = 1M
                 when_streaming = "set_speed"
                 max_speed_image1 = 10M
                 after_finished = "reboot verify_alive"
                 variants:
                     - max_speed:
                         expected_speed_image1 = 10485760
                     - min_speed:
                         wait_timeout = 30000
                         expected_speed_image1 = 10

    - with_stop_cont:
       type = block_stream_simple
       when_streaming = "stop resume stop resume stop resume"
       after_finished = "reboot verify_alive"
    - with_installation:
        type = block_stream_installation
        wait_timeout = 36000

type_specific.io-github-autotest-qemu.ping_kill_test: INTERRUPTED (14401.35 s)

qemu/tests/cfg/ping_kill_test.cfg
ping_timeout = 21600

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions