Transient test failures: test_service.RemoteUserTest
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Alvaro Lopez |
Bug Description
The fix for bug 1045962 took an initial stab at fixing transient test failures by drastically reducing their frequency, but they still occur (by simply truncating timestamps before comparing them).
However, several more tests have been introduced in test_service which exhibit transient failures, thus increasing the likelihood that we see failures.
For example:
15:04:12 =======
15:04:12 FAIL: test_scoped_
15:04:12 -------
15:04:12 Traceback (most recent call last):
15:04:12 File "/home/
15:04:12 self.assertEqua
15:04:12 File "/home/
15:04:12 return self.assertDict
15:04:12 AssertionError: {'access': {'token': {'issued_at': '15:04:0', 'expires': '2012-11-
15:04:12 Diff is 1863 characters long. Set self.maxDiff to None to see it.
15:04:12 """Fail immediately, with the given message."""
15:04:12 >> raise self.failureExc
Source: http://
summary: |
- transient test failure: test_service.RemoteUserTest + Transient test failures: test_service.RemoteUserTest |
Changed in keystone: | |
importance: | High → Medium |
Changed in keystone: | |
milestone: | none → grizzly-1 |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | grizzly-1 → 2013.1 |
Fix proposed to branch: master /review. openstack. org/15742
Review: https:/