Bug #2958
inconsistent errors in spec/integration/bin/puppetmasterd.rb
| Status: | Closed | Start date: | 12/18/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | testing | |||
| Target version: | - | |||
| Affected Puppet version: | 0.25.1 | Branch: | http://github.com/jes5199/puppet/tree/ticket/0.25.x/2958 | |
| Keywords: | ||||
| Votes: | 0 |
Description
I get two different errors in spec/integration/bin/puppetmasterd.rb, depending on what directory I’m in when I launch spec.
from ~/puppet/ : – should be serving status information over REST (PENDING: Not Yet Implemented) ./spec/integration/bin/../../../sbin/puppetmasterd:65:in `require': no such file to load — puppet/application/puppetmasterd (LoadError)
from ./spec/integration/bin/../../../sbin/puppetmasterd:65
- should be serving status information over xmlrpc (FAILED – 2) ./spec/integration/bin/../../../sbin/puppetmasterd:65:in `require': no such file to load — puppet/application/puppetmasterd (LoadError)
from ~/puppet/lib/ : 1) Puppet::Network::XMLRPCClientError in ‘puppetmasterd should be serving status information over xmlrpc’ Could not connect to localhost on port 12345
History
Updated by Jesse Wolfe about 2 years ago
- Branch set to http://github.com/jes5199/puppet/tree/ticket/0.25.x/2958
Updated by James Turnbull about 2 years ago
- Category set to testing
- Status changed from In Topic Branch Pending Review to Closed
Fixed it for me.
Pushed in commit:037b99a27dc8b2aeb44c5cdfb20bfef672294405 in branch 0.25.x