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
[Linux] Fix random test failures of browser tests #1523
Browser tests randomly fail during Jenkins execution because of too many
opened file descriptors. The reason seems to be that the build uses
parallel execution and Maven plugins executed for other bundles may have
opened and closed file descriptors in parallel, which are erroneously
taken into account by the browser tests evaluating the number of file
descriptors left open after a test execution.
This change excludes open file descriptors for Maven artifacts used in
parallel by other Maven plugins by not considering file descriptors with
their path containing ".m2" or "target/classes".
Fixes#1523
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_Browser.java
0 commit comments