Skip to content

Commit

Permalink
fix test results
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 9, 2022
1 parent 9e1ae6b commit 2bd5835
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions AllTests-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ OK: 1/1 Fail: 0/1 Skip: 0/1
+ Tail block only in common OK
```
OK: 2/2 Fail: 0/2 Skip: 0/2
## Doppelganger protection test suite
```diff
+ doppelgangerCheck() test OK
```
OK: 1/1 Fail: 0/1 Skip: 0/1
## EF - SSZ generic types
```diff
Testing basic_vector inputs - invalid Skip
Expand Down Expand Up @@ -508,6 +503,17 @@ OK: 4/4 Fail: 0/4 Skip: 0/4
+ [SyncQueue] hasEndGap() test OK
```
OK: 23/23 Fail: 0/23 Skip: 0/23
## Validator pool
```diff
+ Activation after check OK
+ Doppelganger for already active validator OK
+ Doppelganger for genesis validator OK
+ Doppelganger for validator that activates in future epoch OK
+ Doppelganger for validator that activates in previous epoch OK
+ Doppelganger for validator that activates in same epoch as check OK
+ Future activation after check OK
```
OK: 7/7 Fail: 0/7 Skip: 0/7
## Zero signature sanity checks
```diff
+ SSZ serialization roundtrip of SignedBeaconBlockHeader OK
Expand Down Expand Up @@ -623,4 +629,4 @@ OK: 2/2 Fail: 0/2 Skip: 0/2
OK: 9/9 Fail: 0/9 Skip: 0/9

---TOTAL---
OK: 344/349 Fail: 0/349 Skip: 5/349
OK: 350/355 Fail: 0/355 Skip: 5/355

0 comments on commit 2bd5835

Please sign in to comment.