hughhhh commented on code in PR #20014:
URL: https://github.com/apache/superset/pull/20014#discussion_r870754416


##########
scripts/tests/run.sh:
##########
@@ -26,19 +26,20 @@ function reset_db() {
   echo --------------------
   echo Reseting test DB
   echo --------------------
-  docker-compose stop superset-tests-worker superset || true
-  RESET_DB_CMD="psql \"postgresql://${DB_USER}:${DB_PASSWORD}@127.0.0.1:5432\" 
<<-EOF
+  # docker-compose stop superset-tests-worker superset || true
+  psql -U ${DB_USER}

Review Comment:
   do we want to check in these changes?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to