-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
RSS Sydney
-
Fully Compatible
-
Party@Gregs - 2024-11-12
-
200
From BF-35516 several issues were discovered with the framework that hamper determining the underlying cause, namely:
- Errors copying files are not propagated to the test
- File copies can happen concurrently (for the same file) potentially introducing races
- Cursors are closed before files are copied, which is potentially an API violation
This ticket aims to fix these shortcomings, unfortunately we arent sure if this is a true fix for the underlying BF but we'll at least be in a better position if it happens again.