mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-06 22:53:11 +00:00
testcase: fails on last 3D test with these params
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
a7ad30f49a
commit
dbc3994bb3
@ -342,6 +342,7 @@ proc encodeData(
|
||||
without treeCid =? tree.rootCid, err:
|
||||
return failure(err)
|
||||
|
||||
trace "Storing proofs for", treeCid
|
||||
if err =? (await self.store.putAllProofs(tree)).errorOption:
|
||||
return failure(err)
|
||||
|
||||
|
||||
@ -110,6 +110,7 @@ method putBlockCidAndProof*(
|
||||
## Put a block to the blockstore
|
||||
##
|
||||
|
||||
trace "putBlockCidAndProof", treeCid, index, blockCid
|
||||
without key =? createBlockCidAndProofMetadataKey(treeCid, index), err:
|
||||
return failure(err)
|
||||
|
||||
|
||||
@ -16,8 +16,8 @@ import pkg/codex/utils
|
||||
import ./helpers
|
||||
|
||||
asyncchecksuite "Erasure encode/decode":
|
||||
const BlockSize = 1024'nb
|
||||
const dataSetSize = BlockSize * 123 # weird geometry
|
||||
const BlockSize = 64'nb
|
||||
const dataSetSize = BlockSize * 20 # weird geometry
|
||||
|
||||
var rng: Rng
|
||||
var chunker: Chunker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user