ubuntu_fs_fio_perf failed due to hardware limitation

Bug #1909451 reported by Po-Hsu Lin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-kernel-tests
New
Undecided
Sean Feole

Bug Description

This test was recently added as part of "Kill KT" process (the test white list changed)

Test failed with:
        12/21 10:01:21 ERROR| test:0414| Exception escaping from test:
        Traceback (most recent call last):
        File "/home/ubuntu/autotest/client/shared/test.py", line 378, in _exec
        _cherry_pick_call(self.initialize, *args, **dargs)
        File "/home/ubuntu/autotest/client/shared/test.py", line 738, in _cherry_pick_call
        return func(*p_args, **p_dargs)
        File "/home/ubuntu/autotest/client/tests/ubuntu_fs_fio_perf/ubuntu_fs_fio_perf.py", line 103, in initialize
        raise error.TestError("ERROR: No device specified")
        NameError: global name 'error' is not defined

Po-Hsu Lin (cypressyew)
tags: added: 4.15 bionic kqa-blocker sru-20201130 ubuntu-fs-fio-perf
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Even with this NameError fixed [1], this test is still failing with "ERROR: No device specified", further investigation is needed.

[1] https://kernel.ubuntu.com/git/ubuntu/autotest-client-tests.git/commit/?id=c381421b78655534941d8329b5246a31744bf9c4

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Checked the source code, this test is specific to node "ivysaur":

    def initialize(self):
        self.valid_clients = ['ivysaur']
        self.hostname = os.uname()[1]
        if self.hostname == 'ivysaur':
            self.dev = '/dev/sdb'
        else:
            raise error.TestError("ERROR: No device specified")
        self.fio_tests_dir = os.path.join(self.srcdir, 'fs-test-proto', 'fio-tests')

Maybe it can be started on any other node with /deb/sdb present?

Po-Hsu Lin (cypressyew)
summary: - ubuntu_fs_fio_perf failed on KVM kernels
+ ubuntu_fs_fio_perf failed due to hardware limitation
Sean Feole (sfeole)
Changed in ubuntu-kernel-tests:
assignee: nobody → Sean Feole (sfeole)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.