GitHub user rectang opened a pull request:
https://github.com/apache/lucy/pull/22
LUCY-285 Run core tests under Go
Run the core tests under the Go bindings, just as we do under other host
bindings.
Skip Analysis tests when the test data can't be found.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rectang/lucy LUCY-285-core-tests-under-go
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy/pull/22.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22
----
commit 874d4a38077286f1e41391d257051f641b0ecb7c
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-30T19:02:15Z
Skip Analysis tests when test data not found.
Rather than fail when the JSON files containing test data cannot be
found, skip the tests.
commit 9eebf50f91f4e0420af15cbb3947208f992500c3
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-30T19:50:58Z
Run core tests from Go bindings.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---