You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added createTables in plugin execution and table definition json file in configuration. When I run maven integration test, the plugin printout says that the table is created. However list-tables shows there are 0 tables (both by my test and aws dynamodb command-line). I ended by writing code to create the table before the test.
The text was updated successfully, but these errors were encountered:
@asaphoenix it's weird, since it works perfectly for me, in this project for example: https://github.com/yegor256/jare Are you sure you have the right configuration in pom?
I added createTables in plugin execution and table definition json file in configuration. When I run maven integration test, the plugin printout says that the table is created. However list-tables shows there are 0 tables (both by my test and aws dynamodb command-line). I ended by writing code to create the table before the test.
The text was updated successfully, but these errors were encountered: