You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2016/03/08 20:38:18 UTC

[1/3] lucene-solr git commit: SOLR-6926: fix smokeTestRelease.py to stop calling ant example.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_0 59ff67251 -> 6177320ae
  refs/heads/branch_6x 7c527cc34 -> 7c69f2723
  refs/heads/master e3fcbfe7c -> e490b329b


SOLR-6926: fix smokeTestRelease.py to stop calling ant example.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/e490b329
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/e490b329
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/e490b329

Branch: refs/heads/master
Commit: e490b329b3a6553720f3b422ce4422153baabad9
Parents: e3fcbfe
Author: David Smiley <ds...@apache.org>
Authored: Tue Mar 8 14:36:04 2016 -0500
Committer: David Smiley <ds...@apache.org>
Committed: Tue Mar 8 14:36:04 2016 -0500

----------------------------------------------------------------------
 dev-tools/scripts/smokeTestRelease.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e490b329/dev-tools/scripts/smokeTestRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/smokeTestRelease.py b/dev-tools/scripts/smokeTestRelease.py
index 87a772f..180599b 100644
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -700,7 +700,7 @@ def verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, te
       checkJavadocpathFull('%s/solr/build/docs' % unpackPath, False)
 
       print('    test solr example w/ Java 8...')
-      java.run_java8('ant clean example', '%s/antexample.log' % unpackPath)
+      java.run_java8('ant clean server', '%s/antexample.log' % unpackPath)
       testSolrExample(unpackPath, java.java8_home, True)
 
       os.chdir('..')
@@ -782,6 +782,7 @@ def readSolrOutput(p, startupEvent, failureEvent, logFile):
     f.close()
     
 def testSolrExample(unpackPath, javaPath, isSrc):
+  # test solr using some examples it comes with
   logFile = '%s/solr-example.log' % unpackPath
   if isSrc:
     os.chdir(unpackPath+'/solr')


[3/3] lucene-solr git commit: SOLR-6926: fix smokeTestRelease.py to stop calling ant example. (cherry picked from commit 7c69f27)

Posted by ds...@apache.org.
SOLR-6926: fix smokeTestRelease.py to stop calling ant example.
(cherry picked from commit 7c69f27)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/6177320a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/6177320a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/6177320a

Branch: refs/heads/branch_6_0
Commit: 6177320ae3d258b9853710740f1c7da209cd72fc
Parents: 59ff672
Author: David Smiley <ds...@apache.org>
Authored: Tue Mar 8 14:36:04 2016 -0500
Committer: David Smiley <ds...@apache.org>
Committed: Tue Mar 8 14:37:36 2016 -0500

----------------------------------------------------------------------
 dev-tools/scripts/smokeTestRelease.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6177320a/dev-tools/scripts/smokeTestRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/smokeTestRelease.py b/dev-tools/scripts/smokeTestRelease.py
index aa367f6..c5b8d6e 100644
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -700,7 +700,7 @@ def verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, te
       checkJavadocpathFull('%s/solr/build/docs' % unpackPath, False)
 
       print('    test solr example w/ Java 8...')
-      java.run_java8('ant clean example', '%s/antexample.log' % unpackPath)
+      java.run_java8('ant clean server', '%s/antexample.log' % unpackPath)
       testSolrExample(unpackPath, java.java8_home, True)
 
       os.chdir('..')
@@ -782,6 +782,7 @@ def readSolrOutput(p, startupEvent, failureEvent, logFile):
     f.close()
     
 def testSolrExample(unpackPath, javaPath, isSrc):
+  # test solr using some examples it comes with
   logFile = '%s/solr-example.log' % unpackPath
   if isSrc:
     os.chdir(unpackPath+'/solr')


[2/3] lucene-solr git commit: SOLR-6926: fix smokeTestRelease.py to stop calling ant example. (cherry picked from commit e490b32)

Posted by ds...@apache.org.
SOLR-6926: fix smokeTestRelease.py to stop calling ant example.
(cherry picked from commit e490b32)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/7c69f272
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/7c69f272
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/7c69f272

Branch: refs/heads/branch_6x
Commit: 7c69f272337fb16d7aea0995aed48d19ff62b1ec
Parents: 7c527cc
Author: David Smiley <ds...@apache.org>
Authored: Tue Mar 8 14:36:04 2016 -0500
Committer: David Smiley <ds...@apache.org>
Committed: Tue Mar 8 14:37:04 2016 -0500

----------------------------------------------------------------------
 dev-tools/scripts/smokeTestRelease.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7c69f272/dev-tools/scripts/smokeTestRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/smokeTestRelease.py b/dev-tools/scripts/smokeTestRelease.py
index aa367f6..c5b8d6e 100644
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -700,7 +700,7 @@ def verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, te
       checkJavadocpathFull('%s/solr/build/docs' % unpackPath, False)
 
       print('    test solr example w/ Java 8...')
-      java.run_java8('ant clean example', '%s/antexample.log' % unpackPath)
+      java.run_java8('ant clean server', '%s/antexample.log' % unpackPath)
       testSolrExample(unpackPath, java.java8_home, True)
 
       os.chdir('..')
@@ -782,6 +782,7 @@ def readSolrOutput(p, startupEvent, failureEvent, logFile):
     f.close()
     
 def testSolrExample(unpackPath, javaPath, isSrc):
+  # test solr using some examples it comes with
   logFile = '%s/solr-example.log' % unpackPath
   if isSrc:
     os.chdir(unpackPath+'/solr')