From ca37e9beef8ce0b51cc8e6395de47a9dbf98d66b Mon Sep 17 00:00:00 2001 From: ak Date: Thu, 7 Mar 2019 17:11:40 -0800 Subject: [PATCH] add state sync test and adjust priority --- specs/test/testplan.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/specs/test/testplan.md b/specs/test/testplan.md index df8ccec51..53e015c39 100644 --- a/specs/test/testplan.md +++ b/specs/test/testplan.md @@ -57,9 +57,9 @@ It should cover the basic function to pass, to fail, and error conditions. ### state syncing * test case # : SS1 -* description : beacon chain node ss -* test procedure : one new beacon node join in the beacon chain after beacon chain reach a few consensuses -* passing criteria : the new node can join in the consensus after state syncing +* description : node state sync basic +* test procedure : node joins network and is able to sync to latest block +* passing criteria : blockheight of node is equal to that of the shards blockchain and node has joined consensus. * dependency * note * automated? N @@ -72,6 +72,14 @@ It should cover the basic function to pass, to fail, and error conditions. * note * automated? N --- +* test case # : SS1 +* description : beacon chain node ss +* test procedure : one new beacon node join in the beacon chain after beacon chain reach a few consensuses +* passing criteria : the new node can join in the consensus after state syncing +* dependency +* note +* automated? N +--- ### consensus