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:
jangko 2021-05-20 16:18:20 +07:00
parent 19f343b979
commit cbed4a368b
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 4 additions and 4 deletions

View File

@ -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