Bug 9083 - LTP 20240129测试集测试过程中存在mkfs、ioctl问题
Summary: LTP 20240129测试集测试过程中存在mkfs、ioctl问题
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Others (show other bugs) Others
Version: 8.9
Hardware: x86_64 Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Jacob
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-20 16:54 UTC by 纪老师
Modified: 2024-05-20 16:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 纪老师 2024-05-20 16:54:51 UTC
Description of problem:

失败用例集中在mm、syscalls等分类下,并且存在反复测试输出结果不一致的问题,概率性失败。

成功日志:
tst_test.c:1669: TINFO: === Testing on vfat ===
tst_test.c:1118: TINFO: Formatting /dev/loop1 with vfat opts='' extra opts=''
tst_test.c:1132: TINFO: Mounting /dev/loop1 to /tmp/ltp-wc5ESfcq0H/LTP_fan9ovxiO/mntpoint fstyp=vfat flags=0
fanotify15.c:87: TINFO: Test #0: FAN_REPORT_FID on filesystem including FAN_DELETE_SELF
失败日志:
tst_test.c:1669: TINFO: === Testing on vfat ===
tst_test.c:1118: TINFO: Formatting /dev/loop1 with vfat opts='' extra opts=''
mkfs.vfat: unable to open /dev/loop1: Device or resource busy
tst_test.c:1118: TBROK: mkfs.vfat failed with exit code 1
失败日志:
tst_device.c:264: TWARN: ioctl(/dev/loop1, LOOP_CLR_FD, 0) no ENXIO for too long
失败日志:
tst_test.c:1669: TINFO: === Testing on ext3 ===
tst_test.c:1118: TINFO: Formatting /dev/loop4 with ext3 opts='' extra opts=''
mke2fs 1.46.0 (29-Jan-2020)
/dev/loop4 已经挂载; 取消建立 文件系统 !
tst_test.c:1118: TBROK: mkfs.ext3 failed with exit code 1
tst_device.c:264: TWARN: ioctl(/dev/loop4, LOOP_CLR_FD, 0) no ENXIO for too long


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: