- Oct 09, 2018
-
-
Felix Lange authored
Notifier tracks whether subscription are 'active'. A subscription becomes active when the subscription ID has been sent to the client. If the client sends notifications in the request handler before the subscription becomes active they are dropped. The tests tried to work around this problem by always waiting 5s before sending the first notification. Fix it by buffering notifications until the subscription becomes active. This speeds up all subscription tests. Also fix TestSubscriptionMultipleNamespaces to wait for three messages per subscription instead of six. The test now finishes just after all notifications have been received and doesn't hit the 30s timeout anymore.
-
Elad authored
These minor changes already shaved off around 30s.
-
Anton Evangelatov authored
* swarm/storage: lower constants for faster tests * swarm: reduce test size for TestLocalStoreAndRetrieve * swarm: reduce nodes for dec_inc_node_count
-
Martin Holst Swende authored
* cmd/clef: encrypt master seed of clef Signed-off-by:
YaoZengzeng <yaozengzeng@zju.edu.cn> * keystore: refactor for external use of encryption * clef: utilize keystore encryption, check flags correctly * clef: validate master password * clef: add json wrapping around encrypted master seed
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Guillaume Ballet authored
-
- Oct 08, 2018
-
-
holisticode authored
* swarm/network/stream: introduced visualized snapshot sync test * swarm/network/stream: non-existing hash visualization sim * swarm/network/stream: fixed retrieval tests; new backend for visualization * swarm/network/stream: cleanup of visualized_snapshot_sync_sim_test.go * swarm/network/stream: rebased PR on master * swarm/network/stream: fixed loop logic in retrieval tests * swarm/network/stream: fixed iterations for snapshot tests * swarm/network/stream: address PR comments * swarm/network/stream: addressed PR comments
-
Felix Lange authored
* travis: exclude non-test jobs for PRs We don't usually look at these builders and not starting them removes ~15min of build time. * build: don't run vet before tests Recent versions of Go run vet during 'go test' and we have a dedicated lint job. * build: use -timeout 5m for tests Tests sometimes hang on Travis. CI runs are aborted after 10min with no output. Adding the timeout means we get to see the stack trace for timeouts.
-
Felix Lange authored
This fixes the tests on 32bit platforms.
-
Ryan Schneider authored
-
Gary Rong authored
-
Péter Szilágyi authored
-
Wenbiao Zheng authored
-
Péter Szilágyi authored
-
Javier Peletier authored
-
- Oct 06, 2018
-
-
Philip Schlump authored
-
- Oct 05, 2018
-
-
Jeremy Schlatter authored
-
Martin Holst Swende authored
This is a stopgap until new tests have been generated and imported.
-
Martin Holst Swende authored
* core/vm : fix failing testcase * core/vm: fix nitpick
-
Péter Szilágyi authored
eth/downloader: fix invalid hash chain error due to head mini reorg
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* core/vm: create2 address generation tests * core/vm: per byte cost of CREATE2 * core/vm: fix linter issue in test
-
Martin Holst Swende authored
-
- Oct 04, 2018
-
-
Péter Szilágyi authored
params: add ropsten fork delay, update les checkpoints
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* core/vm/runtim: benchmark create/create2 * core/vm: do less hashing in CREATE2 * core/vm: avoid storing jumpdest analysis for initcode * core/vm: avoid unneccesary lookups, remove unused fields * core/vm: go formatting tests * core/vm: save jumpdest analysis locally * core/vm: use common.Hash instead of nil, fix review comments * core/vm: removed type destinations * core/vm: correct check for empty hash * eth: more elegant api_tracer * core/vm: address review concerns
-
Anton Evangelatov authored
-
Felix Lange authored
-
Péter Szilágyi authored
Enable constantinople on Ropsten testnet
-
Liang Ma authored
-
Felix Lange authored
* cmd/puppeth: fix node URL in health check * cmd/puppeth: set external IP for geth * cmd/puppeth: fix enode cast issue
-
Casey Detrio authored
-
Anton Evangelatov authored
-
- Oct 03, 2018
-
-
Zsolt Felföldi authored
-
Viktor Trón authored
swarm/storage/feeds: Renamed MRU to Swarm Feeds
-
Anton Evangelatov authored
-
Péter Szilágyi authored
-
Samuel Marks authored
-
Javier Peletier authored
-