Hi Folks,<br><br>I have either stumbled on a storage leak in the ZODB, or I am missing something in my understanding of registration.<br><br>Briefly, if I add a folder to the ZODB, make it a site, then unregister it, delete it and pack the ZODB, I see the ZODB increase in size.Each time I run the tests, the ZODB keeps growing (by about 7KB). I restarted the ZODB to see if it would help, but no!<br>
<br>Here are my exact steps:<br><br>1. add a Folder<br>2. make a the folder a site.<br>3. register the folder (unnamed utility of type ISite)<br>4. remove the registration from the &quot;registrations&quot; tab.<br>5. delete the folder.<br>
6. pack the ZODB.<br><br>I have also attached a selenium test that performs all of this.<br><br><br>