dashpay / dash-network-deploy

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

fix: AssertionError: no block info #562

Closed strophy closed 1 year ago

strophy commented 1 year ago

Issue being fixed or feature implemented

DAPI core smoke tests were failing on all evonodes with:

  10) Smoke
       DAPI
         All nodes
           hp-masternode-1
             should return data from Core:
     AssertionError: no block info
      at Context.<anonymous> (test/smoke/dapi.js:92:20)
      at process.processImmediate (node:internal/timers:476:21)

And smoke tests were failing with the same issue previously fixed in #550

What was done?

Fix test logic

How Has This Been Tested?

Locally against testnet

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only