Improve robustness of client tests

All tests that were failing in CI with this diffs showing traces with
context, which correspond to a default `VERBOSITY verbose` in the server.

Since we migrated the CI to postgres 9.6 it makes sense to see such
differences in server configuration.

Enforcing the verbosity level makes the tests more robust indeed.
This commit is contained in:
Rafa de la Torre
2017-10-04 16:38:54 +02:00
parent 445d4cf97d
commit 98eef7ae02
20 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
\set VERBOSITY terse
-- Add to the search path the schema
SET search_path TO public,cartodb,cdb_dataservices_client;