Add cache, donut tests separately - fix behavior differences

Remove priority queue, implement it using a simpler channels
This commit is contained in:
Harshavardhana
2015-07-01 22:36:33 -07:00
parent ebe61d99d9
commit 5cfb05465e
9 changed files with 367 additions and 326 deletions

View File

@@ -29,7 +29,7 @@ lint:
cyclo:
@echo "Running $@:"
@test -z "$$(gocyclo -over 19 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
@test -z "$$(gocyclo -over 25 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
gomake-all: getdeps verifiers
@echo "Installing minio:"