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

Set TELEPORT_ETCD_TEST=yes. #12784

Merged
merged 2 commits into from
May 20, 2022
Merged

Set TELEPORT_ETCD_TEST=yes. #12784

merged 2 commits into from
May 20, 2022

Conversation

Tener
Copy link
Contributor

@Tener Tener commented May 20, 2022

As far as I can tell, we have a bug in our current code:

	cmd.Env = append(os.Environ(), "TELEPORT_ETCD_TEST=yes")
	cmd.Env = append(os.Environ(), "TELEPORT_XAUTH_TEST=yes")

Given the above, cmd.Env will not have "TELEPORT_ETCD_TEST=yes" set.

@Tener Tener requested review from tcsc, zmb3 and Joerger May 20, 2022 14:10
Copy link
Collaborator

@zmb3 zmb3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Copy link
Contributor

@codingllama codingllama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted, thanks.

.cloudbuild/scripts/cmd/unit-tests/main.go Show resolved Hide resolved
@Tener Tener enabled auto-merge (squash) May 20, 2022 15:01
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.

4 participants