moby/integration
Sebastiaan van Stijn ffa1728d4b
Normalize values for pids-limit
- Don't set `PidsLimit` when creating a container and
  no limit was set (or the limit was set to "unlimited")
- Don't set `PidsLimit` if the host does not have pids-limit
  support (previously "unlimited" was set).
- Do not generate a warning if the host does not have pids-limit
  support, but pids-limit was set to unlimited (having no
  limit set, or the limit set to "unlimited" is equivalent,
  so no warning is nescessary in that case).
- When updating a container, convert `0`, and `-1` to
  "unlimited" (`0`).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-13 00:27:05 +01:00
..
build Testing: create new daemon (only) if needed 2019-02-23 13:32:59 +01:00
config Replace waitAndAssert in config_test.go with poll.WaitOn 2019-01-15 03:54:52 +00:00
container Normalize values for pids-limit 2019-03-13 00:27:05 +01:00
image Replace t.Fatal(err) with assert.NilError(err) 2019-01-13 21:36:25 +00:00
internal integration: add/use WithRestartPolicy 2019-03-08 10:03:55 -08:00
network Completely remove d.NewClient from testing tools 2019-02-07 16:07:02 -08:00
plugin Use assert.NilError() instead of assert.Assert() 2019-01-21 13:16:02 +01:00
secret Fatalf -> Fatal 2019-01-27 00:43:24 +00:00
service Completely remove d.NewClient from testing tools 2019-02-07 16:07:02 -08:00
session Testing: create new daemon (only) if needed 2019-02-23 13:32:59 +01:00
system Remove Schema1 integration test suite 2019-03-02 10:46:37 -08:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
volume Run volume-tests again remote daemons as well 2019-01-10 10:18:22 +01:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00