You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2013/05/09 02:13:16 UTC

[jira] [Commented] (LUCENE-4988) "ant nightly-smoke" ignores local code changes

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

Robert Muir commented on LUCENE-4988:
-------------------------------------

Seems kinda hard to fix.

Just to be clear what this task does:
1. builds a release
2. smoke tests it.

Part #1 always uses an svn checkout, not local copy of stuff. Thats because thats how release packaging is done, its not related to nightly-smoke. It was changed a while ago to use an svn checkout to avoid dirty extra crap being in the release.
                
> "ant nightly-smoke" ignores local code changes
> ----------------------------------------------
>
>                 Key: LUCENE-4988
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4988
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Hoss Man
>
> While trying to test SOLR-4803 i discovered that "ant nightly-smoke" was ignoring my local (uncommited) source changes in it's smoke checks.
> specifically: it was running the solr example using an unpacked version of artifacts built from an svn-export that did not include my changes, so test_utf8.sh was still failing.
> i'm not sure if it is intentional that the svn export is used instead of the current working checkout, but it seems like something needs to change, either...
> * "ant nightly-smoke" should fail if the working dir is a dirty checkout
> * "ant nightly-smoke" should use the current working dir even if it's a dirty checkout.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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