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

Reports taking too long to be generated #1099

Closed
lock9 opened this issue Sep 17, 2019 · 2 comments · Fixed by #1136
Closed

Reports taking too long to be generated #1099

lock9 opened this issue Sep 17, 2019 · 2 comments · Fixed by #1136
Labels
house-keeping Small enhancements that need to be done in order to keep the project organised

Comments

@lock9
Copy link
Contributor

lock9 commented Sep 17, 2019

Describe the bug
Our travis build is taking many minutes, most of them generating the test report.

To Reproduce
Steps to reproduce the behavior:

  1. Start a build
  2. Wait for it to finish
  3. Open logs

Expected behavior
It should take only 5 minutes to finish the build

@ZhangTao1596
Copy link
Contributor

When travis run the buid. It will run the unit test and generate the test report.
We have split the all culture test and coverage test to shorten the time.

One way is to perform unit tests in parallel by module. If unit test of every module takes less than 5min, we can achieve the expected behavior.

@lock9 lock9 added the house-keeping Small enhancements that need to be done in order to keep the project organised label Sep 20, 2019
@shargon
Copy link
Member

shargon commented Oct 1, 2019

Take a look to my last changes :)
https://travis-ci.org/neo-project/neo/builds/592186030
#1136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
house-keeping Small enhancements that need to be done in order to keep the project organised
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants