Documentation ¶
Overview ¶
Package storagetest tests blobserver.Storage implementations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckEnumerate ¶
func CheckEnumerate(sto blobserver.Storage, wantUnsorted []blob.SizedRef, opts ...interface{}) error
Types ¶
type Opts ¶
type Opts struct { // New is required and must return the storage server to test, along with a func to // clean it up. The cleanup may be nil. New func(*testing.T) (sto blobserver.Storage, cleanup func()) // Retries specifies how long to wait to retry after each failure // that may be an eventual consistency issue (enumerate, stat), etc. Retries []time.Duration SkipEnum bool // for when EnumerateBlobs is not implemented }
Click to show internal directories.
Click to hide internal directories.