python-zaqarclient gate broken due to failing functional tests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python client library for Zaqar |
New
|
Undecided
|
Unassigned |
Bug Description
This and 19 other tests are failing on any change in master right now:
ERROR: tests.functiona
2019-07-05 21:42:38.989 | -------
2019-07-05 21:42:38.991 | _StringException: Empty attachments:
2019-07-05 21:42:38.993 | pythonlogging:
2019-07-05 21:42:38.996 | stderr
2019-07-05 21:42:38.998 |
2019-07-05 21:42:39.000 | Traceback (most recent call last):
2019-07-05 21:42:39.002 | File "/opt/stack/
2019-07-05 21:42:39.005 | pool = self.client.
2019-07-05 21:42:39.008 | File "/opt/stack/
2019-07-05 21:42:39.010 | return pool.Pool(self, ref, **kwargs)
2019-07-05 21:42:39.012 | File "/opt/stack/
2019-07-05 21:42:39.014 | self.ensure_
2019-07-05 21:42:39.016 | File "/opt/stack/
2019-07-05 21:42:39.018 | core.pool_
2019-07-05 21:42:39.021 | File "/opt/stack/
2019-07-05 21:42:39.023 | transport.
2019-07-05 21:42:39.025 | File "/opt/stack/
2019-07-05 21:42:39.028 | raise self.http_
2019-07-05 21:42:39.030 | zaqarclient.
2019-07-05 21:42:39.032 |
2019-07-05 21:42:39.034 | Failed validating 'additionalProp
2019-07-05 21:42:39.036 | {'additionalPro
2019-07-05 21:42:39.038 | 'properties': {'flavor': {'maxLength': 255,
2019-07-05 21:42:39.040 | 'minLength': 0,
2019-07-05 21:42:39.042 | 'type': 'string'},
2019-07-05 21:42:39.044 | 'options': {'type': 'object'},
2019-07-05 21:42:39.047 | 'uri': {'format': 'uri',
2019-07-05 21:42:39.049 | 'maxLength': 255,
2019-07-05 21:42:39.051 | 'minLength': 0,
2019-07-05 21:42:39.053 | 'type': 'string'},
2019-07-05 21:42:39.060 | 'weight': {'maximum': 4294967295,
2019-07-05 21:42:39.062 | 'minimum': 0,
2019-07-05 21:42:39.065 | 'type': 'integer'}},
2019-07-05 21:42:39.067 | 'required': ['uri', 'weight'],
2019-07-05 21:42:39.069 | 'type': 'object'}
2019-07-05 21:42:39.071 |
2019-07-05 21:42:39.074 | On instance:
2019-07-05 21:42:39.075 | {u'group': u'us',
2019-07-05 21:42:39.078 | u'options': {},
2019-07-05 21:42:39.080 | u'uri': u'mongodb:
2019-07-05 21:42:39.082 | u'weight': 10}.
2019-07-05 21:42:39.084 |
Looks like this got introduced by https:/ /review. opendev. org/#/c/ 628723/ which basically wants to remove groups and pool_groups completely