Skip to content

Instantly share code, notes, and snippets.

@JackyWYX
Created May 20, 2020 01:28
Show Gist options
  • Save JackyWYX/c1e21f37ec4c0cdb8565f03d9b16f8c7 to your computer and use it in GitHub Desktop.
Save JackyWYX/c1e21f37ec4c0cdb8565f03d9b16f8c7 to your computer and use it in GitHub Desktop.
Test log files

Test log

This is the test log for PR: harmony-one/harmony#3048

Feature to be tested

Blockchain can sync as expected.

Test scenarios

  1. Validator for shard 0 can sync beacon chain data.
  2. Validator for shard 1 can sync both beacon chain and side chain data.
  3. explorer for shard 0 can sync beacon chain data.
  4. Explorer for shard 1 can sync side chain data.

Test steps

  1. Start all nodes for local blockchain to mine some blocks
  2. Stop all nodes, but keep all db data.
  3. Remove the db for the tested node.
  4. Restart all nodes.
  5. Targeted node without db shall be synced.

Test log

  1. Shard 0 validator (localhost:9502): PASSED
  2. Shard 1 validator (localhost:9503): PASSED
  3. Explorer S0 (localhost:9099): PASSED
  4. Explorer S1 (localhost:9099 with script update): PASSED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment