← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1649703] Re: neutron-fwaas check jobs for FWaaS v2 fail intermittently

 

Reviewed:  https://review.openstack.org/424636
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=8a86782c229537ab430cac87b5df63a9ddd5424c
Submitter: Jenkins
Branch:    master

commit 8a86782c229537ab430cac87b5df63a9ddd5424c
Author: Bertrand Lallau <bertrand.lallau@xxxxxxxxxxxxxxx>
Date:   Tue Jan 24 13:29:03 2017 +0100

    Fix tempest gate issue on FirewallNotFound exception
    
    In case of failed tests the following error appears in
    logs/screen-q-svc.txt.gz
    
      File "/opt/stack/new/neutron-fwaas/neutron_fwaas/db/firewall/v2/firewall_db_v2.py", line 805, in delete_firewall_group
        raise fw_ext.FirewallNotFound(firewall_id=id)
    AttributeError: 'module' object has no attribute 'FirewallNotFound'
    
    This exception doesn't exists anymore.
    It has been replaced by FirewallGroupNotFound exception.
    
    Closes-Bug: #1649703
    Closes-Bug: #1657299
    Change-Id: If97ae00f66479177f50be15361bce9e8c89afc3c


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1649703

Title:
  neutron-fwaas check jobs for FWaaS v2 fail intermittently

Status in neutron:
  Fix Released

Bug description:
  The following check jobs fail intermittently.  When one fails the
  other usually succeeds.

  - gate-neutron-fwaas-v2-dsvm-tempest
  - gate-neutron-fwaas-v2-dsvm-tempest-multinode-nv

  Here is an example of the multinode failing but the singlenode
  succeeding:

  - singlenode fail: http://logs.openstack.org/92/391392/10/check/gate-neutron-fwaas-v2-dsvm-tempest/cf602b9/testr_results.html.gz
  - multinode succeed: http://logs.openstack.org/92/391392/10/check/gate-grenade-dsvm-neutron-fwaas-multinode-nv/fb42351/console.html

  Here is an example of singlenode failing but multinode succeeding:

  - singlenode succeed: http://logs.openstack.org/20/408920/1/check/gate-neutron-fwaas-v2-dsvm-tempest/7e38030/testr_results.html.gz
  - multinode fail: http://logs.openstack.org/20/408920/1/check/gate-neutron-fwaas-v2-dsvm-tempest-multinode-nv/d3bbaac/testr_results.html.gz

  Another example of same:

  - singlenode succeed: http://logs.openstack.org/11/407311/2/check/gate-neutron-fwaas-v2-dsvm-tempest/0e52b7e/testr_results.html.gz
  - multinode fail: http://logs.openstack.org/11/407311/2/check/gate-neutron-fwaas-v2-dsvm-tempest-multinode-nv/73a4af8/testr_results.html.gz

  SridarK commented on https://review.openstack.org/#/c/407311/ that
  this appears to occur on delete of fwg.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1649703/+subscriptions


References