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:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have added or updated relevant unit/integration/functional/e2e tests
[x] I have made corresponding changes to the documentation
For repository code-owners and collaborators only
[x] I have assigned this pull request to a milestone
Issue being fixed or feature implemented
DAPI core smoke tests were failing on all evonodes with:
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