• Alfredo Di Napoli's avatar
    fix(tests): allow ctrl-c to shut down the tests cleanly · 1ad17efd
    Alfredo Di Napoli authored
    The problem was caused by the improper usage of
    `delegate_ctrl` when creating the coreNLP process. For a long
    time I was under the impression this flag was essential to allow child
    processes to shutdown cleanly without leaving zombie threads, but the
    result here in the context of the testsuite was that the coreNLP server
    was receiving the first Ctrl^C, completely starving the Haskell RTS,
    which wouldn't receive any and as a result our testsuite would be
    running forever.
    1ad17efd
Name
Last commit
Last update
..
Main.hs Loading commit data...