Skip to content

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 from CreateDB.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 and ManageSysEntities.java to call CreateDB.sh

To test follow manual procedure mentioned in docker-setup/README.md (till the working of setuplocalVO.sh)

Edited by Animesh Narayan Dangwal

Merge request reports