COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
45 stars 16 forks source link

BUILD FAILURE: test failures #28

Closed qlinsey closed 2 years ago

qlinsey commented 2 years ago

ENV: On MacBook Pro 11.6.5 Steps on Terminal:

  1. git clone https://github.com/COOL-cohort/COOL.git
  2. mvn clean package Output: [INFO] [------------------------------------------------------------------------] [INFO] Reactor Summary for cool 0.1-SNAPSHOT: [INFO] [INFO] cool ............................................... SUCCESS [ 13.606 s] [INFO] cool-core .......................................... FAILURE [ 17.090 s] [INFO] cool-extensions .................................... SKIPPED [INFO] parquet-extensions ................................. SKIPPED [INFO] hdfs-extensions .................................... SKIPPED [INFO] arrow-extensions ................................... SKIPPED [INFO] avro-extensions .................................... SKIPPED [INFO] cool-queryserver ................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 30.792 s [INFO] Finished at: 2022-04-18T20:52:21-07:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project cool-core: There are test failures. From testng-results.xml (cannot attach due to file type),
KimballCai commented 2 years ago

Hi qlinsey,

It runs smoothly on several machines.

Can you provide more details about the error? or Are you using the latest version of the COOL?

qlinsey commented 2 years ago

Hi, After git pull and updated to latest, it works. I will close it.