concord-bft icon indicating copy to clipboard operation
concord-bft copied to clipboard

Added test with multiple MPTs in the same storage space.

Open HristoStaykov opened this issue 1 year ago • 0 comments

In this test we create 201 addresses and for each address we create a tree and fill it with random data. In the end of the test we check that all the extracted paths for each key/value pair correctly reaches the associated Merkle root for the tree.

  • Problem Overview In this test we create 201 addresses and for each address we create a tree and fill it with random data. In the end of the test we check that all the extracted paths for each key/value pair correctly reaches the associated Merkle root for the tree. This test is intentionally not part of the CI. It is meant to be part of a periodic job.
  • Testing Done
    Test passes successfully.

HristoStaykov avatar May 03 '23 13:05 HristoStaykov