You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix DS annotation test setup reliability issues
- Replace unreliable File.renameTo() with Files.move() for test.project
rename, which throws on failure instead of failing silently
- Fix afterAll() cleanup bug: project names were incorrectly doubled
("ds.annotations." + "ds.annotations.testN" instead of just the key)
- Add workspace job result status checking after join to properly
propagate setup errors
- Increase build iterations from 2 to 3 for more reliable annotation
processor output generation on all platforms
Copy file name to clipboardExpand all lines: ds/org.eclipse.pde.ds.annotations.tests/src/org/eclipse/pde/ds/internal/annotations/tests/WorkspaceSetupExtension.java
0 commit comments