[PATCH] D109578: [LNT] Fixed incomplete feature for submit JSON to a local instance

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 15 06:22:07 PDT 2021


kpdev42 added inline comments.


================
Comment at: lnt/server/db/rules/rule_update_fixed_regressions.py:119
         if impacts(session, ts, run_id, regression) and is_fixed(session, ts, regression):
-            logger.info("Detected fixed regression" + str(regression))
+            logger.info("Detected fixed regression " + str(regression))
             regression.state = RegressionState.IGNORED
----------------
thopre wrote:
> Spurious change, please split into a separate patch. Likewise for the two below whitespace changes
Removed from this patch


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109578/new/

https://reviews.llvm.org/D109578



More information about the llvm-commits mailing list