Github user mhfrantz commented on the pull request:
https://github.com/apache/incubator-tinkerpop/pull/61#issuecomment-102197382
Yes, I see both SparkGraphComputerProcessIntegrateTest and
GiraphGraphComputerProcessIntegrateTest mentioned in the test output. I'm
using the GREMLIN_TESTS env var to run only the `tail` and `range` tests. Most
of them are skipped by `ComputerVerificationStrategy`, but the one that you
asked me to add does run on both Spark and Giraph:
```
...
Testing: g_V_repeatXbothX_timesX3X_tailX7X
...
Tests run: 18, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 24.016
sec - in
org.apache.tinkerpop.gremlin.hadoop.process.computer.giraph.GiraphGraphComputerProcessIntegrateTest
...
Testing: g_V_repeatXbothX_timesX3X_tailX7X
...
Tests run: 18, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 12.464
sec - in
org.apache.tinkerpop.gremlin.hadoop.process.computer.spark.SparkGraphComputerProcessIntegrateTest
```
Also, the same selected tinkergraph-gremlin tests still pass.
```
Tests run: 18, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 1.115 sec
- in
org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessComputerTest
...
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
- in
org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest
```
---
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.
---