- 05 1月, 2015 30 次提交
-
-
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 提交于
-
由 Jeromy 提交于
-
sharness: verbose output
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
Make sharness tests' output helpful when verbose. This means cating certain files, or running diagnostic commands. I used a construction like: test_expect_success ".go-ipfs/ has been created" ' test -d ".go-ipfs" && test -f ".go-ipfs/config" && test -d ".go-ipfs/datastore" || fsh ls -al .go-ipfs ' The `|| ...` is a diagnostic run when the preceding command fails. `fsh` is a trivial script that echoes the args, runs the cmd, and then also fails, making sure the test case fails. (wouldnt want the diagnostic accidentally returning true and making it _seem_ like the test case succeeded).由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
- 04 1月, 2015 6 次提交
-
-
mount fixes
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
This commit cleans up how mounting was being done. It now successfully signals when it is properly mounted and listen to close signals correctly.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
Stream relaying
由 Juan Batiz-Benet 提交于
-
- 02 1月, 2015 4 次提交
-
-
not sure how it wasnt an error
由 Juan Batiz-Benet 提交于 -
This commit makes all network tests use ZeroLocalTCPAddress as the initial peer address, and then relies on net.ListenAddresses() This should get rid of the tcp addr clash problems.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-