Commit 4a338c6
committed
[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".
Fixes #15231 parent cfbd282 commit 4a338c6
File tree
1 file changed
+7
-1
lines changed- tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2846 | 2846 | | |
2847 | 2847 | | |
2848 | 2848 | | |
2849 | | - | |
| 2849 | + | |
| 2850 | + | |
| 2851 | + | |
| 2852 | + | |
| 2853 | + | |
| 2854 | + | |
| 2855 | + | |
2850 | 2856 | | |
2851 | 2857 | | |
2852 | 2858 | | |
| |||
0 commit comments