Merge pull request #539 from harmony-one/testplan

add state sync test and adjust priority
pull/544/head
alajko 6 years ago committed by GitHub
commit 40e4895873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      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

Loading…
Cancel
Save