[
https://issues.apache.org/jira/browse/GEODE-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346808#comment-15346808
]
ASF subversion and git services commented on GEODE-1565:
--------------------------------------------------------
Commit 170919bcc33dcb48d931b5c4ad707df7eec4a2f0 in incubator-geode's branch
refs/heads/feature/GEODE-1573 from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=170919b ]
GEODE-1565: add quotes around any value starting with hyphen
* refactor OptionJFormatter into HyphenFormatter to format all values starting
with hypen
> 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
> Assignee: Kirk Lund
> Fix For: 1.0.0-incubating.M3
>
>
> 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 excludes the above tests because they are now
> annotated with FlakyTest.
> The fix for GEODE-835 (replace geode-joptsimple with dependency on
> jopt-simple release) is required so GemfireDataCommandsDUnitTest should be
> removed from CommandOverHttpDUnitTest until this ticket can be fixed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)