Re: [boost] [Boost-testing] Much longer linux regression run times
On Tue, Feb 28, 2017 at 9:08 PM, Rene Rivera
On Tue, Feb 28, 2017 at 8:55 PM, Tom Kent via Boost-Testing < boost-testing@lists.boost.org> wrote:
I'm not really sure how to trace this down. Is there any way to log the time it takes the various libraries to complete their test suites?
Not currently. The individual tests can run in parallel. To give you that number we would have to save the information as part of the regression data and sum it up as part of the regression reports.
I'm guessing that will show one library that is using 3+ hours. Although, it is possible that a change went in to a higher level library that just adds a few seconds to each call and is used across many of the libraries.
Thoughts?
Binary search manually? You can limit what tests you run on the command line by using the "--include-tests" b2 option < https://github.com/boostorg/boost/blob/develop/status/Jamfile.v2#L18>. So start off by only running tests for [a-m] or [n-z], then [a-g], and so on. Until you find the time hog.
That sounds tough. As a shortcut, I've looked at the libraries that had commits to develop on the 18th: https://github.com/boostorg/boost/commits/develop?after=Y3Vyc29yOudbdLMAs4GR... It looks like hana, chrono, ratio, and thread (with wave and core/winapi the previous day). If I get a chance tonight I'll start checking through those. Meanwhile, if those authors could look at those and see if there is anything that might be causing this, it would be appreciated.
Other than that, maybe it's one of the libraries tested on Travis < https://travis-ci.org/boostorg/boost>. And maybe check the length of those first if they are long on Travis perhaps they are also long on regular tests.
I could find the travis scripts for the superset repo (no change in build time), but I'm not clear on what that is doing. Is it testing individual libraries? Tom
On Wed, Mar 1, 2017 at 6:54 AM, Tom Kent via Boost-Testing < boost-testing@lists.boost.org> wrote:
It looks like hana, chrono, ratio, and thread (with wave and core/winapi the previous day). If I get a chance tonight I'll start checking through those. Meanwhile, if those authors could look at those and see if there is anything that might be causing this, it would be appreciated.
There is a thread on the dev list titled "[boost] [thread]Forever sleeping". I'd say with high degree of confidence that thread is the culprit. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
Le 01/03/2017 à 14:01, Rene Rivera via Boost a écrit :
On Wed, Mar 1, 2017 at 6:54 AM, Tom Kent via Boost-Testing < boost-testing@lists.boost.org> wrote:
It looks like hana, chrono, ratio, and thread (with wave and core/winapi the previous day). If I get a chance tonight I'll start checking through those. Meanwhile, if those authors could look at those and see if there is anything that might be causing this, it would be appreciated.
There is a thread on the dev list titled "[boost] [thread]Forever sleeping". I'd say with high degree of confidence that thread is the culprit.
Hi, yes, I committed something that I expect to be fixed it now. Please, elet me know if there is an issue with the develop branch as it is now. Best, Vicente
participants (3)
-
Rene Rivera
-
Tom Kent
-
Vicente J. Botet Escriba