COMMITS
/ integration-cli/docker_cli_exec_test.go March 24, 2016
T
Add ulimit support to libcontainerd addprocess
Tonis Tiigi committed
March 18, 2016
T
Replace execdrivers with containerd implementation
Tonis Tiigi committed
March 8, 2016
A
make TestExecInspectIDs less racy
Alexander Morozov committed
February 23, 2016
A
Fix flaky TestExec
Arnaud Porterie committed
February 17, 2016
M
Require linux for TestExecAfterContainerRestart
Michael Crosby committed
February 4, 2016
P
Remove stray printf
Phil Estes committed
February 2, 2016
V
Merge pull request #19822 from Microsoft/jjh/testexeccli
Vincent Demeester committed
January 29, 2016
J
Windows CI: Initial porting CLI TestExec*
John Howard committed
January 28, 2016
Z
Assert error in body of function `inspectField*`
Zhang Wei committed
January 24, 2016
Z
Make test case name consistent
Zhang Wei committed
October 27, 2015
B
Merge pull request #17373 from Microsoft/10662-volumetests
Brian Goff committed
October 26, 2015
V
Merge pull request #17257 from echo33/docker_cli_exec_test
Vincent Demeester committed
September 23, 2015
J
Windows: Volume integration tests
John Howard committed
October 21, 2015
W
use of checkers on docker_cli_exec_test.go
weiyan committed
October 25, 2015
V
Merge pull request #17332 from askb/17225_flakytest_TestExecEnv
Vincent Demeester committed
A
Fix for #17243 DockerSuite.TestExecAfterContainerRestart.
Anil Belur committed
October 24, 2015
A
Fix for the issue #17225 flaky test DockerSuite.TestExecEnv test case.
Anil Belur committed
September 18, 2015
J
add test-integration-cli specifics for userns
Jessica Frazelle committed
October 4, 2015
V
While #16738 is "fixed", skip TestExecStartFails
Vincent Demeester committed
September 29, 2015
B
Make sure test container is running before exec
Brian Goff committed
August 28, 2015
J
Windows: Get Integration CLI running
John Howard committed
August 22, 2015
B
Merge pull request #15412 from vdemeester/dont-sleep-too-much
Brian Goff committed
August 21, 2015
S
fix a panic when the exec fails to start
Shijiang Wei committed
August 19, 2015
S
integration-cli: modify %s to %d in formatting an int
Soshi Katsuta committed
August 11, 2015
V
Remove/Comment time.Sleep in integration tests
Vincent Demeester committed
June 22, 2015
T
Updated test to check for `exec --privileged` side-effects
Tim Dettrick committed
June 19, 2015
T
Revert "Revert "Add docker exec run a command in privileged mode""
Tim Dettrick committed
August 4, 2015
D
Another try to fix InspectExecID
Doug Davis committed
July 30, 2015
M
Don't mount /proc as ro
Michael Crosby committed
July 27, 2015
B
Don't pass check.C to dockerCmdWithError
Brian Goff committed
A
Merge pull request #14547 from duglin/ErrDeadExec
Alexander Morozov committed
July 24, 2015
Q
Remove unnecessary container cleanup in integration-cli
Qiang Huang committed
July 20, 2015
Q
dockerCmd when possible
Qiang Huang committed
July 18, 2015
D
Move inspect into the loop on InspectExecID test
Doug Davis committed
July 17, 2015
J
Merge pull request #14706 from duglin/FixInspectTest
Jessie Frazelle committed
D
Fix InspectExecID test
Doug Davis committed
D
Add missing 'err' to Fatalf to help debug an issue
Doug Davis committed
July 12, 2015
A
Add minor vet fixes
Antonio Murdaca committed
July 10, 2015
D
Return 404 on exec-inspect when container is dead but exec is still around
Doug Davis committed
D
More extensive testing of new GC of execs
Doug Davis committed
D
Minor fix to the exec inspect test
Doug Davis committed
June 26, 2015
D
Default process user to container config user.
David Calavera committed
June 12, 2015
D
TestExecStopNotHanging: log output as string
Daniel, Dao Quang Minh committed
May 26, 2015
J
Revert "Add docker exec run a command in privileged mode"
Jessica Frazelle committed
April 27, 2015
A
c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel
Antonio Murdaca committed
April 26, 2015
A
Implement daemon suite for integration-cli
Alexander Morozov committed
April 23, 2015
M
Merge pull request #12659 from dqminh/exec-interactive-hang
Michael Crosby committed
April 22, 2015
D
reuse same code for setting pipes in run/exec
Daniel, Dao Quang Minh committed
March 26, 2015
S
Allow go template to work properly with inspect
Srini Brahmaroutu committed