Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: do not pass TEST_LOG to log filter in e2e tests #25761

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

hiltontj
Copy link
Contributor

@hiltontj hiltontj commented Jan 7, 2025

Closes #25760

This changes the E2E tests so that the TEST_LOG env var does not pass its value forward to the log filter on the running process. We need the process to use an info log filter so that the server's local address can be scraped from the logs (see #25758).

@hiltontj hiltontj added the v3 label Jan 7, 2025
@hiltontj hiltontj self-assigned this Jan 7, 2025
@hiltontj hiltontj merged commit 94b53f9 into main Jan 8, 2025
13 checks passed
@hiltontj hiltontj deleted the hiltontj/log-server-addr-2 branch January 8, 2025 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passing certain log filters to TEST_LOG can cause E2E tests to hang
2 participants