Sebastiaan van Stijn
|
1a15a1a061
testutil: daemon.Cleanup(): cleanup more directories
|
3 年之前 |
Sebastiaan van Stijn
|
e7583ab859
testutil/daemon: ReadLogFile() trigger os.Sync() before reading
|
3 年之前 |
Eng Zer Jun
|
c55a4ac779
refactor: move from io/ioutil to io and os package
|
3 年之前 |
Sebastiaan van Stijn
|
b90dd66bdd
testutil: don't import "opts" package
|
3 年之前 |
Rich Horwood
|
8f80e55111
Add configuration validation option and tests.
|
6 年之前 |
Brian Goff
|
4a175fd050
Cleanup container shutdown check and add test
|
4 年之前 |
Sebastiaan van Stijn
|
182795cff6
Do not call mount.RecursiveUnmount() on Windows
|
4 年之前 |
Sebastiaan van Stijn
|
561b8014c0
testutil: set -500 OOM score for test daemons
|
4 年之前 |
Sebastiaan van Stijn
|
0fc914de5c
Merge pull request #40595 from sfzhu93/GL_2_25
|
5 年之前 |
Akihiro Suda
|
5ca47f5179
rootless: graduate from experimental
|
5 年之前 |
Sebastiaan van Stijn
|
af0415257e
Merge pull request #40694 from kolyshkin/moby-sys-mount-part-II
|
5 年之前 |
Kir Kolyshkin
|
39048cf656
Really switch to moby/sys/mount*
|
5 年之前 |
Akihiro Suda
|
5e1b246b9a
test-integration: support more rootless tests
|
5 年之前 |
Akihiro Suda
|
5bf33adba2
hack: support $DOCKER_ROOTLESS for testing rootless
|
5 年之前 |
Ziheng Liu
|
c322af8019
test: add buffer to prevent goroutine leak
|
5 年之前 |
Sebastiaan van Stijn
|
9f0b3f5609
bump gotest.tools v3.0.1 for compatibility with Go 1.14
|
5 年之前 |
Sam Whited
|
0c9b232bf5
Remove unused GlobalFlags
|
5 年之前 |
Sam Whited
|
b96a0c7754
Add daemon options required by buildkit tests
|
5 年之前 |
Tibor Vass
|
2cf86a03a9
Merge pull request #40112 from thaJeztah/cut_the_noise
|
5 年之前 |
Sebastiaan van Stijn
|
56230f4d37
testutil: no more "Creating a new daemon at"
|
5 年之前 |
Sebastiaan van Stijn
|
bbf82b2e53
testutil: daemon.Info() close client after request
|
5 年之前 |
Justin Cormack
|
f681590a25
Merge pull request #40081 from thaJeztah/http_constants
|
5 年之前 |
Sam Whited
|
95ea6e7069
Export the LogT type and use it in the options
|
5 年之前 |
Sebastiaan van Stijn
|
a617809fe7
testutil: use constants for http methods
|
5 年之前 |
Sebastiaan van Stijn
|
293c1a27a2
testutil/daemon: remove redundant d.cmd.Wait()
|
5 年之前 |
Sebastiaan van Stijn
|
c56bfdf10a
testutil/daemon: always remove pidfile after daemon is stopped
|
5 年之前 |
Sebastiaan van Stijn
|
f6842327b0
testutil/daemon: print all arguments when failing to start daemon
|
5 年之前 |
Sebastiaan van Stijn
|
b843b1ffe3
testutil/daemon: store pidfile-path, and ignore errors when removing
|
5 年之前 |
Sebastiaan van Stijn
|
22662cac57
testutil/daemon: wrap errors
|
5 年之前 |
Sebastiaan van Stijn
|
2b3957d0b1
testutil/daemon: prefix all logs with daemon-id
|
5 年之前 |