Hi Dave - no worries,
i am running HEAD of the master branch.
when i add
System.out.println(mgr.getSubscriptions());
to SubscriptionFunctionalTests.testSubscriptionLookups before the assert
at line 80 i get 3 subscriptions printed (2 are expected which causes
the test to fail), one them seems to be a leftover from the
PlanetManagerLocalTest.
best regards
-michael
On 18.08.19 15:27, Dave wrote:
Sorry, I missed this message. What branch are you working in. All tests
pass for me in master and roller-5.2.x.
Dave
On Thu, Aug 1, 2019 at 12:56 AM Michael Bien <mbie...@gmail.com> wrote:
Hello,
it seems as if PlanetManagerLocalTest.testRefreshEntries() doesn't clean
up properly and one subscription remains after the test finishes. This
causes other, unrelated tests to fail. E.g in my case its
SubscriptionFunctionalTests.testSubscriptionLookups.
best regards,
michael