thulab / iotdb

This repository is ReadOnly now. please go to https://github.com/apache/incubator-iotdb
Apache License 2.0
19 stars 0 forks source link

support more modules test by travis #559

Open jixuan1989 opened 5 years ago

jixuan1989 commented 5 years ago

Because travis limits the size of console output, all modules except the cli are omitted by travis.yml.

We have to modify the UT codes by replacing System,out with logger.info to control the output.

MyXOF commented 5 years ago

Also, travis offers limited memory resources, some tests can not run normally.

wujysh commented 5 years ago

Maybe we should group test cases by priorities (P0, P1, P2, etc.), and only run the the most important ones (P0) on Travis CI.