April 23, 2013
View acb546c

Fix race within TestRunDisconnectTty

Guillaume J. Charmes authored on 2013/04/23 03:16:32
April 20, 2013
View cc5a044

update TestRunDisconnectTty to reflect the correct behavior of CmdRun

Guillaume J. Charmes authored on 2013/04/20 09:51:41
April 12, 2013
View bb22cd4

Add unit test for hanging kill + fix other tests behaviour

Guillaume J. Charmes authored on 2013/04/12 08:21:19
April 10, 2013
View d063d52

Update the unit test to reflect the new CmdRun behaviour in tty mode

Guillaume J. Charmes authored on 2013/04/10 00:18:36
April 9, 2013
View e9a6880

Update the tests according to the "optional raw mode" changes

Louis Opter authored on 2013/04/09 08:06:55
April 6, 2013
View 99b5bec

Fix run disconnect behavious in tty mode + add unit test to enforce it

Guillaume J. Charmes authored on 2013/04/06 11:02:35
April 5, 2013
View bdf05d8

Reenable CmdRunAttachStdin and CmdRunHostname now using the DockConn interface

Guillaume J. Charmes authored on 2013/04/05 12:08:58
View 80f6b45

Edit the tests for them to use the new command API. Disable TestRunHostname and TestAttachStdin.

Guillaume J. Charmes authored on 2013/04/05 11:00:14
April 3, 2013
View 6882c78

Add a stdincloser to container.Attach in order to close the client connection when needed

Guillaume J. Charmes authored on 2013/04/03 04:18:20
View 43484e8

Add a TestRunExit, make sure cmdRun returns after process dies

Guillaume J. Charmes authored on 2013/04/03 01:22:30
View 15c3096

Merged attachStdin

Solomon Hykes authored on 2013/04/03 12:46:32
View b1fa26b

TestRunHostname checks that 'docker run -h' correctly sets a custom hostname

Solomon Hykes authored on 2013/04/03 11:00:05
View c77063a

Add test for attaching only stdin at run with 'docker run -i -a=stdin'

Solomon Hykes authored on 2013/04/03 10:05:19
View 2db3581

'docker run' in attached mode no longer waits for the process to exit. Take this into account in the tests.

Solomon Hykes authored on 2013/04/03 03:07:49
View 1cc1cb0

When simulating disconnects in the tests, make sure that the command returns - but don't check for a specific return value

Solomon Hykes authored on 2013/04/03 03:06:42