-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestMinerDealMarshallUnMarshall #600
Draft
dirkmc
wants to merge
66
commits into
master
Choose a base branch
from
exp/test-cbor-marshalling
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* dag store lotus mount * storage client code complete-tests remain * storage miner first draft * second draft * provider state tests are now working * most unit tests working and more unit tests * refactor: car store trackers (#559) * Apply suggestions from code review Co-authored-by: dirkmc <dirkmdev@gmail.com> * nits and review * integration testing changes * storage test harness changes * added more TODOs * fix itests for storage * get offline deal tests working * tests work * more tests * integration tests * fix blockstore finalize * Integrate CARv2 blockstore in the retrieval market (#560) * refactor: integrate dag store into retrieval market * fix all tests and the padding issue * refactor: move mount from shared testutil to dagstore dir * refactor: add tests for lazy blockstore * refactor: code cleanup * feat: update go-car to latest * Dagstore lotus mount Implementation with tests (#564) * dagstore lotus mount impl * refactor: nicer error messages * mount api tests * refactor: integrate dag store (#565) Co-authored-by: Dirk McCormick <dirkmdev@gmail.com> * some storage market fixes by aarsh * fix: better error messages in DAG store wrapper * refactor: simplify mock dag store wrapper * fix: TestBounceConnectionDealTransferOngoing * refactor: remove some commented out code * refactor: closable blockstore interface to use full blockstore * fix: TestBounceConnectionDealTransferUnsealing * refactor: add comment explaining lotus mount template * test: verify that the lazy blockstore is only initialized once * fix: comment * fix: always finalize blockstore before reaching complete state (#567) Co-authored-by: aarshkshah1992 <aarshkshah1992@gmail.com> Co-authored-by: dirkmc <dirkmdev@gmail.com>
…irst attempt fails with `ErrShardUnknown` (#571) * register a shard during loading and attempt to load again * use dagstore 0.1 * address nit
* integrate CARv2 blockstore resumption * fix: enable finalize blockstore after restart * fix: use latest go-car Co-authored-by: Dirk McCormick <dirkmdev@gmail.com>
* feat: migration to register all active deals as shards * feat: check if deal unsealed during register shard migration * fix: register shards in parallel * test: shard registration test * refactor: dag store wrapper register shard * fix: address review * refactor: use map to check if deal in sealing state * refactor: rename shard registration methods * migration: start consuming results ASAP. * simplify indirection. * fix a bug; thanks @dirkmc * fix: lint imports Co-authored-by: Raúl Kripalani <raul@protocol.ai>
* remove badger from storage client * fix test compilation * update go.mod * add docs * fix go mod * update carv2 and tests for the filestore adapter * fix tests and update carv2
#575) * fix isUnsealed check in shard migration * changes as per review
* refactor: move lotus mount and dag store wrapper to lotus * rebase Co-authored-by: aarshkshah1992 <aarshkshah1992@gmail.com>
This commit moves the migration logic out of this module and into Lotus, as it is implementation specific. The migration now lives in the DAGStoreWrapper, which also makes for a simpler design.
redesign dagstore migration.
raulk
force-pushed
the
feat/wip-markets-dagstore
branch
2 times, most recently
from
August 16, 2021 18:09
bd6c99c
to
bcb4d1f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.