<div dir="ltr">Hi all,<div><br></div><div>I am facing the issue of FIXTURES for setting up dependent test. Using RESOURCE_LOCK. Currently, it looks something like this:</div><div><br></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">===================================================</span><br></div><div>set_test_properties(run_simulation PROPERTIES FIXTURES_SETUP ${simulation_name})</div><div>set_test_properties(compare_results PROPERTIES FIXTURES_REQUIRED ${simulation_name})</div><div><br></div><div>[...]</div><div><br></div><div>set_test_properties(run_simulation compare_results PROPERTIES RESOURCE_LOCK data_${simulation_name})</div><div>===================================================</div><div><br></div><div>If I include the line of RESOURCE_LOCK, the compare_results test will failed with permission denied. Removing it will make it run fine. I don't think I'm doing anything wrong though - why such behaviour is observed?</div><div><br></div><div>Thanks,</div><div>QT</div></div>