Bug 1375440

Summary: cleanup script unexpectedly called during smoke tests
Product: [Community] GlusterFS Reporter: Milind Changire <mchangir>
Component: project-infrastructureAssignee: bugs <bugs>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra, nigelb
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: Environment:
Last Closed: 2016-09-13 07:11:46 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:

Description Milind Changire 2016-09-13 07:04:21 UTC
Job URL for reference: https://build.gluster.org/job/smoke/30578/console

Comment 1 Nigel Babu 2016-09-13 07:11:46 UTC
This was because the bash script had `set -e` and cleanup is called before the test starts. Since the log wouldn't exist, it would fail. The fix was adding an `rm -rf`. See: https://github.com/gluster/glusterfs-patch-acceptance-tests/commit/fc1fdb39c37b2a19c1c6f201a49646c82facb919

Fix committed and deployed to all servers.