Closed GiridharaSPK closed 1 year ago
Can you run the DBSP tests by themselves? If not, you cannot expect to run the SQL compiler tests either.
The above commit is pushed. Tried running the latest commit - the build is successful, but IllegalThreadStateException is thrown followed by PSQLException relating to the authentication) due to which build failure is happening
You have to create a user account on postgres and supply to the script the account and password. They are the -u and -p flags in the script. The script is very short, take a look
I have added a little documentation in the README about the database account that needs to be created and committed a version of the test script with the appropriate command-line flags. Please let me know if you still have trouble.
Is this issue resolved?
Yes
tried to run the run-tests.sh in my mac, it is throwing the following error