Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.7, 2.8
-
Fix Version/s: 2.11
-
Component/s: TestNG support
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The 'runOrder' setting doesn't seem to be working when running tests with TestNG. (At least when the TestNGDirectoryTestSuite is used.) TestNGProvider seems to have correctly initialized DirectyScanner but that isn't passed on when constructing the TestNGDirectoryTestSuite, which just creates a new DefaultDirectoryScanner in the constructor with "filesystem" as the runOrder.
Issue Links
- relates to
-
SUREFIRE-739
preserve-order attribute is ignored with Surefire plugin 2.8.1
-
Activity
Sami Heikkinen
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | SUREFIRE-721.patch [ 54526 ] |
Kristian Rosenvold
made changes -
| Link | This issue relates to SUREFIRE-739 [ SUREFIRE-739 ] |
Kristian Rosenvold
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Kristian Rosenvold [ krosenvold ] | |
| Fix Version/s | 2.11 [ 17856 ] | |
| Resolution | Fixed [ 1 ] |
Patch for possible way to fix attached.