Cole-Greer commented on PR #1989:
URL: https://github.com/apache/tinkerpop/pull/1989#issuecomment-1467209393

   Thanks @disq for submitting this PR. I saw you were having some trouble 
running the tests locally. The basic requirements for running the tests are JDK 
8 or 11 (17 is currently unsupported), and docker needs to be running. You also 
will need to create an empty file with the path `tinkerpop/gremlin-go/.glv` to 
activate the maven profile for the go GLV. Then you should be able to run all 
of the tests by running `mvn clean install`. The relevant docs for this are 
[here](https://tinkerpop.apache.org/docs/current/dev/developer/#development-environment)
 if you haven't found them yet. These tests also run in our github actions on 
your PR if you don't want to setup the local environment just yet.
   
   There appears to be one test failing in the checks right now. The maven logs 
can be a bit much to search through, I like to search for `❌` in the logs to 
find the failing test quickly. It appears that 
`gremlin-go/driver/gorillaTransporter.go:68` can sometimes result in a nil 
pointer dereference.
   
   I'll spend some time tomorrow taking a closer look and seeing if I can help 
out at all with the tests. If you do try to get the tests running locally, feel 
free to reach out here or on discord for more specific help with any issues.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to