Closed
spark-cli #12Make flush-dns support Windows and add test cases
qdriven
Created Apr 12, 2026
Closed Apr 12, 2026
Labels
task
Task: Make flush-dns support Windows and add test cases
- Add a test case for flush-dns
- Add a test case for flush-dns on Windows
- Add a test case for flush-dns on macOS
- Add a test case for flush-dns on Linux
Implementation Summary
- Extracted
getDNSCommands(osName)to separate command definitions from execution - Added BDD-style tests using Ginkgo/Gomega covering all platforms
- Commit: 44626f2