Re: Python question about save_main_session

2019-10-07 Thread Chad Dombrova
Another solution may be writing a custom dill reducer for the object that is triggering this recursion. -chad On Fri, Aug 23, 2019 at 6:52 PM Udi Meiri wrote: > Yeah that sounds like the sanest way forward. > Lots of these tests are running standalone examples so they might need SMS > if you r

Re: Python question about save_main_session

2019-08-23 Thread Udi Meiri
Yeah that sounds like the sanest way forward. Lots of these tests are running standalone examples so they might need SMS if you run them directly. (example streaming_wordcount_it_test.py running streaming_wordcount.py) On Fri, Aug 23, 2019 at 3:17 PM Robert Bradshaw wrote: > I suggest re-writing

Re: Python question about save_main_session

2019-08-23 Thread Robert Bradshaw
I suggest re-writing the test to avoid save_main_session. On Fri, Aug 23, 2019 at 11:57 AM Udi Meiri wrote: > Hi, > I'm trying to get pytest with the xdist plugin to run Beam tests. The > issue is with save_main_session and a dependency of pytest-xdist called > execnet, which triggers this error