containerd/services
Akihiro Suda 7b323b1402 services/content: fix reading a blob which is smaller than the read buffer.
The newly added test fails without this fix in services/content/service.go:

    $ go test -c . && sudo ./containerd.test -test.v -test.root -test.run TestContentClient
    ...
        --- FAIL: TestContentClient/SmallBlob (0.02s)
            provideringester.go:62: rpc error: code = OutOfRange desc = read
    past object length 6 bytes
            helpers.go:67: drwx------       4096
    /tmp/content-suite-ContentClient-286788688
    FAIL

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2018-03-23 12:51:28 +09:00
..
containers Add service plugin and support in process integration. 2018-03-12 18:03:50 +00:00
content services/content: fix reading a blob which is smaller than the read buffer. 2018-03-23 12:51:28 +09:00
diff Add service plugin and support in process integration. 2018-03-12 18:03:50 +00:00
events Licence header added 2018-02-19 10:32:26 +09:00
healthcheck Licence header added 2018-02-19 10:32:26 +09:00
images Add service plugin and support in process integration. 2018-03-12 18:03:50 +00:00
introspection Licence header added 2018-02-19 10:32:26 +09:00
leases Add service plugin and support in process integration. 2018-03-12 18:03:50 +00:00
namespaces Add service plugin and support in process integration. 2018-03-12 18:03:50 +00:00
snapshots Add service plugin and support in process integration. 2018-03-12 18:03:50 +00:00
tasks Add service plugin and support in process integration. 2018-03-12 18:03:50 +00:00
version Licence header added 2018-02-19 10:32:26 +09:00
services.go Add service plugin and support in process integration. 2018-03-12 18:03:50 +00:00