summaryrefslogtreecommitdiff
path: root/spec/functional/run_lock_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-3/+3
* Fix race where lockfile can be created but not yet acquiredJohn Keiser2016-08-171-4/+8
* autofixing Style/WhileUntilModifier copLamont Granquist2016-08-161-6/+2
* Remove race conditions from run_lock_specjk/run_lock_spec_raceJohn Keiser2016-08-051-10/+17
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* Merge pull request #4541 from chef/lcg/chefstyle-batchLamont Granquist2016-02-111-6/+6
|\
| * auto fixing some rubocopsLamont Granquist2016-02-091-6/+6
* | Respect TMPDIR in functional testsJohn Keiser2016-02-101-1/+1
|/
* autofixing whitespace copsLamont Granquist2016-02-051-4/+5
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-6/+6
* more rubocop fixeslcg/more-rubocop-lintLamont Granquist2016-01-121-2/+2
* Simplify kill loop with WNOHANGjk/print-raceJohn Keiser2015-09-291-10/+3
* Change puts to print with \n for atomicityJohn Keiser2015-09-291-7/+7
* Add some insurance against timeouts failing (10s room, kill loop)John Keiser2015-09-291-5/+14
* Add tests for things that have created the lockfile but not yet acquired the ...John Keiser2015-09-291-21/+79
* Print what happened (and in what order) if test failsJohn Keiser2015-09-291-130/+89
* Make race condition tests explicitjk/run-lockJohn Keiser2015-09-251-100/+260
* Update to RSpec 3.Claire McQuin2014-10-291-9/+9
* Fix / Mark volatile the transient failures on Solaris.sersut2014-03-281-1/+1
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-1/+1
* Windows support for Chef::Runlock.sersut2013-10-141-1/+1
* More test cases for run_lock to cover the functionality used during daemonizing.sersut2013-10-091-2/+46
* Use Chef::Config defaults for lockfile defaultJohn Keiser2013-09-161-2/+1
* add test, bitwise arithm, note about 1.8/1.9/2.0 differencesLamont Granquist2013-06-201-0/+5
* remove setup message, it's a race either waydanielsdeleo2013-02-121-2/+0
* fix race in test setupdanielsdeleo2013-02-121-1/+3
* set sync=true on IPC in run lock testsdanielsdeleo2013-02-121-3/+16
* ensure writes are flushed in run lock IPCdanielsdeleo2013-02-121-0/+5
* add additional synchronization to run lock specdanielsdeleo2013-02-071-31/+145
* Ruby 1.8 has no 'Random', use Kernel rand/sranddanielsdeleo2012-11-191-1/+4
* [CHEF-3617] create full path of run lock fileSeth Chisamore2012-11-171-2/+15
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+90