lyx_mirror/development
Scott Kostyshak dbb72a370a ctests: fix race condition for parallel testing
The unicode tests would often fail when tested in parallel because
we were not exporting to unique file names. From what I understand,
a variant similar to the following race condition occurred:

1. Thread A exports to file blah.pdf.
2. Thread B exports to file blah.pdf.
3. Thread A confirms file blah.pdf exists.
4. Thread A deletes exported file blah.pdf to clean up.
5. Thread B fails to find file blah.pdf and reports a failure.
2020-11-15 17:40:02 -05:00
..
2020-10-28 23:12:03 +01:00
2011-04-03 13:38:05 +00:00
2020-10-26 15:29:21 -04:00
2020-09-19 20:43:40 +02:00
2020-10-13 19:13:59 +02:00
2012-06-05 12:22:13 +02:00
2014-12-08 13:15:06 +01:00