Fix Redis cluster tests running in neutron gate
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack DBaaS (Trove) |
Fix Released
|
High
|
Peter Stachowski |
Bug Description
With the switch to neutron in the gate, the Redis cluster tests were disabled as they failed fairly frequently with the following error:
2016-11-24 22:58:13.126973 | 2016-11-24 22:58:13.126 | ERROR: proboscis.
2016-11-24 22:58:13.128260 | 2016-11-24 22:58:13.127 | -------
2016-11-24 22:58:13.129735 | 2016-11-24 22:58:13.129 | Traceback (most recent call last):
2016-11-24 22:58:13.131000 | 2016-11-24 22:58:13.130 | File "/usr/local/
2016-11-24 22:58:13.132236 | 2016-11-24 22:58:13.131 | compatability.
2016-11-24 22:58:13.133988 | 2016-11-24 22:58:13.133 | File "/usr/local/
2016-11-24 22:58:13.135165 | 2016-11-24 22:58:13.134 | func()
2016-11-24 22:58:13.136470 | 2016-11-24 22:58:13.136 | File "/usr/local/
2016-11-24 22:58:13.137681 | 2016-11-24 22:58:13.137 | func(test_
2016-11-24 22:58:13.139023 | 2016-11-24 22:58:13.138 | File "/opt/stack/
2016-11-24 22:58:13.140312 | 2016-11-24 22:58:13.139 | self.test_
2016-11-24 22:58:13.141778 | 2016-11-24 22:58:13.141 | File "/opt/stack/
2016-11-24 22:58:13.143065 | 2016-11-24 22:58:13.142 | self.assert_
2016-11-24 22:58:13.144430 | 2016-11-24 22:58:13.144 | File "/opt/stack/
2016-11-24 22:58:13.145797 | 2016-11-24 22:58:13.145 | self.test_
2016-11-24 22:58:13.148004 | 2016-11-24 22:58:13.147 | File "/opt/stack/
2016-11-24 22:58:13.149252 | 2016-11-24 22:58:13.149 | *args, **kwargs)
2016-11-24 22:58:13.151050 | 2016-11-24 22:58:13.150 | File "/opt/stack/
2016-11-24 22:58:13.152318 | 2016-11-24 22:58:13.152 | (data_fn_name, self.__
2016-11-24 22:58:13.153824 | 2016-11-24 22:58:13.153 | RuntimeError: Error calling add_micro3_data from class RedisHelper - Error calling add_micro3_data from class RedisHelper: CLUSTERDOWN The cluster is down
This will need to be debugged in the gate (probably) and a fix submitted.
Changed in trove: | |
importance: | Undecided → High |
milestone: | none → next |
This may be related to the failure documented in https:/ /bugs.launchpad .net/trove/ +bug/1645778