Comment 1 for bug 1285388

Revision history for this message
Chris Dent (cdent) wrote :

a) gathering the data via middleware is pretty inefficient, especially as currently written: https://bugs.launchpad.net/ceilometer/+bug/1337761 but my understanding was that there was some resistance from somewhere to drop notifications of this data out of swift itself.

b) If the middleware is going to carry on being the way it is, there's no particular reason to use the webob from swift itself. It's there to provide a fake request environment, which is easy enough to do other ways.

Presumably with _this_ test want to test the middleware itself not swift.

Tempests tests could be created which properly test the use of the middleware against real swift data, if that's desirable. The current tests would not be able to do that.

I'll have this bug if nobody else is chafing to have it.