- 13 Jan, 2015 1 commit
-
-
Brian Tiger Chow authored
-
- 07 Jan, 2015 2 commits
-
-
Christian Couder authored
The dockertest/ directory has been moved into test/ and it has been renamed 3nodetest/ in commit 28cf220d (dockertest -> test/3nodetest). License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
kept bin in place
-
- 06 Jan, 2015 1 commit
-
-
Juan Batiz-Benet authored
-
- 05 Jan, 2015 2 commits
-
-
Juan Batiz-Benet authored
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 authored
-
- 23 Dec, 2014 2 commits
-
-
Juan Batiz-Benet authored
this commit changes how the dockertest image is built. it moves the command into dockertest/Makefile. It also uses a cached file that -- if removed with make clean -- can signal whether the image should be rebuilt. (it may be ideal to have it either detect code has changed, or just rebuild every time. )
-
Brian Tiger Chow authored
-
- 15 Dec, 2014 1 commit
-
-
Brian Tiger Chow authored
misc fixes set all nodes to error fix: check return value after cat License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
- 09 Dec, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 22 Nov, 2014 1 commit
-
-
Christian Couder authored
Now 'make test' will run the go tests with option -test.short and the sharness tests without any option. And 'make test_expensive' will run the go tests without any option and the sharness tests with option TEST_EXPENSIVE=1. This should help fix the first part of issue #283. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 18 Nov, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 14 Nov, 2014 2 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 07 Nov, 2014 2 commits
-
-
Juan Batiz-Benet authored
The tests were using the globally installed ipfs. This commit changes it to build + use its own ipfs binary.
-
Juan Batiz-Benet authored
-
- 10 Sep, 2014 1 commit
-
-
Brian Tiger Chow authored
dependencies are vendored into Godeps/_workspace and commit versions are recorded in Godeps.json update datastore to e89f0511 update go.crypto
-