-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
FindProviders regression #452
Comments
Thats odd, the new find providers only extends the previous behaviour, before it would just send the peers we had locally in our routing table, now it will do that, then search for more. Ill take a look at it now |
Do you have any reproductible test case that doesnt involve docker? |
ooooh, wait. I think i see it. We are treating an error on an individual request as an error on the whole RPC |
@maybebtc has this been resolved? Or are you still encountering the same issue? |
I haven't been able to reproduce the issue. Tests are passing. |
well, if thats the case, ill close this one out. |
this may have reared its head: https://build.protocol-dev.com/job/network-test/237/console |
If needed, I can shift my focus over to getting the DHT into a workable state. |
@jbenet @whyrusleeping it's becoming increasingly likely that this is causing failures on #463 |
@maybebtc hm. probably :( |
I think this is fixed. @briantigerchow confirm? |
…com/ipfs/go-datastore-0.4.2 build(deps): bump github.com/ipfs/go-datastore from 0.4.1 to 0.4.2
#440 introduces a bug in the DHT that causes the following test to fail:
Test fails with output:
The failing test is shown here: https://build.protocol-dev.com/job/ipfs-dockertest/9/console
After reverting the changes, the tests pass. The passing test is shown here: https://build.protocol-dev.com/job/ipfs-dockertest/11/console
The branch with the reverted code is here: https://github.com/jbenet/go-ipfs/tree/revert/dht
@whyrusleeping @jbenet Plan of action?
The text was updated successfully, but these errors were encountered: