Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Stubbed out separate simple test projects for tests#231

Merged
nrc merged 2 commits intorust-lang:masterfrom
Xanewok:separate-test-dirs
Mar 26, 2017
Merged

Stubbed out separate simple test projects for tests#231
nrc merged 2 commits intorust-lang:masterfrom
Xanewok:separate-test-dirs

Conversation

@Xanewok
Copy link
Copy Markdown
Contributor

@Xanewok Xanewok commented Mar 26, 2017

Small progress for multithreaded testing (#155).
Until we configure separate cargo build paths we can use simple test projects to separate those build paths eliminating risk of possible concurrent access/blocking, which brings us one step closer to concurrent tests.
@nrc Filled you as the projects' author, I hope you don't mind :)

Copy link
Copy Markdown
Member

@nrc nrc left a comment

Choose a reason for hiding this comment

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

Looks good. There are a couple of the toml files which are copied without changes, I think the name field in these should be changed.

[root]
name = "hello"
version = "0.1.0"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I would leave the lock file checked in and add lock files for the other tests

@Xanewok
Copy link
Copy Markdown
Contributor Author

Xanewok commented Mar 26, 2017

Added relevant Cargo.lock files. It seems that name field in Cargo.toml files do match the project name.

@nrc nrc merged commit 544e7f4 into rust-lang:master Mar 26, 2017
@nrc
Copy link
Copy Markdown
Member

nrc commented Mar 26, 2017

Thanks!

@Xanewok Xanewok deleted the separate-test-dirs branch March 28, 2017 16:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants