From 07822902935d4fef6925ab5cda91c585c71e1580 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 19 Sep 2018 15:00:46 -0400 Subject: [PATCH] Add query for mysql opportunistic test bug 1793364 This is grasping at something that hits on these failures since we don't have multiline on the console log failures for unit tests, but we have an IndexError that seems to be causing a greenthread switch and I think it might be related to sqla returning an empty result set when the caller is expecting results and not handling it properly. Anyway, this gives 1890 hits in 7 days, check and gate, master, rocky and queens branches, all failures. Change-Id: If224014d6f353fda1258988d834cadc7e3818be6 --- queries/1793364.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 queries/1793364.yaml diff --git a/queries/1793364.yaml b/queries/1793364.yaml new file mode 100644 index 00000000..27ce1eaa --- /dev/null +++ b/queries/1793364.yaml @@ -0,0 +1,2 @@ +query: >- + message:" connection.scalar(select([1]))'" AND tags:"console"