Replies: 3 comments 2 replies
-
May be you have to run |
Beta Was this translation helpful? Give feedback.
1 reply
-
instead of emphasis "skip test" in comments, why not paste the exact command you run? at least |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to run unit test in
kyuubi-spark-sql-engine
module. The test scala file (and package) is created by myself, like:But I got error when try run this test:
detail:
I find
KyuubiFunSuite
in kyuubi-common/test module.Other test class use
KyuubiFunSuite
inkyuubi-spark-lineage
face the same problem.PS: I've run
mvn package
(skip test) before build unit test.IDE: Idea 2023.3
Beta Was this translation helpful? Give feedback.
All reactions