iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

support more modules test by travis

Open jixuan1989 opened this issue 7 years ago • 2 comments

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.

jixuan1989 avatar Jan 03 '19 07:01 jixuan1989

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

MyXOF avatar Jan 03 '19 07:01 MyXOF

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

wujysh avatar Jan 03 '19 11:01 wujysh