aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-09-19 17:58:19 -0400
committerJim Hahn <jrh3@att.com>2019-09-20 12:10:21 -0400
commit68b17b2a1ee2b6d1920cfc72f08dae25565bbe6a (patch)
tree3179d27f33f72f063d4b9fa5be20814eede6ac01 /pom.xml
parent50cd3fbf4561fe445751d299c53efc499df6dfb6 (diff)
Address junit failure in active-standby
In testLocking1(), the sleep() call after the final demote() was allowing the background FPManager thread to re-promote the PDP before the next test in the test case. Removed the sleep() call, thus preventing it from being re-promoted before the test. As that's the last test in that particular test case, it shouldn't cause a problem. In the process of diagnosing and fixing the problem, made the additional changes below. Made each junit runnable independently so that background threads could be terminated and started afresh with each test. Decreased the maximum "real" wait time of the tests, as the main thread only needs to wait an instant for the other threads to fire. Modified code to use common entity manager factories rather than creating them for each test. Deleted unnecessary sleeps at the end of tests. Deleted unnecessary db clean-ups at the start of tests (already done by the @Before method. Change-Id: Ia9f1053be564d85f1b29e47379ab184ffdbac235 Issue-ID: POLICY-2080 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
0 files changed, 0 insertions, 0 deletions