Code review comment for lp:~bjornt/launchpad/more-unique-factory-strings

Revision history for this message
Jonathan Lange (jml) wrote :

2010/5/17 Björn Tillenius <email address hidden>:
> If we see a test failing due to this, we can
> quite easily make sure that it's really unique within an instance, by
> keeping track of generated uuids.
>

Or you could drop the uuid approach and simply put id(self) into the
string before the getUniqueInteger()-generated segment.

jml

« Back to merge proposal