dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
21 stars 19 forks source link

DAPI smoke tests are not working on seeds #554

Closed pshenmic closed 1 year ago

pshenmic commented 1 year ago

Expected Behavior

DAPI smoke tests should be working on the seed nodes

Current Behavior

They are not working, because because tenderdash is being run in seed mode, which disables Tenderdash RPC endpoint. Thus, dashmate is not able to gather necessary information for a proper smoke test execution

Possible Solution

Look into tenderdash prometheus data if there is all necessary data for this task

strophy commented 1 year ago

Resolved in https://github.com/dashpay/dash-network-deploy/pull/565

DAPI no longer runs on seed nodes. Tenderdash on seed nodes is tested like this: https://github.com/dashpay/dash-network-deploy/blob/v0.25-dev/test/smoke/tenderdash.js#L172