forked from TrueCloudLab/frostfs-node
[#668] shard/test: Use sane defaults in the test constructor
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
268adb79cb
commit
c661ba1312
3 changed files with 11 additions and 15 deletions
|
@ -77,8 +77,7 @@ func testShardGetRange(t *testing.T, hasWriteCache bool) {
|
|||
}
|
||||
|
||||
sh := newCustomShard(t, hasWriteCache, shardOptions{
|
||||
rootPath: t.TempDir(),
|
||||
wcOpts: wcOpts,
|
||||
wcOpts: wcOpts,
|
||||
bsOpts: []blobstor.Option{
|
||||
blobstor.WithStorages([]blobstor.SubStorage{
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue