ldanielmadariaga
ldanielmadariaga
We need an automated tool to ingest MySQL database dumps (database schema, tables and data) into CloudSQL while avoiding the common performance pitfalls that a regular ingest tends to fall...
We need to create an automated tool that will dump a MySQL database's contents into a schema file and it's corresponding data files
Have Gradle run all tests upon invocation (Save for E2E) Have a special E2E command Have commands to invoke the actual tools
Have Gradle run all tests upon invocation (Save for E2E) Have a special E2E command Have commands to invoke the actual tools
As the repo grows and subprojects start to be added we need to differentiate these in Travis builds. IMHO the ideal way to tackle this would be to have each...