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
This commit is contained in:
5
queries/1798472.yaml
Normal file
5
queries/1798472.yaml
Normal file
@@ -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"
|
||||
8
queries/1798475.yaml
Normal file
8
queries/1798475.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user