aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/trace_local_SUITE.erl
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2017-10-25 16:29:37 +0200
committerJohn Högberg <[email protected]>2017-11-30 15:44:37 +0100
commit08901d99137014bd53b999a9fbb0aac893d854e4 (patch)
treeb96b2709f10fb16c958cc69c3a15ecf984f0040e /erts/emulator/test/trace_local_SUITE.erl
parentc6f47dd9919c8b1555980a990cbc7af0fd1ca529 (diff)
downloadotp-08901d99137014bd53b999a9fbb0aac893d854e4.tar.gz
otp-08901d99137014bd53b999a9fbb0aac893d854e4.tar.bz2
otp-08901d99137014bd53b999a9fbb0aac893d854e4.zip
Fix dirty_*if_SUITE after file rewrite
Code loading is done through dirty IO now, causing the dirty_scheduler_exit tests to fail as they block their own progress by invoking erts_debug:dirty_io(wait, _); the spawned processes will exit normally before we have a chance to kill them. To get around this, we perform a dry run to ensure that all required code is loaded. It isn't particularly pretty (or fast) but it saves us the hassle of maintaining a module list (cf. embedded mode).
Diffstat (limited to 'erts/emulator/test/trace_local_SUITE.erl')
0 files changed, 0 insertions, 0 deletions