celestiaorg / test-infra

Testing infrastructure for the Celestia Network
Apache License 2.0
25 stars 10 forks source link

Use a unique chain-id with each test #197

Closed evan-forbes closed 1 year ago

evan-forbes commented 1 year ago

Currently, we are using a chain-id == "private" for each test. Up to this point, this has worked perfectly, but now that we are collecting data to an external database for many different networks and tests, using a unique chain-id would allow us to easily distinguish between test runs/networks in that data base.

This was recently also changed in the tendermint e2e test in #970

Bidon15 commented 1 year ago

Ref: https://github.com/celestiaorg/test-infra/issues/34

evan-forbes commented 1 year ago

closing as this is redundant to #34