Skip to content

Better port affectation in the test context

Vincent Michel requested to merge issue-73 into develop

Fix issue #73 (closed). The test context now gets the server port by decoding the ds IOR in the post_init_callback.

It also gets rid of the process optional arguments, since the post_init_callback needs to set the port attribute on the context. This could be done using a queue instead, in order to allow the server to run in a different process.

Merge request reports