Skip to content

Commit

Permalink
Fix AllTests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Aug 31, 2023
1 parent 977c358 commit 9e3baa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions AllTests-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,12 +584,14 @@ OK: 24/24 Fail: 0/24 Skip: 0/24
OK: 1/1 Fail: 0/1 Skip: 0/1
## Validator Client test suite
```diff
+ /eth/v1/validator/beacon_committee_selections serialization/deserialization test OK
+ /eth/v1/validator/sync_committee_selections serialization/deserialization test OK
+ bestSuccess() API timeout test OK
+ firstSuccessParallel() API timeout test OK
+ getAttestationDataScore() test vectors OK
+ normalizeUri() test vectors OK
```
OK: 4/4 Fail: 0/4 Skip: 0/4
OK: 6/6 Fail: 0/6 Skip: 0/6
## Validator change pool testing suite
```diff
+ addValidatorChangeMessage/getAttesterSlashingMessage OK
Expand Down Expand Up @@ -700,4 +702,4 @@ OK: 2/2 Fail: 0/2 Skip: 0/2
OK: 9/9 Fail: 0/9 Skip: 0/9

---TOTAL---
OK: 393/398 Fail: 0/398 Skip: 5/398
OK: 395/400 Fail: 0/400 Skip: 5/400
2 changes: 1 addition & 1 deletion tests/test_validator_client.nim
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ suite "Validator Client test suite":
let expect = vector[1] % (hostname)
check $normalizeUri(parseUri(vector[0] % (hostname))) == expect

asyncTest "/eth/v1/validator/sync_committee_selections " &
asyncTest "/eth/v1/validator/beacon_committee_selections " &
"serialization/deserialization test":
var clientRequest: seq[byte]
proc process(r: RequestFence): Future[HttpResponseRef] {.async.} =
Expand Down

0 comments on commit 9e3baa5

Please sign in to comment.