From 686fc7b1fc320d730a2247adb9a61409ebc2adb5 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Thu, 18 Oct 2018 09:57:29 +0200 Subject: [PATCH] Add queries for 2 neutron fullstack test bugs Bug 1798472 - 8 hits in last 7 days, it's issue with timeout during killing processes in tests' cleanup, Bug 1798475 - 9 hits in last 7 days in master branch, problem with test_ha_router_restart_agents_no_packet_lost test - there is unexpected noticed packet loss during L3 agent's restart Change-Id: I4e6814800b7ecfd5248b73ebe2944c59b24c4fde --- queries/1798472.yaml | 5 +++++ queries/1798475.yaml | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 queries/1798472.yaml create mode 100644 queries/1798475.yaml diff --git a/queries/1798472.yaml b/queries/1798472.yaml new file mode 100644 index 00000000..6280982c --- /dev/null +++ b/queries/1798472.yaml @@ -0,0 +1,5 @@ +query: >- + message:"fixtures._fixtures.timeout.TimeoutException" AND + (build_name:"neutron-fullstack" OR build_name:"neutron-fullstack-python36") AND + tags:console AND + filename:"job-output.txt" diff --git a/queries/1798475.yaml b/queries/1798475.yaml new file mode 100644 index 00000000..47fe7582 --- /dev/null +++ b/queries/1798475.yaml @@ -0,0 +1,8 @@ +query: >- + message:"1 packets transmitted, 0 received, 100% packet loss, time 0ms" AND + (build_name:"neutron-fullstack" OR build_name:"neutron-fullstack-python36") AND + tags:console AND + filename:"job-output.txt" AND + build_branch:"master" +test_ids: + - neutron.tests.fullstack.test_l3_agent.TestHAL3Agent.test_ha_router_restart_agents_no_packet_lost