Re: JMXMBeanDUnitTest and SSL properties

2017-02-03 Thread Udo Kohlmeyer
When we wrote these tests (many moons ago) we ran into this problem. At that stage we could not establish what that cause of this failure was. BUT we (you and I) noted that behavior and marked it as flaky, in order to make sure it ran and at least tested the functionality. --Udo On 2/3/17

Re: JMXMBeanDUnitTest and SSL properties

2017-02-03 Thread Kirk Lund
PS: the test is using DistributedRestoreSystemProperties as a JUnit Rule, so it's saving and restoring all System properties before and after every test. This gives each test a clean slate for System properties. On Fri, Feb 3, 2017 at 1:41 PM, Kirk Lund wrote: >