Re: CommandOverHttpDUnitTest seems to be causing a bunch of tests to needlessly be run

2017-11-27 Thread Kirk Lund
CommandOverHttpDUnitTest reruns those tests with the system property CliCommandTestBase.USE_HTTP_SYSTEM_PROPERTY enabled. Using a suite results in the results of these tests being overwritten when the tests rerun using HTTP. An approach that would keep both test results would be to subclass each

Re: CommandOverHttpDUnitTest seems to be causing a bunch of tests to needlessly be run

2017-11-20 Thread Jinmei Liao
We are trying to get rid of this suite, currently there are only 5 test classes included in that suite now. This suites runs those tests in a different connect type. But we are trying to refactor them all to not to use a suite. On Mon, Nov 20, 2017 at 3:19 PM, Bruce Schuchardt wrote: > This is a