diff -r 91e262556573 -r fb0936668535 cubicweb/server/repository.py --- a/cubicweb/server/repository.py Thu Dec 05 18:38:00 2019 +0100 +++ b/cubicweb/server/repository.py Thu Dec 05 18:39:09 2019 +0100 @@ -190,6 +190,7 @@ yield cnxset def close(self): + # XXX we don't close the connection when there is no queue? if self._queue is not None: while not self._queue.empty(): cnxset = self._queue.get_nowait()