Comment 2 for bug 1103907

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : Re: [Bug 1103907] Re: Test result failed to display when test_id longer than 64 bytes

Senthil Kumaran S <email address hidden> writes:

> What was the test-id you were trying with? How big you want the test-id
> to be? 128 ?

We only have limits because Django requires them and AIUI Django only
requires them because of how MySQL works and as we use postgres, we
should just lift the limit to something silly like 1024.

Unless there is a reason to impose a limit on test_id length? I'd
rather not, in general.

Cheers,
mwh