frostfs-node/pkg/local_object_storage/blobstor/memstore
Evgenii Stratonikov 322c1dc273 [#638] Use test.NewLogger() in tests
Semantic patch (restricted to **/*_test.go):
```
@@
@@
+import "git.frostfs.info/TrueCloudLab/frostfs-node/pkg/util/logger/test"
-import "go.uber.org/zap"
-import "git.frostfs.info/TrueCloudLab/frostfs-node/pkg/util/logger"

-&logger.Logger{Logger: zap.L()}
+test.NewLogger(t, false)
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-23 11:21:05 +00:00
..
control.go [#586] Fix writecache benchmarks and refactor hacky NeedsCompression 2023-08-10 08:05:18 +00:00
memstore.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
memstore_test.go [#638] Use test.NewLogger() in tests 2023-08-23 11:21:05 +00:00
option.go [#81] node: Add basic read/write benchmarks for substorages 2023-03-15 16:37:04 +00:00