-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Integration Test #271
Comments
Taking this one from Brian so he can concentrate on #129. |
Needs to create multiple accounts and transfer funds Also needs to set filter_on_accounts in config.ini for eosd to verify that transactions are filtered if its scope doesn't contain at least 1 filter_on_accounts entries. |
My suggestion is to make several commits on this, making sure that at least initial integration testing is occurring and then improving it. Since we are coming up on the wallet demo and the September release and the sooner we find out that an integration problem has occurred the better. |
Would like to get this working with eos-walletd as well. |
I think it will be useful to get something simple in place to start. We can then add to it over time. Thinking something like the following for the first pass.
|
I think this gives us a good first cut at a simple integration test. At this point, maybe we should create new issues for additional functionality. |
@bytemaster Do you want me to add additional tests or submit a pull request? |
|
Integration test was merged. Closing. |
Release Version 1.4.1
Add a script to run eosd and launch eosc to exercise the api (create account, transfer, get info, transactions,...) and verify the output. If the test can be run sufficiently fast, then it should be made part of Travis, or look into adding flags to run a limited set for Travis.
The text was updated successfully, but these errors were encountered: