molecule-tripleo_metrics_qdr failing while running functional tests

Bug #1973874 reported by chandan kumar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Triaged
High
Unassigned

Bug Description

https://review.opendev.org/c/openstack/tripleo-ansible/+/842036/3/ Renames molecule jobs to centos-stream
tripleo-ansible-centos-stream-molecule-tripleo_metrics_qdr( previously known as tripleo-ansible-centos-8-molecule-tripleo_metrics_qdr) running against above patch is failing from long time with following errors:
https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_551/842036/6/check/tripleo-ansible-centos-stream-molecule-tripleo_metrics_qdr/551454c/reports.html
```
TASK [functional_tests : [Debug] Get Qdr bus address] **************************
ok: [localhost] =>
  bus_addr:
    changed: true
    cmd: |-
      podman exec centos cat /etc/qpid-dispatch/qdrouterd.conf | grep -C 5 listener | grep -C 3 "port: 5666" | grep host | awk '{print $2}'
    delta: '0:00:01.089023'
    end: '2022-05-18 07:40:50.942003'
    failed: false
    msg: ''
    rc: 0
    start: '2022-05-18 07:40:49.852980'
    stderr: ''
    stderr_lines: []
    stdout: 10.0.2.100
    stdout_lines:
    - 10.0.2.100

TASK [functional_tests : [Test] Get number of messages received] ***************
fatal: [localhost]: FAILED! => changed=true
  cmd: |-
    podman exec centos qdstat -b 10.0.2.100:5666 -g | grep "Ingress Count" | awk '{print $3}'
  delta: '0:00:01.253271'
  end: '2022-05-18 07:40:52.582397'
  failed_when_result: true
  msg: ''
  rc: 0
  start: '2022-05-18 07:40:51.329126'
  stderr: ''
  stderr_lines: <omitted>
  stdout: ''
  stdout_lines: <omitted>

TASK [Set flag if functional tests failed] *************************************
ok: [localhost]

PLAY [Check functional test failure flag] **************************************

TASK [Gathering Facts] *********************************************************
ok: [localhost]

TASK [Functional tests passed] *************************************************
fatal: [localhost]: FAILED! => changed=false
  assertion: functest_failed_flag != "failed"
  evaluated_to: false
  msg: Assertion failed
```

By taking a look at job history:
https://zuul.opendev.org/t/openstack/builds?job_name=tripleo-ansible-centos-8-molecule-tripleo_metrics_qdr&project=openstack/tripleo-ansible
It is broken from long time.
It is blocking migration of jobs from cs8 to cs9. https://review.opendev.org/q/topic:unified_mol_config
Adding this bug to track the issue.

Tags: alert
Revision history for this message
chandan kumar (chkumar246) wrote :
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.