toddr / Net-Daemon

Read-only release history for Net-Daemon
http://metacpan.org/release/Net-Daemon
0 stars 0 forks source link

t/ithreadm.t is failing on windows. #19

Open toddr opened 3 years ago

toddr commented 3 years ago

This test is supposed to fork off a daemon using Win32::Process and then create 10 threads that simultaneously interact with the daemon. The problem is that the process terminates after the second thread connects for some reason. It's not clear why. It only fails on windows

toddr commented 3 years ago

For now the test is disabled on windows. This case is the TODO to re-enable the test.