Skip to content

chore: improve process management in upgrade test script#985

Open
mentels wants to merge 1 commit into
mainfrom
chore/test-upgrade-script
Open

chore: improve process management in upgrade test script#985
mentels wants to merge 1 commit into
mainfrom
chore/test-upgrade-script

Conversation

@mentels
Copy link
Copy Markdown
Contributor

@mentels mentels commented May 14, 2026

Replace daemon mode with a backgrounded foreground process (start ... &) so the BEAM PID is captured directly via $!, removing the fragile pgrep dependency. Output is redirected to /tmp/supavisor_upgrade_test.log. Also removes METRICS_DISABLED=true for a more realistic test environment.

Replace daemon mode with backgrounded foreground process to allow direct
PID capture via $!, avoiding the fragile pgrep approach. Also enable
metrics during upgrade tests by removing METRICS_DISABLED=true.
@mentels mentels marked this pull request as ready for review May 14, 2026 11:42
@mentels mentels requested a review from a team as a code owner May 14, 2026 11:42
@mentels mentels requested a review from v0idpwn May 14, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants