From aa8ecf909ecf3385864b51d992fbd69d8d9c1112 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 22 Dec 2015 12:21:22 -0800 Subject: [PATCH] Add query for tox ValueError fail bug 1527562 454 hits in 7 days in voting jobs, check and gate, all branches. This is an issue in projects that have comments in tox command line calls. Several projects are already fixed on master but could still be broken on stable. Change-Id: Iad5acba03fe37240f671b0d07af2abc952a26fdc Related-Bug: #1527562 --- queries/1527562.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1527562.yaml diff --git a/queries/1527562.yaml b/queries/1527562.yaml new file mode 100644 index 00000000..89040cef --- /dev/null +++ b/queries/1527562.yaml @@ -0,0 +1,3 @@ +query: > + message:"ValueError: No closing quotation" AND + tags:"console"