Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

several tests interrupted after 4 hours run #1606

Open
vpelcak opened this issue Dec 18, 2018 · 1 comment
Open

several tests interrupted after 4 hours run #1606

vpelcak opened this issue Dec 18, 2018 · 1 comment

Comments

@vpelcak
Copy link

vpelcak commented Dec 18, 2018

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

@vivianQizhu
Copy link
Contributor

Regarding the first issue, expected_speed_image1 is too small, I remember that we are considering remove the case or extend the speed. @ngu-niny Do we have any conclusion on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants