summaryrefslogtreecommitdiff
path: root/testutil
Commit message (Expand)AuthorAgeFilesLines
* StartWithLogFile: Fix d.cmd racePaweł Gronowski2023-03-221-9/+9
* linting: gosec: fix or suppress G112, G114 in test codeSebastiaan van Stijn2023-02-241-2/+4
* refactor: move from io/ioutil to io and os packageEng Zer Jun2023-02-249-28/+19
* Dockerfile: Update Dockerfile syntax, switch to bullseye, add missing libsecc...Prabhav Thali2022-09-201-1/+1
* gosec: G404: Use of weak random number generatorSebastiaan van Stijn2022-08-171-1/+1
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2022-04-072-0/+2
* testutil: daemon.Cleanup(): cleanup more directoriesSebastiaan van Stijn2021-11-101-0/+34
* integration: ensurePlugin: disable go modules when building pluginSebastiaan van Stijn2021-07-151-1/+1
* Merge pull request #41817 from simonferquel/desktop-startup-hangTibor Vass2020-12-231-0/+1
|\
| * Cleanup container shutdown check and add testBrian Goff2020-12-231-0/+1
* | Move use of debian:buster frozen image to debian:bullseyeEric Mountain2020-12-191-1/+1
* | Add IsUserNamespaceInKernel() test environment conditionEric Mountain2020-12-181-0/+21
* | Add debian:bullseye to frozen imagesEric Mountain2020-12-181-1/+1
|/
* testutil: remove remaining use of deprecated pkg/mountSebastiaan van Stijn2020-11-101-1/+1
* Do not call mount.RecursiveUnmount() on WindowsSebastiaan van Stijn2020-10-293-10/+12
* Merge pull request #41533 from cpuguy83/fix_plugin_configSebastiaan van Stijn2020-10-211-0/+1
|\
| * testing: Init plugin config when for testsBrian Goff2020-10-071-0/+1
* | testutil: set -500 OOM score for test daemonsSebastiaan van Stijn2020-10-162-0/+9
|/
* Upgrading the versions of images in Dockerfile.wanghuaiqing2020-06-301-1/+1
* Merge pull request #40725 from cpuguy83/check_img_platformTibor Vass2020-05-211-1/+1
|\
| * Accept platform spec on container createBrian Goff2020-03-201-1/+1
* | Merge pull request #40595 from sfzhu93/GL_2_25Sebastiaan van Stijn2020-05-081-1/+2
|\ \
| * | test: add buffer to prevent goroutine leakZiheng Liu2020-02-271-1/+2
* | | remove uses of deprecated pkg/termSebastiaan van Stijn2020-04-211-1/+1
* | | Merge pull request #39946 from cpuguy83/plugins_use_containerd_distAkihiro Suda2020-04-213-2/+36
|\ \ \
| * | | Use containerd dist libs for plugin pull/pullBrian Goff2020-04-023-2/+36
* | | | rootless: graduate from experimentalAkihiro Suda2020-04-071-1/+1
|/ / /
* | | Merge pull request #40694 from kolyshkin/moby-sys-mount-part-IISebastiaan van Stijn2020-04-021-1/+1
|\ \ \
| * | | Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-1/+1
| | |/ | |/|
* | | test-integration: support more rootless testsAkihiro Suda2020-03-164-9/+107
|/ /
* | hack: support $DOCKER_ROOTLESS for testing rootlessAkihiro Suda2020-03-102-0/+12
|/
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-1118-19/+19
* Remove unused GlobalFlagsSam Whited2019-11-061-8/+7
* Add daemon options required by buildkit testsSam Whited2019-11-062-13/+30
* Merge pull request #40112 from thaJeztah/cut_the_noiseTibor Vass2019-10-241-2/+1
|\
| * testutil: no more "Creating a new daemon at"Sebastiaan van Stijn2019-10-211-2/+1
* | testutil: daemon.Info() close client after requestSebastiaan van Stijn2019-10-181-0/+1
|/
* Merge pull request #40081 from thaJeztah/http_constantsJustin Cormack2019-10-172-3/+3
|\
| * testutil: use constants for http methodsSebastiaan van Stijn2019-10-132-3/+3
* | Export the LogT type and use it in the optionsSam Whited2019-10-162-6/+5
|/
* testutil/daemon: remove redundant d.cmd.Wait()Sebastiaan van Stijn2019-10-111-1/+1
* testutil/daemon: always remove pidfile after daemon is stoppedSebastiaan van Stijn2019-10-111-7/+7
* testutil/daemon: print all arguments when failing to start daemonSebastiaan van Stijn2019-10-111-11/+12
* testutil/daemon: store pidfile-path, and ignore errors when removingSebastiaan van Stijn2019-10-111-3/+14
* testutil/daemon: wrap errorsSebastiaan van Stijn2019-10-111-9/+9
* testutil/daemon: prefix all logs with daemon-idSebastiaan van Stijn2019-10-113-32/+31
* testutil/daemon: daemon.Cleanup(): unmount daemon root-dir as part of cleanupSebastiaan van Stijn2019-10-111-0/+11
* testutil: update WithInitsignature to be a daemon.OptionSebastiaan van Stijn2019-09-301-2/+4
* testutil: update WithExperimental signature to be a daemon.OptionSebastiaan van Stijn2019-09-301-2/+4
* testutil: update WithTestLogger to use daemon.Option as return typeSebastiaan van Stijn2019-09-301-1/+1