-
Notifications
You must be signed in to change notification settings - Fork 75
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
Tests fail #237
Comments
This works fine for me locally. However, this made me realise that travis.ci stopped building master some time ago, I'll need to figure out what's going on there. I guess if travis.ci builds it, this is a local issue on your machine. |
looks green to me... https://travis-ci.org/mpollmeier/gremlin-scala |
I’ve tried it on a Linux machine (1.8.0_161-b12), and, as you say, everything works fine. But both on macOS (10.13.3, same JDK version) and Windows 7 SP1 (1.8.0_144-b01) the problem shows up as I described it. I seems it’s an issue related to differences in file system case sensitivity among the different platforms. I tried enclosing the |
That's interesting. Turns out inside 'gremlin-scala/target/scala-2.12/classes/gremlin/scala/' there are both For gremlin-scala it means one of the below, I haven't made up my mind yet:
I'm leaning towards 2). Thoughts? |
I've run into this same issue on macOS High Sierra using APFS with case insensitivity. I'm currently deciding between (1) reformatting my root filesystem or (2) developing my project in a Linux VM. |
I hope you didn't format your file system, I just went for option 3 and will release 3.3.2.0 now |
I just noticed that
sbt test
fails:The text was updated successfully, but these errors were encountered: