Issue #14600 has been updated by Moses Mendoza.

Status changed from Merged - Pending Release to Closed
Target version set to 2.7.19

Released in 2.7.19rc1.
----------------------------------------
Bug #14600: file integration specs should remove all temporary files
https://projects.puppetlabs.com/issues/14600#change-68162

Author: Stefan Schulte
Status: Closed
Priority: Normal
Assignee: 
Category: testing
Target version: 2.7.19
Affected Puppet version: 
Keywords: 
Branch: https://github.com/puppetlabs/puppet/pull/869


The file integration test creates files in `/tmp` but does not clean them all 
after the run

before the run
<pre>
% ls -lad /tmp/file*
zsh: no matches found: /tmp/file*
</pre>

a successfull run
<pre>
% rspec spec/integration/type/file_spec.rb
54 examples, 0 failures, 6 pending
</pre>

after the run
<pre>
% ls -1ad /tmp/file*
/tmp/file_testing20120521-6882-1jk7l9t.bak
/tmp/file_testing20120521-6882-1wbakta.bak
</pre>

notice the filename extension `.bak`. Such a file is e.g. created in "should 
backup directories to the local filesystem by copying the whole directory"



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to