CI: mistral testmistral_tempest_tests.tests.api.v2.test_actions.ActionTestsV2.test_get_list_actions_not_in_list_filter fails in gate scenario003 containers

Bug #1736950 reported by Sagi (Sergey) Shnaidman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Adriano Petrich

Bug Description

mistral_tempest_tests.tests.api.v2.test_actions.ActionTestsV2.test_get_list_actions_not_in_list_filter [0.721132s] ... FAILED
2017-12-07 10:06:31 |
2017-12-07 10:06:31 | Captured traceback:
2017-12-07 10:06:31 | ~~~~~~~~~~~~~~~~~~~
2017-12-07 10:06:31 | Traceback (most recent call last):
2017-12-07 10:06:31 | File "/usr/lib/python2.7/site-packages/mistral_tempest_tests/tests/api/v2/test_actions.py", line 190, in test_get_list_actions_not_in_list_filter
2017-12-07 10:06:31 | self.assertNotIn(act, action_names)
2017-12-07 10:06:31 | File "/usr/lib/python2.7/site-packages/testtools/testcase.py", line 394, in assertNotIn
2017-12-07 10:06:31 | self.assertThat(haystack, matcher, message)
2017-12-07 10:06:31 | File "/usr/lib/python2.7/site-packages/testtools/testcase.py", line 435, in assertThat
2017-12-07 10:06:31 | raise mismatch_error
2017-12-07 10:06:31 | testtools.matchers._impl.MismatchError:
...

http://logs.openstack.org/57/525657/4/gate/tripleo-ci-centos-7-scenario003-multinode-oooq-container/4f05051/logs/undercloud/home/zuul/tempest_output.log.txt.gz#_2017-12-07_10_06_31

looking if it happens again

Tags: mistral
Changed in tripleo:
milestone: queens-3 → queens-rc1
Revision history for this message
Alex Schultz (alex-schultz) wrote :

Closing as scenario003 is passing. Feel free to reopen if we hit this again.

Changed in tripleo:
status: Triaged → Fix Released
Revision history for this message
wes hayutin (weshayutin) wrote :
Download full text (48.6 KiB)

https://logs.rdoproject.org/openstack-periodic/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset018-master/c940db4/tempest.html.gz

https://logs.rdoproject.org/openstack-periodic/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset018-master/c940db4/stackviz/#/stdin/test-details/mistral_tempest_tests.tests.api.v2.test_actions.ActionTestsV2.test_get_list_actions_not_in_list_filter

ft1.21: mistral_tempest_tests.tests.api.v2.test_actions.ActionTestsV2.test_get_list_actions_not_in_list_filter[id-4b05dfcf-ef39-4032-9528-c8422c7329dd,smoke]_StringException: pythonlogging:'': {{{
2018-06-13 15:15:13,004 83 INFO [tempest.lib.common.rest_client] Request (ActionTestsV2:test_get_list_actions_not_in_list_filter): 201 POST http://192.168.24.13:8989/v2/actions 0.043s
2018-06-13 15:15:13,005 83 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'headers': 'Content-Type:text/plain', 'X-Auth-Token': '<omitted>'}
        Body: ---
version: "2.0"

greeting:
  description: "This action says 'Hello'"
  tags: [hello]
  base: std.echo
  base-input:
    output: 'Hello, <% $.name %>'
  input:
    - name
  output:
    string: <% $ %>

farewell:
  base: std.echo
  base-input:
    output: 'Bye!'
  output:
    info: <% $ %>

    Response - Headers: {'status': '201', u'content-length': '1204', 'content-location': 'http://192.168.24.13:8989/v2/actions', u'date': 'Wed, 13 Jun 2018 15:15:13 GMT', u'content-type': 'application/json', u'connection': 'close'}
        Body: {"actions": [{"definition": "---\nversion: \"2.0\"\n\ngreeting:\n description: \"This action says 'Hello'\"\n tags: [hello]\n base: std.echo\n base-input:\n output: 'Hello, <% $.name %>'\n input:\n - name\n output:\n string: <% $ %>\n\nfarewell:\n base: std.echo\n base-input:\n output: 'Bye!'\n output:\n info: <% $ %>\n\n", "description": null, "tags": [], "created_at": "2018-06-13 15:15:12", "is_system": false, "scope": "private", "input": null, "project_id": "971dc89c1cff4cedbd205c74a0659f2c", "id": "e0ee29c5-9ce8-423c-97d6-0c2a16fd2c1d", "name": "farewell"}, {"definition": "---\nversion: \"2.0\"\n\ngreeting:\n description: \"This action says 'Hello'\"\n tags: [hello]\n base: std.echo\n base-input:\n output: 'Hello, <% $.name %>'\n input:\n - name\n output:\n string: <% $ %>\n\nfarewell:\n base: std.echo\n base-input:\n output: 'Bye!'\n output:\n info: <% $ %>\n\n", "description": "This action says 'Hello'", "tags": ["hello"], "created_at": "2018-06-13 15:15:13", "is_system": false, "scope": "private", "input": "name", "project_id": "971dc89c1cff4cedbd205c74a0659f2c", "id": "85fea41f-f154-4c94-be08-1a8049aa8969", "name": "greeting"}]}
2018-06-13 15:15:13,019 83 INFO [tempest.lib.common.rest_client] Request (ActionTestsV2:test_get_list_actions_not_in_list_filter): 200 GET http://192.168.24.13:8989/v2/actions/farewell 0.013s
2018-06-13 15:15:13,019 83 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
        Body: None
    Response - Headers: {'status': '200', u'content-length': '598', 'content-location': 'http://19...

Changed in tripleo:
status: Fix Released → Triaged
importance: High → Critical
Revision history for this message
wes hayutin (weshayutin) wrote :

proposed skip: https://review.openstack.org/#/c/575176/

Looking for ack from Dougal, Toure

This issue still needs to be fixed as soon as possible, however this buys us some space and time to fix.

tags: added: alert
Revision history for this message
wes hayutin (weshayutin) wrote :
tags: added: mistral
removed: alert ci
wes hayutin (weshayutin)
Changed in tripleo:
status: Triaged → Invalid
Revision history for this message
wes hayutin (weshayutin) wrote :

http://logs.openstack.org/16/592216/2/check/tripleo-ci-centos-7-scenario003-multinode-oooq-container/fc62c9d/logs/undercloud/home/zuul/tempest.log.txt.gz

 Captured pythonlogging:
2018-08-16 01:48:56 | ~~~~~~~~~~~~~~~~~~~~~~~
2018-08-16 01:48:56 | 2018-08-16 01:48:55,010 75 INFO [tempest.lib.common.rest_client] Request (ActionTestsV2:test_get_list_actions_not_in_list_filter): 201 POST http://192.168.24.8:8989/v2/actions 0.053s
2018-08-16 01:48:56 | 2018-08-16 01:48:55,011 75 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'headers': 'Content-Type:text/plain', 'X-Auth-Token': '<omitted>'}
2018-08-16 01:48:56 | Body: ---
2018-08-16 01:48:56 | version: "2.0"
2018-08-16 01:48:56 |
2018-08-16 01:48:56 | greeting:
2018-08-16 01:48:56 | description: "This action says 'Hello'"
2018-08-16 01:48:56 | tags: [hello]
2018-08-16 01:48:56 | base: std.echo
2018-08-16 01:48:56 | base-input:
2018-08-16 01:48:56 | output: 'Hello, <% $.name %>'
2018-08-16 01:48:56 | input:
2018-08-16 01:48:56 | - name
2018-08-16 01:48:56 | output:
2018-08-16 01:48:56 | string: <% $ %>
2018-08-16 01:48:56 |
2018-08-16 01:48:56 | farewell:
2018-08-16 01:48:56 | base: std.echo
2018-08-16 01:48:56 | base-input:
2018-08-16 01:48:56 | output: 'Bye!'
2018-08-16 01:48:56 | output:
2018-08-16 01:48:56 | info: <% $ %>

Changed in tripleo:
status: Invalid → Triaged
tags: added: alert
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to tripleo-quickstart-extras (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/592591

wes hayutin (weshayutin)
tags: removed: alert
Changed in tripleo:
assignee: nobody → Adriano Petrich (apetrich)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-quickstart-extras (master)

Reviewed: https://review.openstack.org/592591
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/commit/?id=5a76f77e6ff74dbf70110016e6828f4498c8a21d
Submitter: Zuul
Branch: master

commit 5a76f77e6ff74dbf70110016e6828f4498c8a21d
Author: Wes Hayutin <email address hidden>
Date: Thu Aug 16 13:17:33 2018 -0400

    skip mistral action test

    Related-Change: https://review.openstack.org/#/c/575176
    Related-Bug: #1736950
    Change-Id: I4aa4994f8e6531a3bac0a6498c8c7b607a9e2624

Changed in tripleo:
status: Triaged → Fix Released
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.