> 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.
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