Actions
Bug #55374
closedqa/cephfs: omit_sudo not set to True crashes the xfstests-dev tests
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Tags (freeform):
Merge Commit:
Fixed In:
v17.0.0-12180-g153634f1dea
Released In:
v18.2.0~2216
Upkeep Timestamp:
2025-07-13T22:40:34+00:00
Description
When tests are run from xfstests-dev (like this check generic/099) sudo must be used, otherwise tests won't run. Currently, test_acls.py does prepend sudo to the command but doesn't set omit_sudo to False for that command. This makes vstart_runner.py delete that sudo and thus test crashes locally unnecessarily.
Updated by Venky Shankar almost 4 years ago
- Status changed from Fix Under Review to Resolved
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 153634f1deab00f7a661e9bf71cf785b456ab71a
- Fixed In set to v17.0.0-12180-g153634f1dea
- Released In set to v18.2.0~2216
- Upkeep Timestamp set to 2025-07-13T22:40:34+00:00
Actions