Actions
action #58826
closedResult not rendered in detail view on short (e.g. <10s) test-modules, if job is still running
Start date:
2019-10-29
Due date:
% Done:
0%
Estimated time:
Description
This was discovered during investigation of poo#39845.
The problem is, if a test-module run very short time, the result isn't rendered in detail view and only "None" gets displayed.
Once the job finished the correct result gets displayed.
This is how it looks in "not expected" state:
Increase the duration of once test-module to >10s (DO_NOT_FAIL=1) it looks like:
Reproduce¶
run with:
CLEMIX_EXCLUDE='^(?!no_res)' CLEMIX_NO_BOOT=1
Updated by cfconrad about 5 years ago
- Related to action #39845: Results of tests with very short duration (~<10s) are not displayed added
Updated by tinita over 4 years ago
- Category changed from Feature requests to Regressions/Crashes
- Status changed from New to In Progress
- Assignee set to tinita
- Target version set to Current Sprint
Updated by tinita over 4 years ago
- Status changed from In Progress to Feedback
I created a PR for avoiding unnecessary schedule reloads.
https://progress.opensuse.org/issues/58700
It seems it also fixes the problem with short tests.
Updated by tinita over 4 years ago
- Status changed from Feedback to Resolved
Please reopen if necessary.
Updated by okurz over 3 years ago
- Related to action #90152: module results missing on quick job (on auto-restarting worker) added
Actions