alex-plekhanov commented on code in PR #11260: URL: https://github.com/apache/ignite/pull/11260#discussion_r1521267793
########## modules/ducktests/tests/ignitetest/tests/dns_failure_test.py: ########## Review Comment: We can't use the same system properties and the same implementation. This approach only can be used in different JVM and different jar for blocking DNS implementation (to use classes in this jar by bootstrap classloader). So we need some new framework to do that. I think it's not worth it. Moreover we need to test DNS with different hosts and ducktest is the only option here, since locally we will test only localhost addresses. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
