Comment 5 for bug 1003726

Revision history for this message
Yongqin Liu (liuyq0307) wrote : Re: [Bug 1003726] Re: All tests listed in LAVA_TEST_PLAN are not attempted

Sorry, still want to know the job url and see the details.

Normally, LAVA will try to run the next test after the previous test failed
even the android image is restarted.
Like the job url mentioned above,
http://validation.linaro.org/lava-server/scheduler/job/20439
Lava had tried to run the test of skia, but it failed because the android
image screen seems not been started correctly.
Like the following log message in the log:

root@linaro: <LAVA_DISPATCHER>2012-05-24 04:28:06 PM WARNING: [ACTION-E]
lava_android_test_run is finished with error (The home screen has not
displayed).
<LAVA_DISPATCHER>2012-05-24 04:28:06 PM INFO: [ACTION-B]
lava_android_test_run is started with {u'test_name': u'skia'}
/srv/lava/instances/production/bin/lava-android-test
Lava failed at action lava_android_test_run with error: The home screen has
not displayed
Traceback (most recent call last):
  File
"/srv/lava/instances/production/local/lib/python2.7/site-packages/lava_dispatcher/job.py",
line 158, in run
    action.run(**params)
  File
"/srv/lava/instances/production/lib/python2.7/site-packages/lava_dispatcher/actions/lava-android-test.py",
line 58, in run
    with self.client.android_tester_session() as session:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File
"/srv/lava/instances/production/local/lib/python2.7/site-packages/lava_dispatcher/client/base.py",
line 353, in android_tester_session
    session.wait_home_screen()
  File
"/srv/lava/instances/production/local/lib/python2.7/site-packages/lava_dispatcher/client/base.py",
line 242, in wait_home_screen
    raise GeneralError('The home screen has not displayed')
GeneralError: The home screen has not displayed

Thanks,
Yongqin Liu

On 5 June 2012 00:20, Zach Pfeffer <email address hidden> wrote:

> Just to clarify, Andy and I had talked about this issue when I went
> looking for CTS results. When I looked at a few LAVA runs I saw it
> execute this test list:
>
> LAVA_TEST_PLAN="busybox,0xbench,glmark2,skia,v8,mmtest,cts,monkey"
>
> ...but it would fail on glmark2 and not attempt skia. This bug was meant
> to track this issue since I think the build should restart the test list
> on the test after the one that caused it to crash.
>
> --
> You received this bug notification because you are a member of Linaro
> Validation Team, which is subscribed to LAVA Android Test.
> https://bugs.launchpad.net/bugs/1003726
>
> Title:
> All tests listed in LAVA_TEST_PLAN are not attempted
>
> Status in Lava Android Test Runner:
> New
> Status in Linaro Android:
> New
>
> Bug description:
> A typical build will list the following tests:
>
> LAVA_TEST_PLAN="busybox,0xbench,glmark2,skia,v8,mmtest,cts,monkey"
>
> ...but if one of the tests crashes, LAVA will not reboot and attempt
> the other tests. It should do this.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/lava-android-test/+bug/1003726/+subscriptions
>