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

DM-15372: Use temp directories for datastores #70

Merged
merged 3 commits into from Aug 9, 2018
Merged

Conversation

timj
Copy link
Member

@timj timj commented Aug 9, 2018

Using fixed names causes name collisions when tests run in parallel. Current status is that this fixes the problem, although there's a bit too much code duplication for my liking.

@timj timj requested a review from TallJimbo August 9, 2018 03:22

Butler.makeRepo(self.root, config=Config(self.configFile))
limited = Config(self.configFile)
print(limited.ppprint())
Copy link
Collaborator

Choose a reason for hiding this comment

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

On purpose?

Copy link
Member

@TallJimbo TallJimbo left a comment

Choose a reason for hiding this comment

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

Looks great! No comments from me, aside from echoing @pschella's question.

@timj timj merged commit 40ad928 into master Aug 9, 2018
@ktlim ktlim deleted the tickets/DM-15372 branch August 25, 2018 06:50
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