test_list_extensions_includes_all failure

Bug #1789323 reported by YAMAMOTO Takashi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-midonet
Fix Released
Critical
YAMAMOTO Takashi

Bug Description

the newly introduced test test_list_extensions_includes_all is failing

tags: added: gate-failure
Changed in networking-midonet:
importance: Undecided → Critical
assignee: nobody → YAMAMOTO Takashi (yamamoto)
milestone: none → 7.0.0
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-midonet (master)

Fix proposed to branch: master
Review: https://review.openstack.org/596974

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-midonet (stable/rocky)

Fix proposed to branch: stable/rocky
Review: https://review.openstack.org/597058

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-midonet (stable/queens)

Fix proposed to branch: stable/queens
Review: https://review.openstack.org/597357

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-midonet (master)

Reviewed: https://review.openstack.org/596974
Committed: https://git.openstack.org/cgit/openstack/networking-midonet/commit/?id=4ff0d09c9e68e7261c02c6f43a92a2e673dede60
Submitter: Zuul
Branch: master

commit 4ff0d09c9e68e7261c02c6f43a92a2e673dede60
Author: YAMAMOTO Takashi <email address hidden>
Date: Tue Aug 28 11:39:18 2018 +0900

    Remove a few extensions from NETWORK_API_EXTENSIONS

    This commit removes the following extensions from the list.
     timestamp_core
     tag
     tag_ext

    Those extensions have been removed long before. [1] [2]
    The mismatch has been exposed by the recently added
    tempest test case. [3]

    [1] I2ee2ed4c713d88345adc55b022feb95653eec663
    [2] I97095453610fff114d999a526d67e78119546ff5
    [3] I4c59f407c30020e3865e96e67a1b61361e699014

    Also, make the grenade job non-voting for now because
    it would take long to fix it.
    1. It needs to be fixed in the base branch (right now
       it's stable/queens) as grenade uses the base branch's
       tempest.conf (thus NETWORK_API_EXTENSIONS) as it is
       for the target branch.
    2. Right now stable/queens gate is broken for unrelated reasons

    Closes-Bug: #1789323
    Change-Id: Ib865c5b406097c5196d8a95cfefc6e5513c1e40d

Changed in networking-midonet:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on networking-midonet (stable/rocky)

Change abandoned by YAMAMOTO Takashi (<email address hidden>) on branch: stable/rocky
Review: https://review.openstack.org/597058

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-midonet (stable/rocky)

Reviewed: https://review.openstack.org/597058
Committed: https://git.openstack.org/cgit/openstack/networking-midonet/commit/?id=24cfc227dcc97a9aeef918a62f0d26c4b66b881e
Submitter: Zuul
Branch: stable/rocky

commit 24cfc227dcc97a9aeef918a62f0d26c4b66b881e
Author: YAMAMOTO Takashi <email address hidden>
Date: Tue Aug 28 11:39:18 2018 +0900

    Remove a few extensions from NETWORK_API_EXTENSIONS

    This commit removes the following extensions from the list.
     timestamp_core
     tag
     tag_ext

    Those extensions have been removed long before. [1] [2]
    The mismatch has been exposed by the recently added
    tempest test case. [3]

    [1] I2ee2ed4c713d88345adc55b022feb95653eec663
    [2] I97095453610fff114d999a526d67e78119546ff5
    [3] I4c59f407c30020e3865e96e67a1b61361e699014

    Also, make the grenade job non-voting for now because
    it would take long to fix it.
    1. It needs to be fixed in the base branch (right now
       it's stable/queens) as grenade uses the base branch's
       tempest.conf (thus NETWORK_API_EXTENSIONS) as it is
       for the target branch.
    2. Right now stable/queens gate is broken for unrelated reasons

    Closes-Bug: #1789323
    Change-Id: Ib865c5b406097c5196d8a95cfefc6e5513c1e40d
    (cherry picked from commit 4ff0d09c9e68e7261c02c6f43a92a2e673dede60)

tags: added: in-stable-rocky
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-midonet (stable/queens)

Reviewed: https://review.openstack.org/597357
Committed: https://git.openstack.org/cgit/openstack/networking-midonet/commit/?id=a71f447ce72c7408033ffd622270d8ffd9a588cd
Submitter: Zuul
Branch: stable/queens

commit a71f447ce72c7408033ffd622270d8ffd9a588cd
Author: YAMAMOTO Takashi <email address hidden>
Date: Tue Aug 28 11:39:18 2018 +0900

    Remove a few extensions from NETWORK_API_EXTENSIONS

    This commit removes the following extensions from the list.
     timestamp_core
     tag
     tag_ext

    Those extensions have been removed long before. [1] [2]
    The mismatch has been exposed by the recently added
    tempest test case. [3]

    [1] I2ee2ed4c713d88345adc55b022feb95653eec663
    [2] I97095453610fff114d999a526d67e78119546ff5
    [3] I4c59f407c30020e3865e96e67a1b61361e699014

    Also, make the grenade job non-voting for now because
    it would take long to fix it.
    1. It needs to be fixed in the base branch (right now
       it's stable/queens) as grenade uses the base branch's
       tempest.conf (thus NETWORK_API_EXTENSIONS) as it is
       for the target branch.
    2. Right now stable/queens gate is broken for unrelated reasons

    Closes-Bug: #1789323

    This commit includes the following unrelated changes to pass
    the gate.
    ----------------------------------------
    Disable rally job for now

    rally_openstack 1.2.0 doesn't seem compatible with queens.

    Related-Bug: #1792364
    ----------------------------------------
    Stop installing neutron-lbaas tempest plugin for now

    It doesn't seem compatible with tempest master.

    Related-Bug: #1792357
    ----------------------------------------

    Change-Id: Ib865c5b406097c5196d8a95cfefc6e5513c1e40d
    (cherry picked from commit 4ff0d09c9e68e7261c02c6f43a92a2e673dede60)

tags: added: in-stable-queens
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-midonet (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/612881

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/networking-midonet 8.0.0.0b1

This issue was fixed in the openstack/networking-midonet 8.0.0.0b1 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-midonet (stable/pike)

Reviewed: https://review.opendev.org/612881
Committed: https://git.openstack.org/cgit/openstack/networking-midonet/commit/?id=d6cf0b815b6df04f018efd1664d6b15a5880df30
Submitter: Zuul
Branch: stable/pike

commit d6cf0b815b6df04f018efd1664d6b15a5880df30
Author: YAMAMOTO Takashi <email address hidden>
Date: Tue Aug 28 11:39:18 2018 +0900

    Remove a few extensions from NETWORK_API_EXTENSIONS

    This commit removes the following extensions from the list.
     timestamp_core
     tag

    Those extensions have been removed long before. [1] [2]
    The mismatch has been exposed by the recently added
    tempest test case. [3]

    [1] I2ee2ed4c713d88345adc55b022feb95653eec663
    [2] I97095453610fff114d999a526d67e78119546ff5
    [3] I4c59f407c30020e3865e96e67a1b61361e699014

    Closes-Bug: #1789323
    Change-Id: Ib865c5b406097c5196d8a95cfefc6e5513c1e40d
    (cherry picked from commit 4ff0d09c9e68e7261c02c6f43a92a2e673dede60)
    Conflicts:
        .zuul.yaml
        devstack/settings

tags: added: in-stable-pike
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/networking-midonet pike-eol

This issue was fixed in the openstack/networking-midonet pike-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/networking-midonet queens-eol

This issue was fixed in the openstack/networking-midonet queens-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/networking-midonet rocky-eol

This issue was fixed in the openstack/networking-midonet rocky-eol release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.