Bug 1720993
| Summary: | tests/features/subdir-mount.t is failing for brick_mux regrssion | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Mohit Agrawal <moagrawa> | |
| Component: | tests | Assignee: | Mohit Agrawal <moagrawa> | |
| Status: | CLOSED NEXTRELEASE | QA Contact: | ||
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | mainline | CC: | bugs | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1726327 (view as bug list) | Environment: | ||
| Last Closed: | 2019-06-17 11:40:35 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1726327 | |||
|
Description
Mohit Agrawal
2019-06-17 05:18:47 UTC
test case .t is failing at the time of executing stat command just after an add-brick command executed by test case. After add-brick glusterd executes hook-script S13create-subdir-mounts.sh for healing of the directories those are expected to be present. The hook script executed by glusterd asynchronously so if somehow script is not executed at the time of running stat in .t , stat is failed. To avoid the error check in logs just after add-brick and wait to run hook-script. REVIEW: https://review.gluster.org/22877 (tests: subdir-mount.t is failing for brick_mux regrssion) posted (#1) for review on master by MOHIT AGRAWAL REVIEW: https://review.gluster.org/22877 (tests: subdir-mount.t is failing for brick_mux regrssion) merged (#2) on master by MOHIT AGRAWAL |