Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support more modules test by travis #559

Open
jixuan1989 opened this issue Jan 3, 2019 · 2 comments
Open

support more modules test by travis #559

jixuan1989 opened this issue Jan 3, 2019 · 2 comments

Comments

@jixuan1989
Copy link
Member

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
Copy link
Collaborator

MyXOF commented Jan 3, 2019

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

@wujysh
Copy link
Collaborator

wujysh commented Jan 3, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants