test-nginx icon indicating copy to clipboard operation
test-nginx copied to clipboard

feature: support windows OS testing.

Open wilhelmliao opened this issue 4 years ago • 0 comments

I patch a bit for supporting windows OS run testing.

  • use dos command START /B, nginx.exe -s stop, TASKKILL, and wmic to manipulate processes.
  • use String::Escape to encode file path text. Due to the windows path separator \ will be treat as nginx escape character.
  • no nginx user directive on windows OS testing.
  • patch non-blocking socket handling on windows OS.

    use POSIX::WSAEWOULDBLOCK signal

wilhelmliao avatar Nov 13 '21 19:11 wilhelmliao