summaryrefslogtreecommitdiff
path: root/daemon/delete_test.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor libcontainerd to minimize c8d RPCsCory Snider2022-08-241-1/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-2/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Replace deprecated testutil.ErrorContains()Sebastiaan van Stijn2018-05-211-5/+4
* Automated migration usingDaniel Nephin2018-03-161-2/+2
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Move ErrorContains to an internal package.Daniel Nephin2017-08-251-1/+1
* LCOW: Remove CommonContainer - just ContainerJohn Howard2017-06-201-5/+3
* Use a test table in the daemon delete unit testsBoaz Shuster2017-04-181-56/+44
* Remove pkg/testutil/assert in favor of testifyAaron Lehmann2017-04-141-9/+9
* create unit tests for rm (running, paused, restarting) errormessagesSebastiaan van Stijn2017-04-031-13/+80
* make client side know container removal in progressallencloud2016-09-271-4/+5
* Add engine-api types to dockerMichael Crosby2016-09-071-2/+2
* fix typosallencloud2016-07-231-1/+1
* Remove static errors from errors package.David Calavera2016-02-261-3/+1
* Extract container store from the daemon.David Calavera2016-01-191-1/+1
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-2/+2
* Move Config and HostConfig from runconfig to types/container.David Calavera2015-12-221-2/+2
* move configs structs to remove dependency on daemonMorgan Bauer2015-12-071-1/+2
* Move Container to its own package.David Calavera2015-12-031-5/+6
* Fix race between two ContainerRmAlexander Morozov2015-12-011-1/+4
* Do not fail when a container is being removed and we request its delete again.David Calavera2015-10-201-0/+39