frostfs-node/pkg/local_object_storage/shard
Evgenii Stratonikov 268adb79cb [#668] shard/test: Simplify shard construction
newCustomShard() has many parameters but only the first is obligatory.
`enableWriteCache` is left as-is, because it directly affects the
functionality.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-09-07 07:39:39 +00:00
..
mode
container.go
control.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
control_test.go [#668] shard/test: Move tests to the main package 2023-09-07 07:39:39 +00:00
count.go
delete.go [#162] core: Move literals to constants 2023-08-11 15:48:42 +03:00
delete_test.go [#668] shard/test: Release shard in t.Cleanup() 2023-09-07 07:39:39 +00:00
errors.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
exists.go
gc.go [#668] shard/test: Disable GC where it is not needed 2023-09-07 07:39:39 +00:00
gc_internal_test.go [#668] shard/test: Disable GC where it is not needed 2023-09-07 07:39:39 +00:00
gc_test.go [#668] shard/test: Simplify shard construction 2023-09-07 07:39:39 +00:00
get.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
get_test.go [#668] shard/test: Release shard in t.Cleanup() 2023-09-07 07:39:39 +00:00
head.go
head_test.go [#668] shard/test: Release shard in t.Cleanup() 2023-09-07 07:39:39 +00:00
id.go [#607] *: Use zap.Stringer() where possible 2023-08-17 16:50:02 +00:00
info.go
inhume.go
inhume_test.go [#668] shard/test: Release shard in t.Cleanup() 2023-09-07 07:39:39 +00:00
list.go
list_test.go [#668] shard/test: Release shard in t.Cleanup() 2023-09-07 07:39:39 +00:00
lock.go
lock_test.go [#668] shard/test: Move tests to the main package 2023-09-07 07:39:39 +00:00
metrics_test.go [#668] shard/test: Move tests to the main package 2023-09-07 07:39:39 +00:00
mode.go
move.go
put.go
range.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
range_test.go [#668] shard/test: Simplify shard construction 2023-09-07 07:39:39 +00:00
reload_test.go [#638] Unify test loggers 2023-08-23 11:21:05 +00:00
select.go
shard.go [#421] Try using badger for the write-cache 2023-08-07 08:16:57 +00:00
shard_test.go [#668] shard/test: Simplify shard construction 2023-09-07 07:39:39 +00:00
shutdown_test.go [#668] shard/test: Simplify shard construction 2023-09-07 07:39:39 +00:00
tree.go [#618] core: Replace fmt.Sprintf with strconv.FormatUint 2023-08-21 07:14:50 +00:00
weight.go
writecache.go