From 9bce596e76b87b303a2fc515cd59116ea9069dd4 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 3 Sep 2014 17:32:25 -0700 Subject: [PATCH] Update query for pip timeout bug 1270710 I noticed the uncategorized fail rates for the gate-nova-python27 job were low and one of the reasons is due to the pip timeout bug and the existing query not hitting on new traces. I really hate that we're updating this and fingerprinting on line numbers in the packaging code but I'm not aware of anything better at the moment, so I guess this will just keep being a moving target. In 24 hours this does bring the hits up from 250 to 298. Change-Id: I90ce79f4b268c036627b30fab03f9680eaa32304 Related-Bug: #1270710 --- queries/1270710.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/1270710.yaml b/queries/1270710.yaml index f4ec4deb..791778ff 100644 --- a/queries/1270710.yaml +++ b/queries/1270710.yaml @@ -1,3 +1,3 @@ query: > tags:"console" - AND message:("download.py\", line 495" "download.py\", line 433" "download.py\", line 237") + AND message:("download.py\", line 495" "download.py\", line 433" "download.py\", line 237" "package_index.py\", line 682")