Files
infix/test
Tobias Waldekranz 967388395f test: netns: Avoid infinite hangs on exceptions in .call()s
If the callable threw an exception, then the process running inside
the netns would exit before sending back a value on the tx pipe, which
meant that `rx.recv()` would hang in the original process.

Make sure that we catch any exceptions, and send that instead of the
result over the pipe in those scenarios. Then in the original process,
re-raise the exception.
2024-12-05 13:10:42 +01:00
..
2024-09-30 13:11:59 +02:00
2024-11-25 14:44:32 +01:00
2024-04-15 15:36:41 +02:00
2024-05-20 16:21:06 +02:00