• Julien Muchembled's avatar
    fixup! importer: fetch and process the data to import in a separate process · dc220d04
    Julien Muchembled authored
    - for FileStorage DB, make sure a transaction index is built at most once
    - for other DB types, reopen the DB in the subprocess
    
    Now that we have specific code for FileStorage, the generic case is not tested
    anymore. We should add a test using ZEO. Or better, and in some way crazy,
    one with NEO, but one would need to fix a special case in getObject.
    dc220d04
importer.py 28.4 KB