Issue433

Title Portfolios should respect soft, not hard time limit
Priority bug Status resolved
Superseder Nosy List jendrik, malte, silvan
Assigned To jendrik Keywords
Optional summary

Created on 2014-04-11.14:56:31 by jendrik, last changed by jendrik.

Messages
msg3156 (view) Author: jendrik Date: 2014-05-06.11:44:02
Thanks for bringing this up. The brach had indeed not been merged. I merged it 
now.
msg3154 (view) Author: malte Date: 2014-05-04.16:27:03
There is a closed branch named "issue433" in the master repository (see "hg
branches --closed | grep issue433". I did not check its contents or whether it
was merged into the default branch.
msg3153 (view) Author: silvan Date: 2014-05-04.16:21:40
For me it looks like this branch has not been merged into the default branch in
the master repo. Could someone double-check?
msg3110 (view) Author: jendrik Date: 2014-04-11.16:51:57
Merged and pushed. I opened a bug report for the other issue:
https://bitbucket.org/jendrikseipp/lab/issue/14/consider-runs-that-exceeded-the-
time-limit
msg3109 (view) Author: jendrik Date: 2014-04-11.15:57:55
You're right, that's a bug in lab. I will fix it directly or open a bug report.

For the portfolio module I opened a small pull request at bitbucket.
msg3108 (view) Author: malte Date: 2014-04-11.15:13:46
Isn't this (also) a bug in lab then? Runs that exceed the timeout should be
pruned, i.e., considered as unsolved, also for single configurations.
(Unfortunately, depending on the system setup, one cannot rely on the timeout
being enforced in a strictly and timely manner. Variations of +/- 1 second are
not unusual.)
msg3107 (view) Author: jendrik Date: 2014-04-11.14:56:31
Lab sets the soft and hard time limits to 1800s and 1805s by default. The 
porfolio module should use the soft instead of the hard time limit. This makes 
the comparison to single configurations fairer.
History
Date User Action Args
2014-05-06 11:44:02jendriksetstatus: chatting -> resolved
messages: + msg3156
2014-05-04 16:27:03maltesetmessages: + msg3154
2014-05-04 16:21:40silvansetstatus: resolved -> chatting
nosy: + silvan
messages: + msg3153
2014-04-11 16:51:57jendriksetstatus: reviewing -> resolved
messages: + msg3110
2014-04-11 15:57:59jendriksetstatus: chatting -> reviewing
2014-04-11 15:57:55jendriksetmessages: + msg3109
2014-04-11 15:13:46maltesetstatus: unread -> chatting
messages: + msg3108
2014-04-11 14:56:31jendrikcreate