Roundup Tracker - Issues

Message5344

Author rouilj
Recipients ajaksu2, rouilj
Date 2015-07-06.00:26:06
Message-id <1436142367.9.0.266726624513.issue2550549@psf.upfronthosting.co.za>
In-reply-to
The test case in msg3710 returns a plain


   There is no issue with id 32132132131 

error, so the question is is this patch needed in the current
roundup? Maybe the underlying issue that caused postgres to fail
is fixed?

(or Maybe roundup.org isn't using postgres so there is no way to
reproduce the original error using it).

Also this patch seems to be getting applied at the wrong level.
If postgres is choking on id's larger than 2^30, shouldn't
this patch be in the postgres database back end so that

   if not cl.hasnode(id):

returns false?
History
Date User Action Args
2015-07-06 00:26:07rouiljsetmessageid: <1436142367.9.0.266726624513.issue2550549@psf.upfronthosting.co.za>
2015-07-06 00:26:07rouiljsetrecipients: + rouilj, ajaksu2
2015-07-06 00:26:07rouiljlinkissue2550549 messages
2015-07-06 00:26:06rouiljcreate