Converting Test Setup Scripts to Bash: CreateDB.sh
Includes all files added and modified to convert CreateDB.java
to CreatedDB.sh
Summary of changes:
- Added
CreateDB.sh
with analogous functions fromCreateDB.java
- Added
mysql_passwd.txt
,addGUIDIndex.txt
,addIndexTable.txt
,cataloguedirectories.txt
createCatalogue.txt
,userindextable.txt
for initializing the test DB and creating databases. - Modified
SetupTestVO.java
andManageSysEntities.java
to callCreateDB.sh
To test follow manual procedure mentioned in docker-setup/README.md
(till the working of setuplocalVO.sh
)
Edited by Animesh Narayan Dangwal