Skip to content
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

update to context datastores #283

Merged
merged 2 commits into from
Dec 7, 2021
Merged

update to context datastores #283

merged 2 commits into from
Dec 7, 2021

Conversation

whyrusleeping
Copy link
Member

No description provided.

@@ -422,6 +422,11 @@ func (fgs *FakeGraphSync) Stats() graphsync.Stats {
return graphsync.Stats{}
}

func (fgs *FakeGraphSync) RegisterOutgoingRequestProcessingListener(graphsync.OnOutgoingRequestProcessingListener) graphsync.UnregisterHookFunc {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where this came from why this exist

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea that's a mock GraphExchange interface that needs a new method cause Graphsync updated and added it.. I'm moving away from putting methods on GraphExchange and towards only implementing them on the main implementation to simplify this. But later.

@arajasek
Copy link
Collaborator

arajasek commented Dec 7, 2021

Updated to latest go-ds-versioning, but test seems to be flaky failing (passes locally)

@codecov-commenter
Copy link

Codecov Report

Merging #283 (79a33dd) into master (2e55897) will decrease coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #283      +/-   ##
==========================================
- Coverage   67.58%   67.50%   -0.09%     
==========================================
  Files          24       24              
  Lines        3184     3188       +4     
==========================================
  Hits         2152     2152              
- Misses        668      671       +3     
- Partials      364      365       +1     
Impacted Files Coverage Δ
cidsets/cidsets.go 73.73% <100.00%> (+1.10%) ⬆️
network/libp2p_impl.go 64.93% <0.00%> (-2.60%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e55897...79a33dd. Read the comment docs.

@hannahhoward
Copy link
Collaborator

@arajasek go-data-transfer I believe still suffers from unreliable CI -- I haven't been in it in a bit but @dirkmc can confirm.

Copy link
Collaborator

@hannahhoward hannahhoward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -422,6 +422,11 @@ func (fgs *FakeGraphSync) Stats() graphsync.Stats {
return graphsync.Stats{}
}

func (fgs *FakeGraphSync) RegisterOutgoingRequestProcessingListener(graphsync.OnOutgoingRequestProcessingListener) graphsync.UnregisterHookFunc {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea that's a mock GraphExchange interface that needs a new method cause Graphsync updated and added it.. I'm moving away from putting methods on GraphExchange and towards only implementing them on the main implementation to simplify this. But later.

@hannahhoward hannahhoward merged commit 3f2dabf into master Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants