We are using a newer version of testng, and should check the testng.xml files in each of the test subdirs, and update those still using parallel to get rid of this warning:
[Test] [XmlSuite] [WARN] 'parallel' value 'false' is deprecated, default value will be used instead: 'none'.
Hello, I'm a beginner and I would like to contribute for my first time.
Can I claim this issue ?
In project Java8andUp? Please feel free to open a pull request for the change. Thanks.
By the way, what version of testng are you using?
In fact I just would like to contribute and begin with an easy issue.
De : Lan Xia
Envoyé : jeudi 15 février à 17:31
Objet : Re: [eclipse/openj9] Update testng.xml files with parallel="none" (#1170)
À : eclipse/openj9
Cc : hmainismael, Comment
What version of testng are you using?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHubhttps://github.com/eclipse/openj9/issues/1170#issuecomment-365982633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVvYQf-arJf_drmU8NzbieCjRMi1_5khks5tVFu9gaJpZM4SEZEd.
If this issue isn't appropriately easy, #433 is simply adding some comments to the code.
Ok I'll check the testng.xml files in each of the test subdirs and update those still using parallel = "false" instead of parallel = "none"
Thanks for picking this one up @hmainismael and welcome to the project!
The PR linked to this issue is #1187 . Thank you all !