aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/scheduler_SUITE_data
AgeCommit message (Collapse)Author
2016-05-11Move dirty nif test cases into dirty_nif_SUITERickard Green
2016-03-15Fix dirty scheduler tc on windowsLukas Larsson
2016-02-15Add dirty scheduler process termination testSteve Vinoski
In scheduler_SUITE add a new test that runs a single dirty I/O scheduler and launches a number of dirty I/O NIF calls that each sleep for 3 seconds. Given the single scheduler, the first of these will run while the rest queue up. Then start killing these processes, and verify they call exit correctly.