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

Allow manual execution by keeping cluster alive #1413

Merged
merged 1 commit into from
Jan 24, 2023
Merged

Allow manual execution by keeping cluster alive #1413

merged 1 commit into from
Jan 24, 2023

Conversation

cniackz
Copy link
Contributor

@cniackz cniackz commented Jan 24, 2023

Objective:

To allow manual testing without killing the cluster at the end of the test. This will save time when we comment out this line every time we test. All we need to use is an environment variable to activate this option.

unset ENABLE_MANUAL_TESTING <------------ For automated test
export ENABLE_MANUAL_TESTING="ON" <------ For manual test

Story:

Idea comes from #1378 where @allanrogerr suggested to use testing/deploy-tenant.sh and comment out "destroy_kind". I would rather prefer to have this option set in my ~/.bash_profile in order to test manually every time wihtout killing the cluster

Copy link
Contributor

@allanrogerr allanrogerr left a comment

Choose a reason for hiding this comment

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

Tested

@dvaldivia dvaldivia merged commit 5a7917c into minio:master Jan 24, 2023
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.

None yet

3 participants