[PATCH] D56133: [LNT] fix ValueError in corner case

Danila Malyutin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 28 08:57:05 PST 2018


danilaml created this revision.
danilaml added reviewers: MatzeB, kristof.beyls, cmatthews.
Herald added a subscriber: llvm-commits.

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).


Repository:
  rL LLVM

https://reviews.llvm.org/D56133

Files:
  lnt/server/reporting/analysis.py
  tests/server/ui/Inputs/sample-failed-report1.json
  tests/server/ui/Inputs/sample-failed-report2.json
  tests/server/ui/V4Pages.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56133.179638.patch
Type: text/x-patch
Size: 3780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181228/fd0b3b3a/attachment.bin>


More information about the llvm-commits mailing list