Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom local storages to sdk dbtool #411

Open
davehorizen opened this issue Jun 17, 2022 · 1 comment
Open

Add custom local storages to sdk dbtool #411

davehorizen opened this issue Jun 17, 2022 · 1 comment

Comments

@davehorizen
Copy link
Contributor

To rollback the storage or to check its version for test purposes it is possible to use the dbtools of the SDK.
To interact with the dbtools we need to execute the executable file of the tool called (at the time of writing) sidechain-sdk-dbtools-0.3.4. The list of the local storages name is defined in the DbTool java file of the executable file, it contains only the names of the common storages (common to all sidechains) and the Simple App storages. This list can't be changed or updated at runtime.
it would be helpful to have the ability to update this list for example providing them as CLI arguments of the application.

@paolocappelletti
Copy link
Collaborator

Furthermore: we should update the testing framework to be able to invoke the dbtools with these new additiona parameters, to allow apps to use it in python tests

@davehorizen davehorizen linked a pull request Jul 4, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants