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

Clear env vars when running 'make test' #2039

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

denik
Copy link
Contributor

@denik denik commented Dec 20, 2024

Some tests are sensible to DATABRICKS_HOST and DATABRICKS_TOKEN and fail if they are set.

Some tests are sensible to DATABRICKS_HOST and DATABRICKS_TOKEN and fail if
they are set.
@denik denik temporarily deployed to test-trigger-is December 20, 2024 09:10 — with GitHub Actions Inactive
Copy link

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/cli

Inputs:

  • PR number: 2039
  • Commit SHA: 5cb37d03cfccc804afc6abddc8bdb93cf0dd792c

Checks will be approved automatically on success.

@@ -12,7 +12,7 @@ test: lint testonly

testonly:
@echo "✓ Running tests ..."
@gotestsum --format pkgname-and-test-fails --no-summary=skipped --raw-command go test -v -json -short -coverprofile=coverage.txt ./...
@DATABRICKS_HOST= DATABRICKS_TOKEN= gotestsum --format pkgname-and-test-fails --no-summary=skipped --raw-command go test -v -json -short -coverprofile=coverage.txt ./...
Copy link
Contributor

Choose a reason for hiding this comment

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

Please include DATABRICKS_CONFIG_PROFILE as well. Pretty common.

Alternatively, this could be a shell script wrapper, e.g. scripts/cleanenv, that unsets them in a single spot.

Copy link
Contributor

Choose a reason for hiding this comment

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

+1 to separate shell script wrapper

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.

3 participants