This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
Laggy tests when leftover noisepage instances are on the box. #1379
Labels
bug
Something isn't working (correctness). Mark issues with this.
Bug Report
Summary
Laggy tests when leftover noisepage instances are on the box.
Environment
Ran manually on jenkins h2.
Steps to Reproduce
modeling_test
took many many minutes to run. It ran successfully, but extremely slowly (1 minute in ideal case, to over 30 minutes in strange case).There are two problems here:
lsof
was 15721 and 9022, but the messenger communicates with IPC in/tmp
.I suspect this may have something to do with the messenger and/or network layer. This may also explain why #1319 occurs sometimes.
Also, perhaps the messenger should actually not create IPC files in
/tmp
and instead create files in the build directory so that they get cleaned up.The text was updated successfully, but these errors were encountered: