Tests for the jolie database service
To run:
- Clone this repository
- Run 'npm install'
- Run 'npm run testHSQL' or 'npm run timeHSQL'
- To test with PostgreSQL instead of HSQL, first run 'docker-compose up' in a seperate terminal window
- If you are not running the new version of the Jolie DatabaseService (https://github.com/Maje419/jolie), all tests related to transactions should fail.
- To test with the new version of the DatabaseService, follow the guide for 'compiling from source' here: https://www.jolie-lang.org/downloads.html - Remember to clone the Maje419/jolie repository inststead in the first step.