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
This commit is contained in:
parent
19f343b979
commit
cbed4a368b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue