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: Add an e2e test for the COMPOSE_FILE environment variable in fi… #172

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

haytok
Copy link
Member

@haytok haytok commented Jun 24, 2024

…nch compose command

The following pull request attempts to modify finch compose command to allow the COMPOSE_FILE environment variable.

Therefore, this fix adds an e2e test to run finch compose command with the COMPOSE_FILE environment variable.

Issue #, if available: N/A

Description of changes: The details are described in this commit message.

Testing done: Yes

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…nch compose command

The following pull request attempts to modify finch compose command to
allow the COMPOSE_FILE environment variable.

- runfinch/finch#994

Therefore, this fix adds an e2e test to run finch compose command with the
COMPOSE_FILE environment variable.

Signed-off-by: Hayato Kiwata <[email protected]>
@haytok haytok requested a review from a team June 24, 2024 05:47
@haytok haytok self-assigned this Jun 24, 2024
Copy link
Member

@pendo324 pendo324 left a comment

Choose a reason for hiding this comment

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

LGTM in principle, just left a suggestion. Thanks!

option/option.go Outdated Show resolved Hide resolved
…nch compose command

Based on the review, the UpdateEnv function has been modified to pass the
environment variable key and value as arguments.

Also, the DeleteEnv function has been modified to accept environment
variable key.

Signed-off-by: Hayato Kiwata <[email protected]>
@haytok
Copy link
Member Author

haytok commented Jun 24, 2024

Thanks for review!!!, @pendo324

I have fixed based on the review, so could you please re-review when you have time ???

Copy link
Member

@pendo324 pendo324 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@pendo324 pendo324 merged commit 8b3e9f6 into runfinch:main Jun 24, 2024
3 checks passed
@pendo324
Copy link
Member

Next step is to create a new release of common-tests and bump the version in finch/finch-core. I can take care of that 👍

@haytok
Copy link
Member Author

haytok commented Jun 24, 2024

Thank you !!!

Also, sorry, I assigned the following PR .
Could you please review if the test failure in Windows environment is resolved 🙇

@haytok haytok deleted the add-a-test-for-COMPOSE_FILE branch June 24, 2024 16:21
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