👩💻 Join our community of thousands of amazing developers!
Recently, I have run into an issue with a python test script which is run by CTest. The test runs normally by itself, but it never terminates until its timeout is reached if launched by CTest. In this post, I’m going to show you how to reproduce this issue first, then how I tackled this problem, and, of course, the solution at the end. Update: As it turns out, this issue seems to be a defect with MonetDB v11.35.19. And it has already been fixed in a later version. At least, it is no longer repro...