decred / dcrdex

The Decred Decentralized Exchange (DEX), powered by atomic-swaps.
Other
182 stars 90 forks source link

testing: core harness and loadbot tests need to be generalized #1565

Closed buck54321 closed 2 years ago

buck54321 commented 2 years ago

If we host the implementation and claim support for the asset, it needs to go through the full range of testing. trade_simnet_test.go must be generalized for arbitrary asset pairs. Loadbot too.

chappjc commented 2 years ago

Agree with that. At least with https://github.com/decred/dcrdex/pull/1553 we have the "livetest" working for all clone assets, but the e2e tests in trade_simnet_test.go should work for any assets as well.

JoeGruffins commented 2 years ago

Would kinda like to do this, unless someone has started.

buck54321 commented 2 years ago

@JoeGruffins I think core harness tests are the priority here. Loadbot is sorta messy, I think.