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

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

2017-11-20 Thread Bruce Schuchardt
This is a test-suite class that is causing 13 other test classes to be run a second time.  We should remove this class and create a gradle task to run the tests based on their category, like we do with client/server, membership and other categories.