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

IS_CLUSTER as env param to skip sync interface and number of nodes #74

Closed
wants to merge 1 commit into from

Conversation

ljblancoredborder
Copy link
Member

@ljblancoredborder ljblancoredborder commented Apr 30, 2024

Some of the tests are failing because I'm testing with serverspec in an alone manager, not a full cluster. I put a env variable to explicitly say this is not a cluster. Like we do with TARGET_HOST=, now we can say IS_CLUSTER='false'

I suppose a better solution should be to identifiy if we are in a single node or in a cluster and run tests depending on the case

@the-label-bot the-label-bot bot added kind/feature kind/feature size/S size/S labels Apr 30, 2024
Copy link

the-label-bot bot commented Apr 30, 2024

The Label Bot has predicted the following:

Category Value Confidence Applied Label
Kind feature 0.894 ✔️
Kind S 0.979 ✔️

@ljblancoredborder ljblancoredborder deleted the improvement/skip_alone_node_tests branch June 10, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature kind/feature size/S size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant