question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I just noticed that sbt test fails:

~/t/gremlin-scala ❯❯❯ sbt test                                                                        master
[info] Loading settings from idea.sbt ...
[info] Loading global plugins from /Users/lucag/.sbt/1.0/plugins
[info] Loading settings from plugins.sbt ...
[info] Loading project definition from /Users/lucag/tmp/gremlin-scala/project
[info] Loading settings from version.sbt,build.sbt ...
[info] Set current project to root (in build file:/Users/lucag/tmp/gremlin-scala/)
[success] Total time: 5 s, completed Mar 23, 2018 1:29:31 PM
[info] Run completed in 28 milliseconds.
[info] Total number of tests run: 0
[info] Suites: completed 0, aborted 0
[info] Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0
[info] No tests were executed.
[info] Compiling 16 Scala sources to /Users/lucag/tmp/gremlin-scala/gremlin-scala/target/scala-2.12/test-classes ...
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:143:34: not found: value by
[error]         graph.V.value(Age).order(by(Order.decr)).toList
[error]                                  ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:151:18: not found: value by
[error]           .order(by(Age))
[error]                  ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:161:18: not found: value by
[error]           .order(by(Age, Order.decr))
[error]                  ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:171:18: not found: value by
[error]           .order(by(__.outE(Created).count), by(Age, Order.decr))
[error]                  ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:171:46: not found: value by
[error]           .order(by(__.outE(Created).count), by(Age, Order.decr))
[error]                                              ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:252:16: not found: value by
[error]         .order(by(Order.decr))
[error]                ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:277:44: not found: value by
[error]       favorite <- person.outE(Likes).order(by(Weight, Order.decr)).limit(1).inV
[error]                                            ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:328:18: not found: value by
[error]           .group(by(Age))
[error]                  ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:341:18: not found: value by
[error]           .group(by(__.value(Age)))
[error]                  ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:352:23: not found: value by
[error]         graph.V.group(by.label).head
[error]                       ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:365:18: not found: value by
[error]           .group(by { v: Vertex =>
[error]                  ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:382:23: not found: value by
[error]         graph.V.group(by.label, by(Name)).head
[error]                       ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:382:33: not found: value by
[error]         graph.V.group(by.label, by(Name)).head
[error]                                 ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:402:45: not found: value by
[error]         graph.V.hasLabel(Person).groupCount(by(Age)).head
[error]                                             ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:413:21: not found: value by
[error]       graph.V.dedup(by.label).value(Name).toSet shouldBe Set("marko", "lop")
[error]                     ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:492:17: not found: value by
[error]           .path(by(Name), by(Age))
[error]                 ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:492:27: not found: value by
[error]           .path(by(Name), by(Age))
[error]                           ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:512:17: not found: value by
[error]           .path(by(Name), by.label)
[error]                 ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:512:27: not found: value by
[error]           .path(by(Name), by.label)
[error]                           ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:526:17: not found: value by
[error]           .path(by(Name), by.label)
[error]                 ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:526:27: not found: value by
[error]           .path(by(Name), by.label)
[error]                           ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:563:15: not found: value by
[error]         .path(by(Name))
[error]               ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:609:31: not found: value by
[error]             .where(P.gt("a"), by(Age))
[error]                               ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:622:36: not found: value by
[error]             .where("a", P.gt("b"), by(Age))
[error]                                    ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:794:40: not found: value by
[error]         graph.V.hasLabel(Person).group(by(Name), by(CreatedCount)).head
[error]                                        ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:794:50: not found: value by
[error]         graph.V.hasLabel(Person).group(by(Name), by(CreatedCount)).head
[error]                                                  ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalSpec.scala:891:24: not found: value by
[error]         .math("a + b", by(Age))
[error]                        ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalStrategySpec.scala:66:27: not found: value by
[error]           .sack(multiply, by(Weight))
[error]                           ^
[error] /Users/lucag/tmp/gremlin-scala/gremlin-scala/src/test/scala/gremlin/scala/TraversalStrategySpec.scala:79:27: not found: value by
[error]           .sack(multiply, by(__.value(Weight)))
[error]                           ^
[error] 29 errors found
[error] (gremlin-scala / Test / compileIncremental) Compilation failed
[error] Total time: 29 s, completed Mar 23, 2018 1:30:00 PM

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mpollmeiercommented, Apr 14, 2018

I hope you didn’t format your file system, I just went for option 3 and will release 3.3.2.0 now

0reactions
jeccommented, Apr 9, 2018

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What To Do When Tests Fail? - TestProject
Tests usually fail due to server and network issues, an unresponsive application or validation failure, or scripting issues. When failures occur ...
Read more >
Foresight Blog | Why Are Your Tests Failing?
One reason tests fail is that they depend on uncontrolled contexts. For instance, integration tests could fail due to a lost connection with...
Read more >
How to Fix Flaky Tests - Semaphore CI
Randomly failing tests are the hardest to debug. Here's a framework you can use to fix them and keep your test suite healthy....
Read more >
Test Failure Analysis Best Practices - Sauce Labs
Test failure analysis is what it sounds like: it's the process of analyzing a failed test to figure out what went wrong. ......
Read more >
Debugging Failing Tests and Test Pipelines - GitLab
These guidelines are intended to help you to investigate end-to-end test pipeline failures so that they can be properly addressed. This will involve...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found