Issue metadata
Sign in to add a comment
|
moblab: setting test_length fails in some test configuration |
||||||||||||||||||||||||
Issue description
Test hardware_StorageQualTrimStress.suspend fails.
It is a server test that triggers 2 client test in parallel:
args = []
job.add_repository(['http://192.168.231.1:8080/static/candy-release/R50-7978.30.0/autotest/packages'])
job.parallel(
[lambda: job.run_test('power_SuspendStress', tag='disk',
duration=1800, init_delay=10, min_suspend=7, min_resume=30,
interface='eth0')],
[lambda: job.run_test('hardware_TrimIntegrity', test_length=1800,
disable_sysinfo=True,
tag='qual_trim')])
The problem is with hardware_TrimIntegrity: the first iteration ends after 1500s, but lauching the second iteration failed:
...
03/29 08:15:25.106 DEBUG| test:0437| Executing iteration 2, time_elapsed 1355 s
...
03/29 08:26:32.783 WARNI| test:0602| Autotest caught exception when running test:
...
TestError: hardware_StorageFio.before_trim already exists; multiple tests cannot run with the same subdirectory
The problem is the test subdirectory are not prefixed with __xx__ as I say when I add test_length on standalone test.
,
Apr 9 2016
What's the control.srv looks like in the test result folder. Each job.run_test call for the same test should use different `tag` value inside a test job. The value of tag will be appended to the test name to be used as result folder name.
,
Apr 9 2016
Moblab user is using an older version. I fixed the issue in the test itself. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by gwendal@chromium.org
, Apr 9 2016Labels: OS-Chrome