mirror of
https://github.com/apache/impala.git
synced 2026-01-02 21:00:35 -05:00
Various test scripts operating on postgres databases output unhelpful log messages, including "ERROR" messages that aren't actual errors when trying to drop a database that doesn't exist. Send useless output to /dev/null and consistently use || true to ignore errors from dropdb. Change-Id: I95f123a8e8cc083bf4eb81fe1199be74a64180f5 Reviewed-on: http://gerrit.cloudera.org:8080/1753 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Internal Jenkins