You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/10/12 07:24:20 UTC

[jira] [Commented] (SOLR-9610) New AssertTool in SolrCLI

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

ASF subversion and git services commented on SOLR-9610:
-------------------------------------------------------

Commit 6512d0c62024177cc5d6c8b7086faaa149565dfb in lucene-solr's branch refs/heads/master from [~janhoy]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=6512d0c ]

SOLR-9610: New AssertTool in SolrCLI for easier cross platform assertions from command line


> New AssertTool in SolrCLI
> -------------------------
>
>                 Key: SOLR-9610
>                 URL: https://issues.apache.org/jira/browse/SOLR-9610
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: scripts and tools
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>             Fix For: 6.3, master (7.0)
>
>         Attachments: SOLR-9610.patch, SOLR-9610.patch
>
>
> Moving some code from SOLR-7826 over here. This is a new AssertTool which can be used to assert that we are (not) root user and more. Usage:
> {noformat}
> usage: bin/solr assert [-m <message>] [-e] [-rR] [-s <url>] [-S <url>] [-u
>                 <dir>] [-x <dir>] [-X <dir>]
>  -e,--exitcode                 Return an exit code instead of printing
>                                error message on assert fail.
>  -help                         Print this message
>  -m,--message <message>        Exception message to be used in place of
>                                the default error message
>  -R,--not-root                 Asserts that we are NOT the root user
>  -r,--root                     Asserts that we are the root user
>  -S,--not-started <url>        Asserts that Solr is NOT started on a
>                                certain URL
>  -s,--started <url>            Asserts that Solr is started on a certain
>                                URL
>  -u,--same-user <directory>    Asserts that we run as same user that owns
>                                <directory>
>  -x,--exists <directory>       Asserts that directory <directory> exists
>  -X,--not-exists <directory>   Asserts that directory <directory> does NOT
> {noformat}
> This can then also be used from bin/solr through e.g. {{run_tool assert -r}}, or from Java Code static methods such as {{AssertTool.assertSolrRunning(String url)}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org