Closed sblom closed 10 years ago
This looks like a connect-time race condition or something like it. Instead of getting
/listening on port \d+/,
/connecting... ok/,
/break in .*:1/,
as the test expects, I just get
< debugger listening on port 12345
debug> ok
But the state of the debugger is such that it has hit the first breakpoint in the test script.
This test file has been moved to the debugger
directory. It's no longer in simple
. Also, on Windows 8.1 64-bit, with node v0.11.13-pre, the tests in this file seem to pass. Perhaps this issue can be closed?
The tests are racey, it works more reliably on windows since we've solved some of the stderr issues, closing indeed