We can have a discussion about what to do and how to do
Fix a bug or coding a feature
Write test cases for your commit: examples
- Add mysql table if necessary
- add database & table definition for test data generation in test/generate/: name pattern
${db}.sql
- add database & table definition for test data generation in test/generate/: name pattern
- Add config files in config dir
- Set up env
- Generate test data
- Load data
- Compare source and sync target