We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Also, travis offers limited memory resources, some tests can not run normally.
Sorry, something went wrong.
Maybe we should group test cases by priorities (P0, P1, P2, etc.), and only run the the most important ones (P0) on Travis CI.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: