-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix TestDNS_ServiceLookup_AnswerLimits so that it only creates test agents the minimal amount of time. #21609
Conversation
…gents the minimal amount of time
…agents the minimal amount of time (#21608) * get rid of unused column * get rid of duplicate section now that deletion of unused column makes the section duplicate.. * explicit set protocol rathern than infer it in checkDNSService * explicit have attribute for whether to set EDNS0 in the test cases rathern than infer it in checkDNSService * now modify so that test agents are only created for each unique configuration which is based on the a_record_limit. * Fix TestDNS_ServiceLookup_AnswerLimits so that it only creates test agents the minimal amount of time. (#21609) Fix TestDNS_ServiceLookup_AnswerLimits so that it only creates test agents the minimal amount of time
@jmurret, a backport is missing for this PR [21609] for versions [1.15] please perform the backport manually and add the following snippet to your backport PR description:
|
3 similar comments
@jmurret, a backport is missing for this PR [21609] for versions [1.15] please perform the backport manually and add the following snippet to your backport PR description:
|
@jmurret, a backport is missing for this PR [21609] for versions [1.15] please perform the backport manually and add the following snippet to your backport PR description:
|
@jmurret, a backport is missing for this PR [21609] for versions [1.15] please perform the backport manually and add the following snippet to your backport PR description:
|
…agents the minimal amount of time (#21608) * get rid of unused column * get rid of duplicate section now that deletion of unused column makes the section duplicate.. * explicit set protocol rathern than infer it in checkDNSService * explicit have attribute for whether to set EDNS0 in the test cases rathern than infer it in checkDNSService * now modify so that test agents are only created for each unique configuration which is based on the a_record_limit. * Fix TestDNS_ServiceLookup_AnswerLimits so that it only creates test agents the minimal amount of time. (#21609) Fix TestDNS_ServiceLookup_AnswerLimits so that it only creates test agents the minimal amount of time
Description
This takes a similar approach as #21608 and reduces 36 created test agents down to 12. This reduces local runtime from 61 seconds to 20 secs.
PR Checklist