test/config backup & restore#907
Conversation
|
Test failed due to permission/missing files, could you verify this? |
|
tests succeeded on my setup. I do run the tests as root though. |
|
So I ended up introducing a backup rule. If the copy process is run during fixtures, some files appear to be locked and are unable of being read. fixtures wasn't the right place to do the backup anyway, since files already got modified till the backup(fixtures rule) happened. |
Adapted the config folder backup strategy to the test folder.
Should be safer regarding future implementations.