decred / dcrd

Decred daemon in Go (golang).

Home Page:https://decred.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-enable RPC integration tests one #3092 is merged.

davecgh opened this issue · comments

The RPC integration test framework needs to be updated to work properly with the code in #3092 and #3115.

The associated TestTreasury test in internal/integration/rpctests was disabled as a part of that PR because of the circular dependency of the separate framework requiring the code that the PR itself introduces in order to work properly with the modified version of simnet it introduces.

This is a reminder to re-enable the test once #3092 and #3115 have been merged and the separate framework has been updated to use them.

The PRs that update the RPC integration test framework are decred/dcrtest#12 and decred/dcrtest#14.