Roundup Tracker - Issues

Message5610

Author rouilj
Recipients ajaksu2, rouilj
Date 2016-06-19.02:53:12
Message-id <1466304793.74.0.00107415319437.issue2550549@psf.upfronthosting.co.za>
In-reply-to
Put in patch with a print statement to trace execution.
I changed demo to use sqlite and navigated to:

 http://localhost:9017/demo/issue2147483647

reported that there was no such id, print statement did not trigger.

 http://localhost:9017/demo/issue2147483648

reported that there was no such id and the print statement
within the max id patch in rdbms_common.py was printed.

 http://localhost:9017/demo/issue2147483649

reported that there was no such id and the print statement
again was triggered to prove the patch was triggering.

Committed on: 2b551b6b0830 without the debugging print statement.

This obsoletes:

https://hg.python.org/tracker/roundup/rev/eb3be57f1ef2 and
https://hg.python.org/tracker/roundup/rev/1548763e8273

Closing.
History
Date User Action Args
2016-06-19 02:53:13rouiljsetmessageid: <1466304793.74.0.00107415319437.issue2550549@psf.upfronthosting.co.za>
2016-06-19 02:53:13rouiljsetrecipients: + rouilj, ajaksu2
2016-06-19 02:53:13rouiljlinkissue2550549 messages
2016-06-19 02:53:12rouiljcreate