autotest / autotest-client-tests

Autotest client tests
Other
29 stars 84 forks source link

sqlite:cleanup of unnecessary folder and fixed some of the cosmetic issues #107

Closed ramyabs closed 7 years ago

ramyabs commented 7 years ago

Problem Description : 1)There were folder called sqlite-tcl (its separate test) ,so removed that . 2)In python wrapper we were calling the shell wrapper(sqlite.sh) which was not present ,instead it was inside the folder called sqlite. 3)so deleted the sqlite folder and added all the files present in sqlite folder to linux-tools/sqlite directly . 4)modified sqlite.py wrapper ,since it was not calling the sqlite.sh ,it was throwing error . 5)Made path changes to test_files/runpivot.sh ,test_files/sample03 inorder to run correctly .

Signed-off-by: Ramya BS ramyabs1@in.ibm.com

ramyabs commented 7 years ago

@lmr ,can you please look into this continuous integration check failure , as for my knowledge its something with the auto test build system .

lmr commented 7 years ago

@ramyabs A new sphinx version ended up requiring setuptools. I merged a fix, please rebase and force push to your sqlite_test1 branch

ramyabs commented 7 years ago

closing this PR ,as will be raising new one with changes suggested .