- 05 1月, 2015 40 次提交
-
-
sharness tests should not bootstrap to the dht. it may be useful to test that specifically, but not on the other tests.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
feat(dht) Bootstrap
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
use dht bootstrap. there is an edge case where the dht is tiny (1?) and we have 0 bootstrap peers. we should probably _inform_ the user, but this may be more a webui or command thing.
由 Juan Batiz-Benet 提交于 -
This also makes it an Error to find a peer.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
to test jenkins License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com>
由 Brian Tiger Chow 提交于 -
License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com>
由 Brian Tiger Chow 提交于 -
various fixes
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
Bitswap doesn't usually care about dialing. the underlying network adapter can make sure of that.
由 Juan Batiz-Benet 提交于 -
We use make test as the measure of correctness. This laxity has let bugs creep into several systems. This commit changes our target to always run expensive tests, unless one specifically runs `make test_short` (we would do well to remove most if not all timing-- that's usually what makes tests take a long time.)
由 Juan Batiz-Benet 提交于 -
This is causing test failures because tests don't usually have "/-/-" format. we can decide whether or not to allow keys without validators, but for now removing. cc @whyrusleeping
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
mocknet indeterminism screwed this test up. that's twice it's bitten us. let's not let it do it a third time. cc @briantigerchow omg.
由 Juan Batiz-Benet 提交于 -
TestGetFailures may just be operating very slowly, instead of completely failing. Right now it gets caught on travis often. not sure if its actually wrong.
由 Juan Batiz-Benet 提交于 -
this fixes a failing ipns test which didnt have a "working" routing system
由 Juan Batiz-Benet 提交于 -
Without `-f`, `make clean` fails on machines that don't have the dir. cc @jbenet
由 Brian Tiger Chow 提交于 -
@jbenet @whyrusleeping This bug (missing return) could tie up the client worker and cause operations to come to a halt.
由 Brian Tiger Chow 提交于 -
utp is BROKEN!! it causes tests to fail.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
we shouldn't use an arbitrary timeout here. since Get doesnt take in a context yet, we give a large upper bound. think of an http request. we want it to go on as long as the client requests it.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
this commit adds a logger with prefixes
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
fix sharness test for ipfs init output
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-