[8.0] RabbitMQ problem

Bug #1568874 reported by Dmitry Belyaninov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
High
Dmitry Belyaninov

Bug Description

Detailed bug description:
There is a problem with rabbit nodes after "crm_resource ..." command
There are no running rabbitmq nodes.

Steps to reproduce:
run fuel-qa change_pacemaker_parameter_not_break_rabbitmq test

Expected results:
 pass
Actual result:
fail
Reproducibility:
no data
Workaround:
no data
Impact:
SWARM8.0 failed

Additional information:

https://mirantis.testrail.com/index.php?/tests/view/4174469

also:
        rabbit_nodes = re.search(
            "\{running_nodes,\[([^\]]*)\]\}",
            rabbit_status).group(1).replace("'", "").split(',')

9.0 version contains more useful check:
        found_nodes = re.search(
            "\{running_nodes,\[([^\]]*)\]\}",
            rabbit_status)
        assert_is_not_none(
            found_nodes,
            'No running rabbitmq nodes found on {0}. Status:\n'
            '{1}'.format(ctrl_node, rabbit_status))
        rabbit_nodes = found_nodes.group(1).replace("'", "").split(',')

Tags: area-qa
Revision history for this message
Dmitry Belyaninov (dbelyaninov) wrote :
no longer affects: mos
Changed in fuel:
assignee: nobody → Fuel QA Team (fuel-qa)
Revision history for this message
Nastya Urlapova (aurlapova) wrote :

Issue is in rabbit functionality or in test scenario?

Changed in fuel:
assignee: Fuel QA Team (fuel-qa) → Dmitry Belyaninov (dbelyaninov)
status: New → Incomplete
Revision history for this message
Dmitry Klenov (dklenov) wrote :

Moving to invalid as info is not provided for more than a month.

@Dmitry - feel free to reopen once you have requested data.

Changed in fuel:
milestone: none → 8.0-updates
importance: Undecided → High
tags: added: area-qa
Changed in fuel:
status: Incomplete → Invalid
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.