-
Notifications
You must be signed in to change notification settings - Fork 4k
add IDns to New-Nic #536
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
add IDns to New-Nic #536
Conversation
Hi @DeepakRajendranMsft, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
Please address Ogail's comments: "Network mocked tests are taking ~23 sec to execute and as you know these are just mocked tests which should be executed in microsecs, could u please try to reduce the time? Here are some hints:
Cheers, |
working on it. |
I looked at this, and we dont have any hard coded timeouts in the tests. The tests take similar time for compute.tests as well. [LongRunningOperation("BeginCreateOrUpdating", typeof(Models.OperationStatus), 30, 15, is there anything wrong with this configuration. The network tests make multiple calls to service (each PUT in itself has 3 calls Get, Put and Get). I am wondering if the sheer size of the mocked json files is affecting the time taken. I also tried profiling the tests but it only tells me that powershell.Invoke is the major consumer. Could we deal with the time taken for compute and network tests offline? |
@DeepakRajendranMsft have u tried to change |
@ogail where do we set this property "LongRunningOperationDefaultTimeout"? I can only see I couldnt find it in any of the hydra specs either |
@ogail ping... Ogail, since this is not a regression, could we work on improving the timing after the release? |
Update network package
dnssettings -> networkinterfaceDnsSettings
enable Idns on networkinterface
Test location had to be hardcoded because Idns is enabled only 1 region. have an RDbug to change in the future