org.opennms.netmgt.dao.NodeDaoTest has test method order dependency for success
Description
In a local repo, I'd bumped the maven dependency for JUnit from 4.10 to 4.11. In troubleshooting subsequent test failures, I've found that org.opennms.netmgt.dao.NodeDaoTest appears to have some test method run order dependency that causes subsequent tests to fail.
In a local repo, I'd bumped the maven dependency for JUnit from 4.10 to 4.11. In troubleshooting subsequent test failures, I've found that org.opennms.netmgt.dao.NodeDaoTest appears to have some test method run order dependency that causes subsequent tests to fail.
For example, this method order succeeded:
While this method order failed:
with these specific tests failing:
The error given is: