Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 459 Bytes

File metadata and controls

19 lines (13 loc) · 459 Bytes

Write a Issue

We can have a discussion about what to do and how to do

Coding

Fix a bug or coding a feature

Add Test Case

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 config files in config dir
  • Set up env
  • Generate test data
  • Load data
  • Compare source and sync target