[
https://issues.apache.org/jira/browse/GEODE-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund updated GEODE-1565:
-----------------------------
Component/s: gfsh
> GemfireDataCommandsDUnitTest fails when executed over HTTP
> ----------------------------------------------------------
>
> Key: GEODE-1565
> URL: https://issues.apache.org/jira/browse/GEODE-1565
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Reporter: Kirk Lund
>
> CommandOverHttpDUnitTest executes GFSH command dunit tests over HTTP by
> specifying:
> {noformat}
> @ClassRule
> public static ProvideSystemProperty provideSystemProperty = new
> ProvideSystemProperty(CliCommandTestBase.USE_HTTP_SYSTEM_PROPERTY, "true");
> {noformat}
> Executing GemfireDataCommandsDUnitTest directly passes, but executing it over
> HTTP results in several failures (possibly introduced by fix for GEODE-835):
> * testRebalanceCommandForSimulateWithNoMember
> * testRebalanceCommandForSimulate
> *testRebalanceForExcludeRegionFunction
> *testRebalanceForIncludeRegionFunction
> *testSimulateForEntireDS
> Note: this bug does not reproduce on the command-line via:
> ./gradlew geode-web:distributedTest
> -DdistributedTest.single=CommandOverHttpDUnitTest
> ...because distributedTest exclude the above tests which are now annotated
> with FlakyTest.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)