You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Modify .travis.yml to run just the Race Detector job, but the whole suite. Timeout does not happen if the test runs just by itself. (Remove everything else from - include group.)
Push that branch to ethersphere and make sure your job gets triggered. Travis builds
=> The job should fail. (TestDeliveryFromNodes github.com/ethereum/go-ethereum/swarm/network/stream)
Do we care about the added complexity of if testutil.RaceEnabled?
Do we expect to learn anything new if we run not just 2 and 4 nodes, but 8 and 16?
Does that - having more nodes - worth the extra 60s added to total testing time? Even if we can run the tests, should we? * Is this investigation and possible fix the best way to use our time?obsolete: tests are passing after cmd/swarm: fix resource leaks in tests ethereum/go-ethereum#19443
From @zelig:
src: #1243 (comment)
How to reproduce
.travis.ymlto run just the Race Detector job, but the whole suite. Timeout does not happen if the test runs just by itself. (Remove everything else from- includegroup.)=> The job should fail. (
TestDeliveryFromNodes github.com/ethereum/go-ethereum/swarm/network/stream)Test run time
If run alone
Questions
if testutil.RaceEnabled?* Is this investigation and possible fix the best way to use our time?obsolete: tests are passing after cmd/swarm: fix resource leaks in tests ethereum/go-ethereum#19443