From cbed4a368b15205cde88a3a2537ddb5e51614420 Mon Sep 17 00:00:00 2001 From: jangko Date: Thu, 20 May 2021 16:18:20 +0700 Subject: [PATCH] hive: update current state of the tests from: ethereum/sync: 0 pass, 1 fail, 1 total to : ethereum/sync: 2 pass, 2 fail, 4 total --- hive_integration/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hive_integration/README.md b/hive_integration/README.md index 3ea10b20c..b06c21e08 100644 --- a/hive_integration/README.md +++ b/hive_integration/README.md @@ -84,21 +84,21 @@ These Hive suites/simulators can be run: - `smoke/network` - `smoke/genesis` - `devp2p/discv4` -- `devp2p/eth` +- `devp2p/eth` -> require at least 2 clients +- `ethereum/sync` These Hive suites/simulators don't work with `nimbus-eth1` currently: -- `ethereum/sync` - `smoke/clique` -The number of passes and fails output at the time of writing (2021-05-18) is: +The number of passes and fails output at the time of writing (2021-05-20) is: ethereum/consensus: 28186 pass, 59 fail, 28245 total ethereum/graphql: 36 pass, 10 fail, 46 total devp2p/discv4: 3 pass, 11 fail, 14 total devp2p/eth: 1 pass, 8 fail, 9 total ethereum/rpc: 3 pass, 35 fail, 38 total - ethereum/sync: 0 pass, 1 fail, 1 total + ethereum/sync: 2 pass, 2 fail, 4 total smoke/genesis: 3 pass, 0 fail, 3 total smoke/network: 1 pass, 0 fail, 1 total smoke/clique: 0 pass, 1 fail, 1 total