Fixes ValueError('need more than 0 values to unpack',) that could appear in some corner cases (the fewer runs you have in your db the more likely you'll encounter it).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56133
[LNT] fix ValueError in corner case ClosedPublic Authored by danilaml on Dec 28 2018, 8:57 AM.
Details Summary Fixes ValueError('need more than 0 values to unpack',) that could appear in some corner cases (the fewer runs you have in your db the more likely you'll encounter it).
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 7 2019, 4:14 PM Closed by commit rL350704: [LNT] fix ValueError in a corner case of geomean comparison (authored by danilaml). · Explain WhyJan 9 2019, 4:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 180813 lnt/trunk/lnt/server/reporting/analysis.py
lnt/trunk/tests/server/ui/V4Pages.py
|