﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32958	URLValidator tests don't obviously test how long validation takes	Chris Jerdonek	nobody	"I was looking at the validator tests and came across this comment (""Trailing junk does not take forever to reject""):
https://github.com/django/django/blob/012f38f9594b35743e9ab231757b7b62db638323/tests/validators/tests.py#L258-L260

However, it's not obvious whether the test actually checks how long the validation takes, or what ""forever"" really means (e.g. is 1 second forever?). For example, I couldn't see any measurement of elapsed time in the tests.

It would be good if the comment elaborated on this and, if necessary, the test could check that validation doesn't take too long.
"	Cleanup/optimization	closed	Testing framework	dev	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
