lotus/blockstore
Eng Zer Jun c229842f57
test: use T.TempDir to create temporary test directory
The directory created by `T.TempDir` is automatically removed when the
test and all its subtests complete.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-03-15 00:21:31 +08:00
..
badger test: use T.TempDir to create temporary test directory 2022-03-15 00:21:31 +08:00
splitstore test: use T.TempDir to create temporary test directory 2022-03-15 00:21:31 +08:00
api.go Plumb contexts through 2021-12-11 17:04:00 -05:00
autobatch_test.go Address review part 2 2022-01-12 15:03:34 -05:00
autobatch.go Merge pull request #7940 from filecoin-project/steb/buffered-blockstore-correctness 2022-01-12 19:17:03 -05:00
blockstore.go WIP: updating to new datastore/blockstore code with contexts 2021-12-09 14:12:25 +02:00
buffered.go Plumb contexts through 2021-12-11 17:04:00 -05:00
context.go rename GetHotView to IsHotView 2022-02-14 16:03:17 +02:00
discard.go Plumb contexts through 2021-12-11 17:04:00 -05:00
doc.go refine docs. 2021-01-29 23:24:44 +00:00
fallback.go WIP: updating to new datastore/blockstore code with contexts 2021-12-09 14:12:25 +02:00
idstore.go Plumb contexts through 2021-12-11 17:04:00 -05:00
ipfs.go Plumb contexts through 2021-12-11 17:04:00 -05:00
mem.go Plumb contexts through 2021-12-11 17:04:00 -05:00
metrics.go segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00
sync.go Plumb contexts through 2021-12-11 17:04:00 -05:00
timed_test.go WIP: updating to new datastore/blockstore code with contexts 2021-12-09 14:12:25 +02:00
timed.go plumb more contexts in lotus 2021-12-13 14:26:59 +02:00
union_test.go WIP: updating to new datastore/blockstore code with contexts 2021-12-09 14:12:25 +02:00
union.go Plumb contexts through 2021-12-11 17:04:00 -05:00