3448: unit tests for deleting new blocks
authorTim Pierce <twp@curoverse.com>
Thu, 21 Aug 2014 20:33:50 +0000 (16:33 -0400)
committerTim Pierce <twp@curoverse.com>
Thu, 21 Aug 2014 20:33:50 +0000 (16:33 -0400)
commit1080ec939aa8739d53384f70bf872fc42fdbd370
treeb17dd03e45befa5048c45456c6dc967db69a5336
parentdc2bf5c81e26595f336b4fee9cbb3f138ed76d31
3448: unit tests for deleting new blocks

Added cases to TestDeleteHandler to test that blocks newer than
-permission_ttl will not be removed from the volume even if
volume.Delete() returned true.

Refs #3448.
services/keepstore/handler_test.go
services/keepstore/volume.go