summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* remove getpgrp back to setsidlcg/no-getpgrpLamont Granquist2015-05-151-6/+6
* 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
* | Update mock/stubs to avoid deprecationsdanielsdeleo2013-11-011-2/+2
* | [MIXLIB-7] remove awesome_printLamont Granquist2013-10-312-3/+0
|/
* Wait for child process to die in case of critical errorsdanielsdeleo2013-09-091-0/+32
* remove uneeded requiredanielsdeleo2013-09-091-1/+0
* Check the password option in the tests.sersut2013-06-201-0/+1
* Make windows running as tests more reliable.sersut2013-06-201-7/+4
* Fix password and fd cleanup related specs on windows.sersut2013-06-191-8/+16
* Make sure the parent process' LC_ALL setting is passed to subprocess when LC_...sersut2013-06-141-0/+9
* add spec test for EBADF in closing fdsLamont Granquist2013-06-141-0/+14
* More robust pipe checks and tests.sersut2013-04-171-4/+10
* Clean inherited file descriptors from the parent while forking subprocess.sersut2013-04-161-3/+13
* Update check for local system use a downcased computer nameMoser, Kevin2013-01-221-1/+2
* Add tests for running as different user in windowsMoser, Kevin2013-01-222-3/+70
* Add default value check for with_logon, domain, & userMoser, Kevin2013-01-151-0/+3