(t *testing.T)
| 45 | } |
| 46 | |
| 47 | func newTempDiskpackedMemory(t *testing.T) blobserver.Storage { |
| 48 | return newTempDiskpackedWithIndex(t, jsonconfig.Obj{ |
| 49 | "type": "memory", |
| 50 | }) |
| 51 | } |
| 52 | |
| 53 | func newTempDiskpackedWithIndex(t *testing.T, indexConf jsonconfig.Obj) blobserver.Storage { |
| 54 | restoreLogging := test.TLog(t) |
no test coverage detected