Please include a summary of the change. If required, also include relevant info about motivation and context... And if PR includes UI elements (or if it helps for understanding it), please add extra files: snapshots, videos...
Type of change
Fix
Acceptance
To recreate issue:
Set PG_USER's password to include % character
From the analytics-toolbox project, run cd clouds/postgres && make test
It will fail due to a bad password in the connection_string in submodule `core/clouds/postgres/common/test_utils/init.py
Checkout this branch in core and rerun. The tests should run fine
Description
Shortcut
Please include a summary of the change. If required, also include relevant info about motivation and context... And if PR includes UI elements (or if it helps for understanding it), please add extra files: snapshots, videos...
Type of change
Acceptance
To recreate issue:
%
characteranalytics-toolbox
project, runcd clouds/postgres && make test
core
and rerun. The tests should run fine