tests.integration.test_pickling.test_p_up_thread_safety#
- tests.integration.test_pickling.test_p_up_thread_safety(protocol, straightline_graph_1k_directed)#
There are known issues around pickling and unpickling threading.RLock() with the dill module. Ensure they do not affect Edgegraph’s structure.
If you find that this test fails with a timeout, it is likely an indicator that the bug in question has been hit and not a simple timing failure. Investigate it instead of simply upping the timeout! See mishaturnbull/issues and the issue(s) it references for more information.