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

Add a random string to name of cluster created by tests #48

Merged
merged 3 commits into from
Mar 24, 2023
Merged

Conversation

kartikgupta-db
Copy link
Contributor

No description provided.

@kartikgupta-db kartikgupta-db requested a review from nfx March 24, 2023 11:58
def test_create_cluster(w, env_or_skip):
info = w.clusters.create(cluster_name='Created cluster',
def test_create_cluster(w, env_or_skip, random_string):
info = w.clusters.create(cluster_name=f'databricks-sdk-py-{random_string}',
Copy link
Contributor

Choose a reason for hiding this comment

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

there's random fixutre. instead of random_string use random(16)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Aah. Didn't see that.

@kartikgupta-db kartikgupta-db requested a review from nfx March 24, 2023 12:09
@nfx nfx merged commit d980a15 into main Mar 24, 2023
@nfx nfx deleted the random-cluster branch March 24, 2023 12:25
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

2 participants