#14936 closed enhancement (wontfix)
frequent TLD from IANA changes
Reported by: | Klumbumbus | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Unit tests | Version: | |
Keywords: | Cc: | Don-vip |
Description
Updates to the URL database are very often
Do we really need to put that much effort on such a low priority part of the code?
I think the chance to produce false positive validator test results with the domain validator test is extremely low even if we update this database only once every 2 or 3 or 6 month. We could remove the integration test and update the database manually from time to time.
Is there a script to update the database or is this done by hand?
Attachments (0)
Change History (4)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Won't fix for now, I don't find it generates more noise than the frequent ELI synchronization updates ;) I can reconsider if other team members object.
by hand. It's not really a lot of effort (simple copy/paste, takes less then 30s). If it generates too much noise we can disable the test and run it manually before each release.