Re: [PATCH 2/3] iotests/testrunner.py: move updating last_elapsed to run_tests

2021-12-10 Thread Vladimir Sementsov-Ogievskiy
10.12.2021 17:47, Vladimir Sementsov-Ogievskiy wrote: 10.12.2021 17:25, Kevin Wolf wrote: Am 06.12.2021 um 18:59 hat John Snow geschrieben: On Fri, Dec 3, 2021 at 7:22 AM Vladimir Sementsov-Ogievskiy < vsement...@virtuozzo.com> wrote: We are going to use do_run_test() in multiprocessing envir

Re: [PATCH 2/3] iotests/testrunner.py: move updating last_elapsed to run_tests

2021-12-10 Thread Vladimir Sementsov-Ogievskiy
10.12.2021 17:25, Kevin Wolf wrote: Am 06.12.2021 um 18:59 hat John Snow geschrieben: On Fri, Dec 3, 2021 at 7:22 AM Vladimir Sementsov-Ogievskiy < vsement...@virtuozzo.com> wrote: We are going to use do_run_test() in multiprocessing environment, where we'll not be able to change original runn

Re: [PATCH 2/3] iotests/testrunner.py: move updating last_elapsed to run_tests

2021-12-10 Thread Kevin Wolf
Am 06.12.2021 um 18:59 hat John Snow geschrieben: > On Fri, Dec 3, 2021 at 7:22 AM Vladimir Sementsov-Ogievskiy < > vsement...@virtuozzo.com> wrote: > > > We are going to use do_run_test() in multiprocessing environment, where > > we'll not be able to change original runner object. > > > > Happily

Re: [PATCH 2/3] iotests/testrunner.py: move updating last_elapsed to run_tests

2021-12-06 Thread John Snow
On Fri, Dec 3, 2021 at 7:22 AM Vladimir Sementsov-Ogievskiy < vsement...@virtuozzo.com> wrote: > We are going to use do_run_test() in multiprocessing environment, where > we'll not be able to change original runner object. > > Happily, the only thing we change is that last_elapsed and it's simple

[PATCH 2/3] iotests/testrunner.py: move updating last_elapsed to run_tests

2021-12-03 Thread Vladimir Sementsov-Ogievskiy
We are going to use do_run_test() in multiprocessing environment, where we'll not be able to change original runner object. Happily, the only thing we change is that last_elapsed and it's simple to do it in run_tests() instead. All other accesses to self in do_runt_test() and in run_test() are rea