summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* add logging message if attempting to kill critical processsmurawski/agressive_terminationSteven Murawski2016-06-061-5/+7
* Keep `kill_process_tree` from killing protected system processes.Steven Murawski2016-05-241-3/+43
* convert environment hash keys to stringsEvan Tschuy2015-11-101-0/+8
* improve the test to more accurately detrermine if child process is killedMatt Wrock2015-10-201-8/+5
* kill all windows child processes when the command times outMatt Wrock2015-09-241-0/+13
* make tests pass when run by a domain joined userMatt Wrock2015-09-241-2/+2
* prevent shellout from attempting to execute a directory on windowsMatt Wrock2015-09-111-0/+2
* have failing testMatt Wrock2015-09-111-0/+29
* Added comment for bugjdm/testJay Mundrawala2015-08-261-0/+10
* Don't use presence of fd to check if fd's were inheritedJay Mundrawala2015-08-261-2/+4
* force expect syntaxLamont Granquist2015-05-151-0/+3
* rspec3ificationLamont Granquist2015-05-153-283/+350
* Merge pull request #94 from chef/lcg/no-getpgrpLamont Granquist2015-05-151-6/+6
|\
| * remove getpgrp back to setsidlcg/no-getpgrpLamont Granquist2015-05-151-6/+6
* | Fix 2 ruby warnings for uninitialized variablesdanielsdeleo2015-05-151-0/+3
|/
* Merge pull request #78 from BackSlasher/add-loginLamont Granquist2015-05-141-1/+83
|\
| * Added TODO for next majorNitz2015-02-151-0/+3
| * Option "login" now simulates login in unixNitz2015-02-151-1/+80
* | Change mixlib spec test to pass on windows by invoking powershell explicitly.ksubrama/test_fixKartik Null Cating-Subramanian2015-04-211-1/+1
* | Add some test coverage for timeouts on windowsJay Mundrawala2014-12-181-99/+115
* | The process no longer inherit LC_ALL from the parent. Update spec to refelect...Jay Mundrawala2014-12-171-8/+3
|/
* Merge pull request #57 from ClogenyTechnologies/kd/processgrp-fixlamont-granquist2014-09-111-11/+14
|\
| * removed emulated Errno::ESRCHkaustubh-d2014-09-101-10/+11
| * raise Errno::ESRCH in spec for aixkaustubh-d2014-08-271-1/+1
| * fix getpgid issue on aixkaustubh-d2014-08-271-2/+4
* | control ENV['LC_ALL'] global betterLamont Granquist2014-09-031-10/+9
* | remove LC_ALL default environment variableLamont Granquist2014-08-281-13/+8
* | aix does not allow resetting real uid once the euid is changed to non-root.kaustubh-d2014-08-273-0/+27
* | remove #clean_parent_file_descriptors which is not required now.kaustubh-d2014-08-251-14/+0
|/
* Simplify live_stream vs live_stdout vs live_stderr based on PR commentsMax Lincoln2014-07-171-22/+34
* Support separate live stream for stderrMax Lincoln2014-07-171-4/+78
* Correct spelling in spec filesTyler Cipriani2014-05-161-5/+5
* Merge pull request #26 from akshaykarle/masterSerdar Sutay2014-05-131-2/+7
|\
| * Fix a broken specAkshay Karle2014-01-061-4/+3
| * Add a spec for showing stderr to live_stream.Akshay Karle2014-01-061-0/+6
* | marking some unix_only tests unix_onlyLamont Granquist2014-04-081-2/+2
* | [MIXLIB-6] Add comment describing why the test was changed, per Dan DeLeo.Julian C. Dunn2014-04-011-0/+2
* | [MIXLIB-6] Use conditional to determine whether to use /tmp or /bin as a cwd ...Julian C. Dunn2014-04-011-1/+1
* | [MIXLIB-6] Fix test due to /bin being a symlink on Fedora. Use /tmp insteadJulian C. Dunn2014-04-011-1/+1
* | Exclude ESRCH test from windowsdanielsdeleo2014-03-311-1/+1
* | Handle ESRCH when getting pgid of a zombie on OS Xdanielsdeleo2014-03-311-0/+19
* | Add debugging to volatile specsdanielsdeleo2014-03-071-7/+25
* | Adds error? method to check whether the process exited successfully. This all...Chris Armstrong2014-01-211-0/+18
* | Always send KILL to process groupdanielsdeleo2013-12-091-2/+4
* | Run commands with unique pgid to improve timeout cleanupdanielsdeleo2013-12-091-1/+52
* | Run timeout tests without a subshelldanielsdeleo2013-12-061-3/+10
* | Add termination info to error messagesdanielsdeleo2013-11-041-1/+1
* | Add logging about timed-out cmd termination when possibledanielsdeleo2013-11-041-0/+19
* | Cleanup control flow in main loopdanielsdeleo2013-11-011-6/+10
* | Force subprocess to exit after timeoutdanielsdeleo2013-11-011-2/+30