Commit 22c9c38
fix: pass explicit postgres user in Verdaccio sanity test
The sanity container runs as root, so the CLI's auto-discovery
connected to postgres as "root" — which doesn't exist. Fix:
- Add TEST_PG_USER=postgres to docker-compose env vars
- Export ALTIMATE_CODE_CONN_PG_TEST with explicit user/password
in smoke-tests.sh so the CLI uses the correct credentials
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bde8c84 commit 22c9c38
File tree
2 files changed
+5
-0
lines changed- test/sanity
- phases
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| |||
0 commit comments