You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/10/11 23:40:00 UTC

[jira] [Commented] (GEODE-7288) LuceneIntegrationTest uses non-existent system property logLevel

    [ https://issues.apache.org/jira/browse/GEODE-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16949840#comment-16949840 ] 

ASF subversion and git services commented on GEODE-7288:
--------------------------------------------------------

Commit 1dabc155adf2c41639a92b720ca76eed942f3dc8 in geode's branch refs/heads/develop from Kirk Lund
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1dabc15 ]

GEODE-7288: Remove broken uses of logLevel system property (#4148)

* Delete LDM which is unused
* Remove line that reads logLevel system property in LuceneIntegrationTest

> LuceneIntegrationTest uses non-existent system property logLevel
> ----------------------------------------------------------------
>
>                 Key: GEODE-7288
>                 URL: https://issues.apache.org/jira/browse/GEODE-7288
>             Project: Geode
>          Issue Type: Test
>          Components: tests
>            Reporter: Kirk Lund
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> DUnit ProcessManager used to set the system property {{logLevel}} but this was changed to {{gemfire.log-level}} in 2016. The only uses of {{logLevel}} were:
> * geode-core/src/distributedTest/java/org/apache/geode/distributed/internal/LDM (which is an unused class)
> * geode-lucene-test/src/main/java/org/apache/geode/cache/lucene/LuceneIntegrationTest (super class for other lucene tests)
> LuceneIntegrationTest:
> {noformat}
>     cf.set(ConfigurationProperties.LOG_LEVEL, System.getProperty("logLevel", "info"));
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)