RedHatQE / polarize

GNU General Public License v3.0
2 stars 2 forks source link

rhn_interop_tests fails to run with an error that check_warning is not annotated with @Test #34

Closed rarebreed closed 7 years ago

rarebreed commented 7 years ago

The latest merge of the code breaks the rhn_interopd_tests and causes a TestNG error. It turns out that the rhn_interop_tests had a messed up dependency tree wherein one of the depended on methods was in a different tier than the method that depended on it.

Changing all the methods to run in tier2 groups fixed the problem

rarebreed commented 7 years ago

Fixed by setting all the groups of all methods to tier2