Hi Duo, Thanks for your patience, I checked the two failed test cases you mentioned, but I can not reproduce the first[1] failure, it may be a flaky test or something depending on your environment.
And we confirm that the test case[2] is a bad test case, but it does not mean a bug, we opened an issue[3] to track it. BTW, the whole test cases passed in GitHub Action, you can check the result on [4]. [1] support to interrupt the thrift request if remote engine is broken [2] all hadoop related environment variables are configured except FLINK_HADOOP_CLASSPATH *** FAILED *** [3] https://github.com/apache/incubator-kyuubi/issues/3405 [4] https://github.com/apache/incubator-kyuubi/runs/8180931554?check_suite_focus=true Thanks, Cheng Pan On Mon, Sep 5, 2022 at 8:44 AM 张铎(Duo Zhang) <palomino...@gmail.com> wrote: > > OK, with 'mvn clean install' can solve the problems. But I hit some UT > failures > > - support to interrupt the thrift request if remote engine is broken > *** FAILED *** > - all hadoop related environment variables are configured except > FLINK_HADOOP_CLASSPATH *** FAILED *** > > They are in 'Kyuubi Project Server' module. > > 张铎(Duo Zhang) <palomino...@gmail.com> 于2022年9月4日周日 23:30写道: > > > > Build was fine with 'mvn clean install -DskipTests', but then I run > > 'mvn install test', it finally failed with > > > > [INFO] Reactor Summary for Kyuubi Project Parent 1.6.0-incubating: > > [INFO] > > [INFO] Kyuubi Project Parent .............................. SUCCESS [ > > 5.126 s] > > [INFO] Kyuubi Project Common .............................. SUCCESS [01:41 > > min] > > [INFO] Kyuubi Project Embedded Zookeeper .................. SUCCESS [ > > 11.829 s] > > [INFO] Kyuubi Project High Availability ................... SUCCESS [05:35 > > min] > > [INFO] Kyuubi Project Rest Client ......................... SUCCESS [ > > 19.296 s] > > [INFO] Kyuubi Project Control ............................. FAILURE [ > > 18.022 s] > > [INFO] Kyuubi Project Events .............................. SKIPPED > > [INFO] Kyuubi Project Metrics ............................. SKIPPED > > [INFO] Kyuubi Project Server Plugin ....................... SKIPPED > > [INFO] Kyuubi Project Download Externals .................. SKIPPED > > [INFO] Kyuubi Project Hive JDBC Client .................... SKIPPED > > [INFO] Kyuubi Project Hive JDBC Shaded Client ............. SKIPPED > > [INFO] Kyuubi Project Engine Spark SQL .................... SKIPPED > > [INFO] Kyuubi Project Server .............................. SKIPPED > > [INFO] Kyuubi Project Hive Beeline ........................ SKIPPED > > [INFO] Kyuubi Dev Spark Authorization Extension ........... SKIPPED > > [INFO] Kyuubi Spark Connector Common ...................... SKIPPED > > [INFO] Kyuubi Spark TPC-DS Connector ...................... SKIPPED > > [INFO] Kyuubi Spark TPC-H Connector ....................... SKIPPED > > [INFO] Kyuubi Dev Code Coverage ........................... SKIPPED > > [INFO] Kyuubi Project Engine Flink SQL .................... SKIPPED > > [INFO] Kyuubi Project Engine JDBC ......................... SKIPPED > > [INFO] Kyuubi Project Engine Hive SQL ..................... SKIPPED > > [INFO] Kyuubi Project Engine Trino ........................ SKIPPED > > [INFO] Kyuubi Test Integration Tests ...................... SKIPPED > > [INFO] Kyuubi Test Flink SQL IT ........................... SKIPPED > > [INFO] Kyuubi Test Hive IT ................................ SKIPPED > > [INFO] Kyuubi Test Trino IT ............................... SKIPPED > > [INFO] Kyuubi Test Jdbc IT ................................ SKIPPED > > [INFO] Kyuubi Project Assembly ............................ SKIPPED > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 08:11 min > > [INFO] Finished at: 2022-09-04T18:32:42+08:00 > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-dependency-plugin:3.1.1:copy-dependencies > > (copy-module-dependencies) on project kyuubi-ctl_2.12: Artifact has > > not been packaged yet. When used on reactor artifact, copy should be > > executed after packaging: see MDEP-187. -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with > > the -e switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > > > Cheng Pan <pan3...@gmail.com> 于2022年9月4日周日 11:04写道: > > > > > > The recommended testing command is `build/mvn clean install test`. The > > > `install` is required because some moudules depend on the shaded jar > > > of one module, it's the limitation of Maven I think. > > > > > > Thanks, > > > Cheng Pan > > > > > > On Sun, Sep 4, 2022 at 9:35 AM Willem Jiang <willem.ji...@gmail.com> > > > wrote: > > > > > > > > I tried to build the kit with "mvn clean install -DskipTests=true" > > > > with JDK 1.8.0 without any issues. > > > > > > > > Willem Jiang > > > > > > > > Twitter: willemjiang > > > > Weibo: 姜宁willem > > > > > > > > On Sat, Sep 3, 2022 at 10:58 PM 张铎(Duo Zhang) <palomino...@gmail.com> > > > > wrote: > > > > > > > > > > I got this error when trying to run 'mvn test' locally, my jdk > > > > > version is 8u292 > > > > > > > > > > [INFO] compiling 28 Scala sources to > > > > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/target/scala-2.12/test-classes > > > > > ... > > > > > [ERROR] > > > > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:25: > > > > > object hive is not a member of package org.apache.kyuubi.jdbc > > > > > [ERROR] > > > > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:43: > > > > > not found: type KyuubiHiveDriver > > > > > [ERROR] > > > > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:75: > > > > > not found: type KyuubiDriver > > > > > [ERROR] > > > > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:92: > > > > > not found: type KyuubiHiveDriver > > > > > [ERROR] > > > > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:94: > > > > > not found: type KyuubiStatement > > > > > [ERROR] > > > > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:107: > > > > > not found: type KyuubiHiveDriver > > > > > [ERROR] 6 errors found > > > > > > > > > > Seems like a compilation error on scala? > > > > > > > > > > Cheng Pan <pan3...@gmail.com> 于2022年9月3日周六 13:39写道: > > > > > > > > > > > > Thanks @casion, we have removed the outdated release from svn, and > > > > > > will use the apache list link in the future release. > > > > > > > > > > > > Thanks, > > > > > > Cheng Pan > > > > > > > > > > > > On Sat, Sep 3, 2022 at 12:55 PM cas...@apache.org > > > > > > <cas...@apache.org> wrote: > > > > > > > > > > > > > > +1(non-binding) > > > > > > > > > > > > > > I checked: > > > > > > > > > > > > > > 1. All download links are valid > > > > > > > 2. Checksum and signature are OK > > > > > > > 3. LICENSE and NOTICE are existed > > > > > > > > > > > > > > I personally think the mail thread view url page presented by > > > > > > > pony mail is > > > > > > > better, as you used in the dev vote results[1] > > > > > > > Need to pay attention, PPMC members have formal binding votes for > > > > > > > dev@ and > > > > > > > IPMC members have formal binding votes for @incubator > > > > > > > By the way, old versions of dist/release[2] should be removed > > > > > > > shortly after > > > > > > > the next version. > > > > > > > > > > > > > > [1] > > > > > > > https://lists.apache.org/thread/186gs8kg95f2mz6v252nphszogh4z15d > > > > > > > [2] https://dist.apache.org/repos/dist/release/incubator/kyuubi/ > > > > > > > > > > > > > > Best Regards! > > > > > > > Chen Xia > > > > > > > > > > > > > > > > > > > > > Nicholas <programg...@163.com> 于2022年9月2日周五 00:15写道: > > > > > > > > > > > > > > > Hello Incubator Community, > > > > > > > > > > > > > > > > > > > > > > > > The Apache Kyuubi community has voted on and approved a > > > > > > > > proposal to release > > > > > > > > Apache Kyuubi(Incubating) version v1.6.0-incubating rc1. > > > > > > > > > > > > > > > > > > > > > > > > We now kindly request the Incubator PMC members review and vote > > > > > > > > on this > > > > > > > > incubator release. > > > > > > > > > > > > > > > > > > > > > > > > Kyuubi community vote thread: > > > > > > > > https://www.mail-archive.com/dev@kyuubi.apache.org/msg02565.html > > > > > > > > > > > > > > > > > > > > > > > > Vote result thread: > > > > > > > > https://www.mail-archive.com/dev@kyuubi.apache.org/msg02585.html > > > > > > > > > > > > > > > > > > > > > > > > [ ] +1 Release this package as Apache Kyuubi v1.6.0-incubating > > > > > > > > [ ] +0 > > > > > > > > [ ] -1 Do not release this package because ... > > > > > > > > > > > > > > > > > > > > > > > > To learn more about Apache Kyuubi (Incubating), please see > > > > > > > > https://kyuubi.apache.org/ > > > > > > > > > > > > > > > > > > > > > > > > The tag to be voted on is v1.6.0-incubating-rc1 (commit > > > > > > > > 83118a514612a85b2df35a9aa3d42d75fd27aa36): > > > > > > > > https://github.com/apache/incubator-kyuubi/tree/v1.6.0-incubating-rc1 > > > > > > > > > > > > > > > > > > > > > > > > The release files, including signatures, digests, etc. can be > > > > > > > > found at: > > > > > > > > > > > > > > > > https://dist.apache.org/repos/dist/dev/incubator/kyuubi/v1.6.0-incubating-rc1/ > > > > > > > > > > > > > > > > > > > > > > > > Signatures used for Kyuubi RCs can be found in this file: > > > > > > > > https://downloads.apache.org/incubator/kyuubi/KEYS > > > > > > > > > > > > > > > > > > > > > > > > The staging repository for this release can be found at: > > > > > > > > https://repository.apache.org/content/repositories/orgapachekyuubi-1022/ > > > > > > > > > > > > > > > > > > > > > > > > The commit list since the rc0: > > > > > > > > > > > > > > > > https://github.com/apache/incubator-kyuubi/compare/v1.6.0-incubating-rc0...v1.6.0-incubating-rc1 > > > > > > > > > > > > > > > > > > > > > > > > The change log is available in: > > > > > > > > > > > > > > > > https://github.com/apache/incubator-kyuubi/compare/v1.5.2-incubating...v1.6.0-incubating-rc1 > > > > > > > > and the copy is shipped with source tarball as well, under > > > > > > > > `docs/changelog/`. > > > > > > > > > > > > > > > > > > > > > > > > Thanks, > > > > > > > > On behalf of Apache Kyuubi(Incubating) community > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > > > > > > For additional commands, e-mail: general-h...@incubator.apache.org > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > > > > > For additional commands, e-mail: general-h...@incubator.apache.org > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > > > > For additional commands, e-mail: general-h...@incubator.apache.org > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > > > For additional commands, e-mail: general-h...@incubator.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > For additional commands, e-mail: general-h...@incubator.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org