]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Don't stop the reactor in the regression tests 6095/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 14 Dec 2017 12:48:28 +0000 (13:48 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 14 Dec 2017 12:48:28 +0000 (13:48 +0100)
commitfbfaa4a7ee59829cbf2d3765a3a967edb823bb39
tree0c288f83c4f9b0ea93739512c0bc6cc6902c4c09
parentfb611f07566e08adf31c374e6453a6494df7d696
rec: Don't stop the reactor in the regression tests

So, there is one and only one global reactor for every test suites,
ever, and you can't restart it if you stop it (see the awful
`ReactorNotRestartable` exception).
That doesn't prevent you from adding new ports to listen on to the
existing one, so let's just start if it isn't already running and
never stop it.
regression-tests.recursor-dnssec/test_ECS.py
regression-tests.recursor-dnssec/test_Interop.py
regression-tests.recursor-dnssec/test_LargeAnswer.py