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

Modified method to have one set of env variables and added UTs #178

Merged
merged 6 commits into from
Apr 11, 2023

Conversation

Vidya2606
Copy link
Contributor

This PR is related to #147

I have Modified the method to add only the new environment variables, the old one's will not be added.
Also added the respective UT's

@Vidya2606 Vidya2606 requested review from a team, Tatsinnit and sabbour as code owners March 3, 2023 05:58
@hsubramanianaks hsubramanianaks added the WIP work in progress label Mar 28, 2023
@hsubramanianaks hsubramanianaks added the e2e testing pending e2e testing pending label Apr 4, 2023
@Tatsinnit Tatsinnit closed this Apr 4, 2023
@Tatsinnit Tatsinnit reopened this Apr 4, 2023
@github-actions
Copy link

github-actions bot commented Apr 4, 2023

@Vidya2606 Thanks for your PR!

My in-depth review of this pull request is as follows:

This pull request looks good overall. The changes made are clear and the code is well-structured. The new UTs are a great addition and should help ensure the code is working as expected.

The main issue I see is that the code is not retaining the previous environment variables when creating new ones. This could lead to unexpected behavior and should be addressed. I suggest adding a line of code to retain the previous environment variables when creating new ones. This should ensure that only one set of environment variables is present.

@hsubramanianaks hsubramanianaks added e2e testing e2e is in progress and removed e2e testing pending e2e testing pending WIP work in progress labels Apr 5, 2023
Copy link
Collaborator

@hsubramanianaks hsubramanianaks left a comment

Choose a reason for hiding this comment

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

Testing team confirmed that this is working for windows and linux. Waiting for Mac results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e testing e2e is in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants