1. 20 2月, 2019 2 次提交
  2. 14 2月, 2019 1 次提交
  3. 23 1月, 2019 2 次提交
  4. 22 1月, 2019 2 次提交
  5. 21 1月, 2019 2 次提交
  6. 19 1月, 2019 1 次提交
    • B
      polish bats test cases (#192) · 7ede3434
      Becivells 提交于
      * report check
      
      * add soar -help;change 6.
      
      * add dsn root:password@host:port/db
      
      * check has password
      
      * check has password from stdout or log
      7ede3434
  7. 16 1月, 2019 1 次提交
  8. 13 1月, 2019 2 次提交
  9. 11 1月, 2019 1 次提交
  10. 09 1月, 2019 3 次提交
  11. 08 1月, 2019 2 次提交
    • X
      update bats test by Becivells · fe9fd349
      xiyangxixian 提交于
      fe9fd349
    • martianzhang's avatar
      add cli test frame work bats (#181) · 9df3418c
      martianzhang 提交于
      * import bats for cli test
      
        https://github.com/sstephenson/bats
      
      * add simple test case for cli use bats
      
      * format main.bats add env
      
      * replace main_test.sh with main.bats
      
        make explain suggestion sorted
        make index suggestion sorted
      
      * add test database world_x
      
      * update bats golden result
      
      * make docker add 180s timeout
      
        1. add timeout for docker start
        2. add not explain able sql test case into explain_test.go
      
      * explain info Using index VS Using index condition
      
        remove nonappearence key from explain extra info
      
      * add timeout for test
      9df3418c