Issue #13895 has been updated by Josh Cooper.

Assignee changed from Patrick Carlisle to Jeff McCune


----------------------------------------
Bug #13895: Spec tests should not actually pluginsync
https://projects.puppetlabs.com/issues/13895#change-67184

Author: Josh Cooper
Status: Accepted
Priority: Normal
Assignee: Jeff McCune
Category: testing
Target version: 3.x
Affected Puppet version: development
Keywords: 
Branch: 


Several of the spec tests in the master branch now attempt to make a TCP 
connection to puppet (since pluginsync is now enabled by default). The spec 
tests in 2.7.x do not have this problem:

<pre>
rspec -fd spec/integration/configurer_spec.rb
</pre>

<pre>
$ ps -ef | grep ruby
  502  8902   308   0   0:00.11 ttys000    0:00.55 
/Users/josh/.rvm/rubies/ruby-1.8.7-p334/bin/ruby 
/Users/josh/.rvm/gems/ruby-1.8.7-p334@noFeatures/bin/rspec -fd 
spec/integration/configurer_spec.rb
...
$ lsof -p 8902
ruby    8902 josh    3u  IPv4 0x0fe20708       0t0      TCP 
172.16.138.1:50097->puppet:8140 (SYN_SENT)
</pre>

For me, the host `puppet` points to a VM that isn't running, so the TCP 
connection takes 2 minutes to time out.


-- 
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