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

Use random suffixes when naming containers instead of sequential numbers #5432

Closed

Conversation

ilinum
Copy link

@ilinum ilinum commented Dec 4, 2017

Fix #1516

This required a lot of changes to tests that relied on containers being sequentially numbered.

Fix docker#1516

Signed-off-by: Svyatoslav Ilinskiy <ilinskiy.sv@gmail.com>


def generate_uid():
return str(uuid.uuid4().hex)
Copy link
Author

Choose a reason for hiding this comment

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

This generates really long identifiers. Perhaps it would be worth making them 10 characters or so?

@ilinum
Copy link
Author

ilinum commented Dec 5, 2017

I can't seem to figure out why some tests are failing.
When I run them locally, they all pass :(

@ilinum
Copy link
Author

ilinum commented Jan 7, 2018

I'm going to close this PR since I don't really have time to work on it.

I think it's mostly functional except for the flaky tests!

@ilinum ilinum closed this Jan 7, 2018
@shin- shin- removed this from the 1.19.0 milestone Jan 23, 2018
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