Tibor Vass
|
2743e2d8bc
rm-gocheck: IsNil
|
5 years ago |
Tibor Vass
|
6dc7f4c167
rm-gocheck: Equals -> assert.Equal
|
5 years ago |
Tibor Vass
|
230f7bcc02
rm-gocheck: normalize to use checker
|
5 years ago |
Tibor Vass
|
1d92789b4f
rm-gocheck: check.C -> testing.T
|
5 years ago |
Tibor Vass
|
1f69c62540
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 years ago |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 years ago |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
7 years ago |
Kenfe-Mickael Laventure
|
ddae20c032
Update libcontainerd to use containerd 1.0
|
7 years ago |
Daniel Nephin
|
92427b3a81
Update tests to use icmd
|
8 years ago |
John Howard
|
e4ec9195fe
Windows: Disable TestAttachTTYWithoutStdin
|
8 years ago |
Vincent Demeester
|
db35c2a5a8
Introduce `cli.Wait*` fuctions
|
8 years ago |
Vincent Demeester
|
10e171cd94
Clean some function in docker_utils_test.go
|
8 years ago |
Vincent Demeester
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
Vincent Demeester
|
bcad3d5212
Use check in params so we don't ignore errors
|
8 years ago |
Darren Stahl
|
69985e85d3
Implement Pause Resume support for Windows
|
8 years ago |
John Howard
|
934fe3f73e
Windows: Enable 2 TestAttach* tests
|
9 years ago |
Daniel Nephin
|
243885808f
Change to use c.Assert() instead of result.Assert()
|
9 years ago |
Daniel Nephin
|
d7022f2b46
Create a unified RunCommand function with Assert()
|
9 years ago |
yuexiao-wang
|
256310e962
close pipe after using pipe
|
9 years ago |
John Howard
|
f7541b00b0
Better error on attach no tty
|
9 years ago |
Zhang Wei
|
62a856e912
Assert error in body of function `inspectField*`
|
9 years ago |
Zhang Wei
|
e151ad936a
Make test case name consistent
|
9 years ago |
John Howard
|
25c383391a
Windows CI: Deal with failing tests for TP4
|
9 years ago |
Lei Jitang
|
de1d611990
Add show error when attach to a paused container
|
9 years ago |
Shijiang Wei
|
a1d4b7dd0d
refactor integration test to use checkers
|
9 years ago |
John Howard
|
f9a3558a9d
Windows: Get Integration CLI running
|
10 years ago |
Vincent Demeester
|
799d9605d6
Remove/Comment time.Sleep in integration tests
|
10 years ago |
Vincent Demeester
|
5c295460da
Use dockerCmd when possible (#14603)
|
10 years ago |
Antonio Murdaca
|
4203230cbb
c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel
|
10 years ago |
David Mackey
|
3941623fbc
trivial: typo cleanup
|
10 years ago |