Description
In IDEAS we run two unit tests on the same example model, using two separate .mos script and two separate result .mat files (as required by BuildingsPy). Travis runs these tests using two cores. Each process runs one of the two unit tests that depend on the same example. Both tests write to IDEAS.BoundaryConditions.Examples.SimInfoManager.translation.log
. This filename is not unique, such that the file becomes corrupted (it does not contain all required statistics). The python script does not detect the corrupted file. The tests then fail, since some statistics appeared in the old results, but do not appear in the new results.
I propose to fix this by changing the script such that a unique translation log file is generated, based on the .mat result name?