Deployment tests for 'fuel-ostf' on 'master' branch continuously fails

Bug #1615517 reported by Dmitry Kaigarodеsev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Critical
Mikhail Samoylov

Bug Description

URL: https://ci.fuel-infra.org/job/master.fuel-ostf.pkgs.ubuntu.gate_ostf_update/759/console
 Update stack actions: inplace, replace and update whole template error
 Check network parameters success
 Check creation of stack with Wait Condition/Handle resources skipped
 Request list of networks success
 Check data replication over mysql success
 Typical stack actions: create, delete, show details, etc. error
 Request absolute limits list success
 Create user and authenticate with it. success

2016-08-22 02:09:01,206 - ERROR __init__.py:67 -- assert_ostf_run raised: AssertionError("WARNING! Unexpected fail: expected ['Advanced stack actions: suspend, resume and check', 'Typical stack actions: create, delete, show details, etc.', 'Update stack actions: inplace, replace and update whole template', 'Check stack rollback', 'Instance live migration'], actual [u'Typical stack actions: create, delete, show details, etc.', u'Advanced stack actions: suspend, resume and check', u'Check stack rollback', u'Update stack actions: inplace, replace and update whole template']",)
Traceback: Traceback (most recent call last):
  File "/home/jenkins/workspace/master.fuel-ostf.pkgs.ubuntu.gate_ostf_update/fuel-qa/fuelweb_test/__init__.py", line 60, in wrapped
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/master.fuel-ostf.pkgs.ubuntu.gate_ostf_update/fuel-qa/fuelweb_test/models/fuel_web_client.py", line 275, in assert_ostf_run
    failed_test_name, actual_failed_names))
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/asserts.py", line 163, in assert_true
    raise ASSERTION_ERROR(message)
AssertionError: WARNING! Unexpected fail: expected ['Advanced stack actions: suspend, resume and check', 'Typical stack actions: create, delete, show details, etc.', 'Update stack actions: inplace, replace and update whole template', 'Check stack rollback', 'Instance live migration'], actual [u'Typical stack actions: create, delete, show details, etc.', u'Advanced stack actions: suspend, resume and check', u'Check stack rollback', u'Update stack actions: inplace, replace and update whole template']

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-qa (master)

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

Changed in fuel:
assignee: Fuel QA Team (fuel-qa) → Mikhail Samoylov (msamoylov)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-qa (stable/7.0)

Fix proposed to branch: stable/7.0
Review: https://review.openstack.org/358664

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-qa (stable/8.0)

Fix proposed to branch: stable/8.0
Review: https://review.openstack.org/358665

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-qa (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/358666

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

Reviewed: https://review.openstack.org/358634
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=b6e7c720867294c4cabc1d1e1e7895b8cab1ede1
Submitter: Jenkins
Branch: master

commit b6e7c720867294c4cabc1d1e1e7895b8cab1ede1
Author: Mikhail Samoylov <email address hidden>
Date: Mon Aug 22 16:14:09 2016 +0300

    Change logic for checking failed tests in assert_ostf_run().

    If in list actual_failed names we have something else that
     we are ordered in failed_test_name test must be failed.
    But if in list actual_failed_names we haven't all tests
     that we are ordered in failed_test_name test must be passed.

    Closes bug: 1615517

    Change-Id: Ibaafe43039e96d6a39b7c405ac6a0ef55d373c8c

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (stable/7.0)

Reviewed: https://review.openstack.org/358664
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=3cb298f0d731b059a79005a7fc8a4e28533b9c68
Submitter: Jenkins
Branch: stable/7.0

commit 3cb298f0d731b059a79005a7fc8a4e28533b9c68
Author: Mikhail Samoylov <email address hidden>
Date: Mon Aug 22 16:14:09 2016 +0300

    Change logic for checking failed tests in assert_ostf_run().

    If in list actual_failed names we have something else that
     we are ordered in failed_test_name test must be failed.
    But if in list actual_failed_names we haven't all tests
     that we are ordered in failed_test_name test must be passed.

    Closes bug: 1615517

    Change-Id: Ibaafe43039e96d6a39b7c405ac6a0ef55d373c8c

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (stable/8.0)

Reviewed: https://review.openstack.org/358665
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=104ac8ea409b0307fc96a1e0ae1c67ba7814c517
Submitter: Jenkins
Branch: stable/8.0

commit 104ac8ea409b0307fc96a1e0ae1c67ba7814c517
Author: Mikhail Samoylov <email address hidden>
Date: Mon Aug 22 16:14:09 2016 +0300

    Change logic for checking failed tests in assert_ostf_run().

    If in list actual_failed names we have something else that
     we are ordered in failed_test_name test must be failed.
    But if in list actual_failed_names we haven't all tests
     that we are ordered in failed_test_name test must be passed.

    Closes bug: 1615517

    Change-Id: Ibaafe43039e96d6a39b7c405ac6a0ef55d373c8c

tags: added: in-stable-mitaka
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (stable/mitaka)

Reviewed: https://review.openstack.org/358666
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=ac1e3e9adcb8872ec37a59ba27bcd56436d3e0dc
Submitter: Jenkins
Branch: stable/mitaka

commit ac1e3e9adcb8872ec37a59ba27bcd56436d3e0dc
Author: Mikhail Samoylov <email address hidden>
Date: Mon Aug 22 16:14:09 2016 +0300

    Change logic for checking failed tests in assert_ostf_run().

    If in list actual_failed names we have something else that
     we are ordered in failed_test_name test must be failed.
    But if in list actual_failed_names we haven't all tests
     that we are ordered in failed_test_name test must be passed.

    Closes bug: 1615517

    Change-Id: Ibaafe43039e96d6a39b7c405ac6a0ef55d373c8c

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.