]> SALOME platform Git repositories - modules/yacs.git/commit
Salome HOME
fix testExec test in yacsloader_swig test: random bug difficult to reproduce outside...
authorPaul RASCLE <paul.rascle@edf.fr>
Fri, 14 Sep 2018 13:30:58 +0000 (15:30 +0200)
committerPaul RASCLE <paul.rascle@edf.fr>
Fri, 14 Sep 2018 13:30:58 +0000 (15:30 +0200)
commit6d53c5634cbc988c9571f30a4d38f86dcf55a605
tree4a268e8e4155a575b216726e0fc8069af854d12e
parent889232e4837b60c329efcbd1b8bd572cf48cb649
fix testExec test in yacsloader_swig test: random bug difficult to reproduce outside salome test context.
Trace gives abort on Py_XDECREF(_data), in InputPyPort::exRestoreInit() (src/runtime/PythonPorts.cxx:244)
Seems related to partial execution of the schema with stopOnError set.
The fix consists in resume the execution after save state.
src/yacsloader_swig/Test/testExec.py