Tibor Vass
|
a2024a5470
rm-gocheck: convert check.Commentf to string - with multiple args
|
há 5 anos atrás |
Tibor Vass
|
98f2638fe5
rm-gocheck: Contains -> strings.Contains
|
há 5 anos atrás |
Tibor Vass
|
4e2e486b23
rm-gocheck: Not(Contains) -> !strings.Contains
|
há 5 anos atrás |
Tibor Vass
|
59e55dcdd0
rm-gocheck: run goimports to compile successfully
|
há 5 anos atrás |
Tibor Vass
|
d0fc8d082d
rm-gocheck: True
|
há 5 anos atrás |
Tibor Vass
|
64a161aa3e
rm-gocheck: NotNil
|
há 5 anos atrás |
Tibor Vass
|
2743e2d8bc
rm-gocheck: IsNil
|
há 5 anos atrás |
Tibor Vass
|
491ef7b901
rm-gocheck: HasLen -> assert.Equal + len()
|
há 5 anos atrás |
Tibor Vass
|
dd9d28669f
rm-gocheck: DeepEquals -> assert.DeepEqual
|
há 5 anos atrás |
Tibor Vass
|
6dc7f4c167
rm-gocheck: Equals -> assert.Equal
|
há 5 anos atrás |
Tibor Vass
|
0fa116fa8f
rm-gocheck: Not(Equals) -> a != b
|
há 5 anos atrás |
Tibor Vass
|
230f7bcc02
rm-gocheck: normalize to use checker
|
há 5 anos atrás |
Tibor Vass
|
1d92789b4f
rm-gocheck: check.C -> testing.T
|
há 5 anos atrás |
Tibor Vass
|
1f69c62540
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
há 5 anos atrás |
Tibor Vass
|
36e7001b99
rm-gocheck: redress multiline c.Assert calls
|
há 5 anos atrás |
Sebastiaan van Stijn
|
0595c01718
switch kr/pty to creack/pty v1.1.7
|
há 6 anos atrás |
Sebastiaan van Stijn
|
7f37d99ef5
integration-cli: remove redundant "testrequires"
|
há 6 anos atrás |
Brian Goff
|
24ad2f486d
Add (hidden) flags to set containerd namespaces
|
há 6 anos atrás |
Tibor Vass
|
f695e98cb7
Revert "Remove the rest of v1 manifest support"
|
há 6 anos atrás |
Tibor Vass
|
f23a51a860
Revert "Remove Schema1 integration test suite"
|
há 6 anos atrás |
Jim Ehrismann
|
d7de1a8b9f
explicitly set filesystem type for mount to avoid 'invalid argument' error on arm
|
há 6 anos atrás |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
há 6 anos atrás |
Kir Kolyshkin
|
9fd765f07c
TestDaemonRestartIpcMode: modernize
|
há 6 anos atrás |
Brian Goff
|
13b7d11be1
Remove Schema1 integration test suite
|
há 6 anos atrás |
Justin Cormack
|
98fc09128b
Remove the rest of v1 manifest support
|
há 6 anos atrás |
Deng Guangxing
|
8e293be4ba
fix unless-stopped unexpected behavior
|
há 7 anos atrás |
Sebastiaan van Stijn
|
3a4bb96ab7
Remove use of deprecated client.NewClient()
|
há 6 anos atrás |
Sebastiaan van Stijn
|
43b15e924f
Remove SameHostDaemon, use testEnv.IsLocalDaemon instead
|
há 6 anos atrás |
Sebastiaan van Stijn
|
a8d2b29e8d
Use errors.Wrap() in daemon/config
|
há 6 anos atrás |
Tibor Vass
|
52b60f705c
fix daemon tests that were using wrong containerd socket
|
há 6 anos atrás |