← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1607903] [NEW] test_list_pagination_with_marker failure in PortsSearchCriteriaTest

 

Public bug reported:

http://logs.openstack.org/93/346493/4/gate/gate-neutron-dsvm-
api/1d3bf4c/testr_results.html.gz

Traceback (most recent call last):
  File "/opt/stack/new/neutron/neutron/tests/tempest/api/test_ports.py", line 76, in test_list_pagination_with_marker
    self._test_list_pagination_with_marker()
  File "/opt/stack/new/neutron/neutron/tests/tempest/api/base.py", line 485, in inner
    return f(self, *args, **kwargs)
  File "/opt/stack/new/neutron/neutron/tests/tempest/api/base.py", line 476, in inner
    return f(self, *args, **kwargs)
  File "/opt/stack/new/neutron/neutron/tests/tempest/api/base.py", line 617, in _test_list_pagination_with_marker
    self._test_list_pagination_iteratively(self._list_all_with_marker)
  File "/opt/stack/new/neutron/neutron/tests/tempest/api/base.py", line 597, in _test_list_pagination_iteratively
    self.assertSameOrder(expected_resources, resources)
  File "/opt/stack/new/neutron/neutron/tests/tempest/api/base.py", line 515, in assertSameOrder
    self.assertEqual(expected[self.field], res[self.field])
  File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 411, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: u'123test' != u''

Single hit in 7 days:
http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22in%20test_list_pagination_with_marker%5C%22

** Affects: neutron
     Importance: Medium
     Assignee: Ihar Hrachyshka (ihar-hrachyshka)
         Status: Confirmed


** Tags: gate-failure tempest

** Tags added: gate-failure tempest

** Changed in: neutron
   Importance: Undecided => Medium

** Changed in: neutron
     Assignee: (unassigned) => Ihar Hrachyshka (ihar-hrachyshka)

** Changed in: neutron
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1607903

Title:
  test_list_pagination_with_marker failure in PortsSearchCriteriaTest

Status in neutron:
  Confirmed

Bug description:
  http://logs.openstack.org/93/346493/4/gate/gate-neutron-dsvm-
  api/1d3bf4c/testr_results.html.gz

  Traceback (most recent call last):
    File "/opt/stack/new/neutron/neutron/tests/tempest/api/test_ports.py", line 76, in test_list_pagination_with_marker
      self._test_list_pagination_with_marker()
    File "/opt/stack/new/neutron/neutron/tests/tempest/api/base.py", line 485, in inner
      return f(self, *args, **kwargs)
    File "/opt/stack/new/neutron/neutron/tests/tempest/api/base.py", line 476, in inner
      return f(self, *args, **kwargs)
    File "/opt/stack/new/neutron/neutron/tests/tempest/api/base.py", line 617, in _test_list_pagination_with_marker
      self._test_list_pagination_iteratively(self._list_all_with_marker)
    File "/opt/stack/new/neutron/neutron/tests/tempest/api/base.py", line 597, in _test_list_pagination_iteratively
      self.assertSameOrder(expected_resources, resources)
    File "/opt/stack/new/neutron/neutron/tests/tempest/api/base.py", line 515, in assertSameOrder
      self.assertEqual(expected[self.field], res[self.field])
    File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 411, in assertEqual
      self.assertThat(observed, matcher, message)
    File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: u'123test' != u''

  Single hit in 7 days:
  http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22in%20test_list_pagination_with_marker%5C%22

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1607903/+subscriptions


Follow ups