Skip to content

Prevent RAW_GINKGO unset error in e2e tests#767

Merged
gerlowskija merged 1 commit intoapache:mainfrom
gerlowskija:guard-against-unset-ginkgo-var
Mar 14, 2025
Merged

Prevent RAW_GINKGO unset error in e2e tests#767
gerlowskija merged 1 commit intoapache:mainfrom
gerlowskija:guard-against-unset-ginkgo-var

Conversation

@gerlowskija
Copy link
Contributor

Not all environments set particular RAW_GINKGO args, causing make e2e-tests to fail with an "unset variable" related error.

This commit tweaks our manage_e2e_tests.sh script to guard against this case.

Not all environments set particular `RAW_GINKGO` args, causing `make
e2e-tests` to fail with an "unset variable" related error.

This commit tweaks our `manage_e2e_tests.sh` script to guard against
this case.
@gerlowskija
Copy link
Contributor Author

I swear a different dev brought this up at some point in either an Issue or PR (though I can't find that comment now). In any case, I've hit this a number of times across different machines, so seems worth fixing.

@gerlowskija gerlowskija merged commit fe52bd1 into apache:main Mar 14, 2025
2 checks passed
@gerlowskija gerlowskija deleted the guard-against-unset-ginkgo-var branch March 14, 2025 00:24
gerlowskija added a commit that referenced this pull request Mar 14, 2025
Not all environments set particular `RAW_GINKGO` args, causing `make
e2e-tests` to fail with an "unset variable" related error.

This commit tweaks our `manage_e2e_tests.sh` script to guard against
this case.
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

Comments