YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

improve nodejs driver for shared data and child process exit #133

Closed bowdev closed 10 years ago

bowdev commented 10 years ago

implementing message handshaking between child and parent process.

It is supposed to fix two issue in NodeJS Driver.

First, "Failed to get test result" error even the test result are generated by child process.

Second, shared data is limited by the size of process argument list, 128KB.