-
Notifications
You must be signed in to change notification settings - Fork 3k
Moved ASYNCHRONOUS_DNS_SIMULTANEOUS_REPEAT under mbed extended tests #7786
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
Conversation
Test is giving problems in some networks. Could be that DNS server is regarding repeated DNS enquiries on the test to be caused by malfunctioning device.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we know that the asynchronous DNS tests will now be run? When are MBED_EXTENDED_TESTS actually run ?
@adbridge Tests flagged with MBED_EXTENDED_TESTS are build/run once a day against latest mbed-os master in the ip-core Jenkins build system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the quick response!
@adbridge Looks like there are some other tests already in the repo that use this compiler flag. |
/morph build |
@mikaleppanen So have we just effectively removed some testing from pull requests ? ie we won't now be able to detect issues with asynch dns until after a PR has been merged to master potentially ? |
@adbridge The other asynchronous DNS tests will verify most of the functionality. So I think it is not problem if this particular test is not run for all pull requests. |
Build : SUCCESSBuild number : 2809 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2437 |
Test : FAILUREBuild number : 2544 |
/morph test |
Test : SUCCESSBuild number : 2558 |
Moved ASYNCHRONOUS_DNS_SIMULTANEOUS_REPEAT under mbed extended tests
Description
Test is giving problems in some networks. Could be that DNS server is regarding repeated DNS enquiries on the test to be caused by malfunctioning device.
Pull request type