LuciferYang commented on PR #39712:
URL: https://github.com/apache/spark/pull/39712#issuecomment-1405398122

   Maven test has some problems:
   
   run
   
   ```
   gh pr checkout 39712
   mvn clean install -DskipTests -pl connector/connect/client/jvm -am
   mvn test -pl connector/connect/client/jvm -Dtest=none 
-DwildcardSuites=org.apache.spark.sql.connect.client.CompatibilitySuite
   ```
   
   ```
   CompatibilitySuite:
   - compatibility MiMa tests *** FAILED ***
     java.lang.AssertionError: assertion failed: Failed to find the jar inside 
folder: /${basedir}/spark-source/connector/connect/client/jvm/target
     at scala.Predef$.assert(Predef.scala:223)
     at 
org.apache.spark.sql.connect.client.util.IntegrationTestUtils$.findJar(IntegrationTestUtils.scala:66)
     at 
org.apache.spark.sql.connect.client.CompatibilitySuite.clientJar$lzycompute(CompatibilitySuite.scala:57)
     at 
org.apache.spark.sql.connect.client.CompatibilitySuite.clientJar(CompatibilitySuite.scala:53)
     at 
org.apache.spark.sql.connect.client.CompatibilitySuite.$anonfun$new$1(CompatibilitySuite.scala:69)
     at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
     at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
     at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
     at org.scalatest.Transformer.apply(Transformer.scala:22)
     at org.scalatest.Transformer.apply(Transformer.scala:20)
     ...
   - compatibility API tests: Dataset *** FAILED ***
     java.lang.AssertionError: assertion failed: Failed to find the jar inside 
folder: /${basedir}/spark-source/connector/connect/client/jvm/target
     at scala.Predef$.assert(Predef.scala:223)
     at 
org.apache.spark.sql.connect.client.util.IntegrationTestUtils$.findJar(IntegrationTestUtils.scala:66)
     at 
org.apache.spark.sql.connect.client.CompatibilitySuite.clientJar$lzycompute(CompatibilitySuite.scala:57)
     at 
org.apache.spark.sql.connect.client.CompatibilitySuite.clientJar(CompatibilitySuite.scala:53)
     at 
org.apache.spark.sql.connect.client.CompatibilitySuite.$anonfun$new$7(CompatibilitySuite.scala:103)
     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
     at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
     at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
     at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
     at org.scalatest.Transformer.apply(Transformer.scala:22)
     ...
   Run completed in 209 milliseconds.
   Total number of tests run: 2
   Suites: completed 2, aborted 0
   Tests: succeeded 0, failed 2, canceled 0, ignored 0, pending 0
   *** 2 TESTS FAILED ***
   ```
   
   GA didn't fail because GA didn't test this `connect-client-jvm` module? 
@HyukjinKwon Should we start the GA test of the `connect-client-jvm` first 
before development
   
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to