-
-
Notifications
You must be signed in to change notification settings - Fork 643
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
Fix test_fs git failures #3281
Comments
peiyuwang
added a commit
to peiyuwang/pants
that referenced
this issue
Apr 27, 2016
peiyuwang
added a commit
that referenced
this issue
Apr 29, 2016
Two things to make `ScmProjectTree` picklable: * `_reader`, `GitRepositoryReader` contains a `Popen` instance. This review marks it `@memoized` so it is saved by memoized. * `_scm`, `Git` contains a logger, this review moves the logger to the module. Also added is to initialize Git FS for test, only two tests fail now, created #3281 to address separately. (Assertion errors not pickle or exceptions) Testing Done: https://travis-ci.org/peiyuwang/pants/builds/126266801 passed https://travis-ci.org/peiyuwang/pants/builds/126289749 passed https://travis-ci.org/peiyuwang/pants/builds/126550497 passed Reviewed at https://rbcommons.com/s/twitter/r/3770/
looks like a couple of commits went in around this, but the issue is still open - is this resolved by chance? |
Still open, specifically two tests in #3189 's goal was to get some tests passing, wasn't a priority to make all passing, thus this issue was created for the remaining ones. |
Won't fix. Now deprecated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a placeholder to address the test failures after https://rbcommons.com/s/twitter/r/3770/ makes
ScmProjectTree
pickable #3189Test failures look like this
The root issue is probably related to git setup in test, for example, the following would fail:
The text was updated successfully, but these errors were encountered: