[CDTS] Disk I/O stress test fail due to returned non-zero value
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox Provider - Base |
Fix Released
|
High
|
Maciej Kisielewski |
Bug Description
[Summary]
Disk I/O stress test fail due to returned non-zero value.
Snap info:
Name Version Rev Tracking Publisher Notes
cdts 0.6 87 20.04/stable ce-certification-qa classic
checkbox20 1.20 428 latest/stable ce-certification-qa -
==== checkbox log ====
Testing disk sda
identified as a disk...
test will be run on partition /dev/sda1
/dev/sda1 already mounted at /mnt
953636.625MB of free space avaialble
Forcing memory setting to 8000MB
+ bonnie++ -d /mnt -u root -r 8000
Using uid:0, gid:0.
Writing a byte at a time...done
Writing intelligently.
Can't write block 524287.
Traceback (most recent call last):
File "/tmp/nest-
main()
File "/tmp/nest-
disk_
File "/tmp/nest-
run_
File "/tmp/nest-
sp.
File "/snap/
raise CalledProcessEr
subprocess.
==== error log for command ====
ubuntu@ubuntu:~$ bonnie++ -d /mnt -u root -r 8000
Can't set gid to 0.
ubuntu@ubuntu:~$ sudo cat /etc/group
root:x:0:
daemon:x:1:
[Steps to reproduce]
1.Boot into system
2.Run "disk/storage_
[Expected result]
Test case should finish without error.
[Actual result]
Test case fail due to some unexpected error.
[Failure rate]
100%
Related branches
- Devices Certification Bot: Needs Fixing
- Jonathan Cave (community): Approve
-
Diff: 26 lines (+8/-5)1 file modifiedbin/storage_test.py (+8/-5)
Changed in checkbox-ng: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in checkbox-ng: | |
assignee: | nobody → Jonathan Cave (jocave) |
affects: | checkbox-ng → plainbox-provider-checkbox |
Changed in plainbox-provider-checkbox: | |
status: | Confirmed → In Progress |
assignee: | Jonathan Cave (jocave) → Maciej Kisielewski (kissiel) |
Changed in plainbox-provider-checkbox: | |
milestone: | none → 0.59.0 |
status: | In Progress → Fix Committed |
Changed in plainbox-provider-checkbox: | |
milestone: | 0.59.0 → 0.60.0 |
Changed in plainbox-provider-checkbox: | |
status: | Confirmed → Fix Released |
tags: | added: cbox-8 |
I double check this issue with Rick and found the root cause is the disk format is "vfat".
So I still can seen this issue if the disk type is "vfat" with plainbox- provider- check v0.59.0.