aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerenc Szabo <frncmx@gmail.com>2019-03-21 19:06:11 +0800
committerFelix Lange <fjl@users.noreply.github.com>2019-03-21 19:06:11 +0800
commit358535188852bd9d8e351ccbb0d1fa608284a77b (patch)
tree71cc2a7d22f8cbfe9ff6b3b607a4865818321d8d
parentbaded64d8819ece2bb715bf707882017dca03ae4 (diff)
downloadgo-tangerine-358535188852bd9d8e351ccbb0d1fa608284a77b.tar
go-tangerine-358535188852bd9d8e351ccbb0d1fa608284a77b.tar.gz
go-tangerine-358535188852bd9d8e351ccbb0d1fa608284a77b.tar.bz2
go-tangerine-358535188852bd9d8e351ccbb0d1fa608284a77b.tar.lz
go-tangerine-358535188852bd9d8e351ccbb0d1fa608284a77b.tar.xz
go-tangerine-358535188852bd9d8e351ccbb0d1fa608284a77b.tar.zst
go-tangerine-358535188852bd9d8e351ccbb0d1fa608284a77b.zip
travis: extend race detection for swarm p2p packages (#19287)
* travis: remove verbose from Swarm race tests By removing -v our output will be cleaner, but the Travis job still won't be terminated - due to 'no output for 10 minutes' - as keepalive .sh produces a log line every 5 minutes. * travis: extend Swarm race detection to p2p subpackages As p2p/protocols, p2p/simulations and p2p/testing packages mostly belong to the Swarm team.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7d0777fee..8ff5fa3cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -232,4 +232,4 @@ matrix:
go: 1.12.x
git:
submodules: false # avoid cloning ethereum/tests
- script: ./build/travis_keepalive.sh go test -v -timeout 20m -race ./swarm...
+ script: ./build/travis_keepalive.sh go test -timeout 20m -race ./swarm... ./p2p/{protocols,simulations,testing}/...