From 0ab809cc94d3d03627877a02084187b8fcf32565 Mon Sep 17 00:00:00 2001 From: tersec Date: Fri, 10 Jul 2020 13:29:16 +0000 Subject: [PATCH] synchronize test result summary with make test results (#1299) --- AllTests-mainnet.md | 5 ++--- beacon_chain/eth2_discovery.nim | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/AllTests-mainnet.md b/AllTests-mainnet.md index b64663acc..0ed8d2aec 100644 --- a/AllTests-mainnet.md +++ b/AllTests-mainnet.md @@ -54,10 +54,9 @@ OK: 7/7 Fail: 0/7 Skip: 0/7 OK: 5/5 Fail: 0/5 Skip: 0/5 ## BlockPool finalization tests [Preset: mainnet] ```diff -+ init with gaps [Preset: mainnet] OK + prune heads on finalization [Preset: mainnet] OK ``` -OK: 2/2 Fail: 0/2 Skip: 0/2 +OK: 1/1 Fail: 0/1 Skip: 0/1 ## BlockRef and helpers [Preset: mainnet] ```diff + getAncestorAt sanity [Preset: mainnet] OK @@ -268,4 +267,4 @@ OK: 8/8 Fail: 0/8 Skip: 0/8 OK: 1/1 Fail: 0/1 Skip: 0/1 ---TOTAL--- -OK: 161/164 Fail: 0/164 Skip: 3/164 +OK: 162/165 Fail: 0/165 Skip: 3/165 diff --git a/beacon_chain/eth2_discovery.nim b/beacon_chain/eth2_discovery.nim index 5b0a52dca..3ab31cd42 100644 --- a/beacon_chain/eth2_discovery.nim +++ b/beacon_chain/eth2_discovery.nim @@ -1,7 +1,7 @@ {.push raises: [Defect].} import - os, sequtils, strutils, + os, strutils, chronicles, stew/shims/net, stew/results, eth/keys, eth/trie/db, bearssl, eth/p2p/discoveryv5/[enr, protocol, discovery_db, node], conf