$ bundle exec ruby --version |
ruby 2.3.8p459 (2018-10-18 revision 65136) [x86_64-darwin18] |
$ git rev-parse HEAD |
88cb4f20657b9ea7b9eafc34a6039bde5102c5cd |
$ bundle exec rspec spec/unit/agent_spec.rb:220 spec/unit/util/pidlock_spec.rb:23 |
... |
1) Puppet::Util::Pidlock#ps pid argument on posix should allow ps execution |
Failure/Error: expect(@lock).to be_locked |
expected `#<Puppet::Util::Pidlock:0x00007fd1d5a5f308 @lockfile=#<Puppet::Util::Lockfile:0x00007fd1d5a5f2e0 @fil...ers/8m/d6146zxd6bv_3h8y4ykvvxh40000gn/T/rspecrun20200213-39510-1m2gjzq/lock20200213-39510-15x8lj0">>.locked?` to return true, got false |
# ./spec/unit/util/pidlock_spec.rb:23:in `block (3 levels) in <top (required)>' |
# ./spec/spec_helper.rb:180:in `block (2 levels) in <top (required)>' |
|
Finished in 0.11031 seconds (files took 0.99606 seconds to load) |
2 examples, 1 failure
|