Commit History

Author SHA1 Message Date
  Guillaume J. Charmes ada0e1fb08 Merge pull request #1049 from dotcloud/1040_ignore_stderr_tests-fix 12 years ago
  Caleb Spare 19121c16d9 Implement several golint suggestions, including: 12 years ago
  Guillaume J. Charmes 800d900688 Ignore stderr while doing tests 12 years ago
  Guillaume J. Charmes 5190f7f33a Implement regression test for stdin attach 12 years ago
  Guillaume J. Charmes a749fb2130 Make DockerCli use its own stdin/out/err instead of the os.Std* 12 years ago
  Jérôme Petazzoni 6f3e868a7b Merge branch 'master' of github.com:dotcloud/docker into 471-cpu-limit 12 years ago
  Guillaume J. Charmes 15ae314cbb Mock Hijack and Implement Unit test for Attach 12 years ago
  Jérôme Petazzoni af9f559f2e in the tests, use a non-default value for cpu.shares 12 years ago
  Jérôme Petazzoni efd9becb78 implement "-c" option to allocate a number of CPU shares to a container 12 years ago
  Victor Vieux 10c0e99037 update to master 12 years ago
  Guillaume J. Charmes 8472a27e80 Merge pull request #497 from justone/dot-graph-images 12 years ago
  Guillaume J. Charmes ff95f2b0ec Update the unit tests to reflect the new API 12 years ago
  Victor Vieux 04cd20fa62 split api and server. run return exit code. import, pull and commit uses the smae endpoint. non zero status code on failure 12 years ago
  Nate Jones 3dba4022ad add tests for 'images' subcommand 12 years ago
  Guillaume J. Charmes a22c78523f Wait for the container to finish in TestAttachDisconnect before destroying it 12 years ago
  Guillaume J. Charmes acb546cd1b Fix race within TestRunDisconnectTty 12 years ago
  Guillaume J. Charmes cc5a044a8c update TestRunDisconnectTty to reflect the correct behavior of CmdRun 12 years ago
  Guillaume J. Charmes bb22cd492e Add unit test for hanging kill + fix other tests behaviour 12 years ago
  Guillaume J. Charmes d063d52cce Update the unit test to reflect the new CmdRun behaviour in tty mode 12 years ago
  Guillaume J. Charmes 99b5bec069 Fix run disconnect behavious in tty mode + add unit test to enforce it 12 years ago
  Louis Opter e9a68801ba Update the tests according to the "optional raw mode" changes 12 years ago
  Guillaume J. Charmes bdf05d8368 Reenable CmdRunAttachStdin and CmdRunHostname now using the DockConn interface 12 years ago
  Guillaume J. Charmes 80f6b4587b Edit the tests for them to use the new command API. Disable TestRunHostname and TestAttachStdin. 12 years ago
  Guillaume J. Charmes 6882c78ce4 Add a stdincloser to container.Attach in order to close the client connection when needed 12 years ago
  Guillaume J. Charmes 43484e8b50 Add a TestRunExit, make sure cmdRun returns after process dies 12 years ago
  Solomon Hykes 15c3096e89 Merged attachStdin 12 years ago
  Solomon Hykes b1fa26bb76 TestRunHostname checks that 'docker run -h' correctly sets a custom hostname 12 years ago
  Solomon Hykes c77063afcd Add test for attaching only stdin at run with 'docker run -i -a=stdin' 12 years ago
  Solomon Hykes 2db358146f 'docker run' in attached mode no longer waits for the process to exit. Take this into account in the tests. 12 years ago
  Solomon Hykes 1cc1cb099e When simulating disconnects in the tests, make sure that the command returns - but don't check for a specific return value 12 years ago