Deprecation warnings break integration tests

Bug #1439269 reported by Roman Prykhodchenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Medium
Roman Prykhodchenko

Bug Description

Integration tests in Fuel Client check whether the stderr contains anything. If it does, tests fail.

Changed in fuel:
importance: Undecided → Medium
milestone: none → 6.1
tags: added: cli
Changed in fuel:
assignee: nobody → Fuel Python Team (fuel-python)
Dmitry Pyzhov (dpyzhov)
tags: added: module-client
Changed in fuel:
assignee: Fuel Python Team (fuel-python) → Roman Prykhodchenko (romcheg)
Dmitry Pyzhov (dpyzhov)
Changed in fuel:
status: New → Confirmed
Revision history for this message
Roman Prykhodchenko (romcheg) wrote :

Looks like tests just check the strderr to tell whether there was an execution error. Checking return code instead should help.

Changed in fuel:
status: Confirmed → Triaged
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-fuelclient (master)

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

Changed in fuel:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-fuelclient (master)

Reviewed: https://review.openstack.org/171624
Committed: https://git.openstack.org/cgit/stackforge/python-fuelclient/commit/?id=d2685ac90cb1f8be634c8c74ea64db9cce423117
Submitter: Jenkins
Branch: master

commit d2685ac90cb1f8be634c8c74ea64db9cce423117
Author: Roman Prykhodchenko <email address hidden>
Date: Wed Apr 8 15:04:16 2015 +0200

    Do not check stderr exactly

    Some tests rely stderr to much: they either try
    to check its content exactly or concider anything
    there as a mark of an error which happened.

    However, sometimes strerr may contain ocasional
    messages from third party components, which leads
    to ocasional failures.

    This patch fixes the abovementioned issues.

    Closes-bug: #1439269
    Change-Id: If04b841d63382d379edf656682afdb9abd347372

Changed in fuel:
status: In Progress → Fix Committed
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.