janhoy commented on a change in pull request #355: URL: https://github.com/apache/lucene/pull/355#discussion_r725370169
########## File path: dev-tools/scripts/smokeTestRelease.py ########## @@ -900,42 +701,19 @@ def testDemo(run_java, isSrc, version, jdk): if removeTrailingZeros(actualVersion) != removeTrailingZeros(version): raise RuntimeError('wrong version from CheckIndex: got "%s" but expected "%s"' % (actualVersion, version)) + def removeTrailingZeros(version): return re.sub(r'(\.0)*$', '', version) -def checkMaven(solrSrcUnpackPath, baseURL, tmpDir, gitRevision, version, isSigned, keysFile): Review comment: Oops. I was too quick removing this, as it looked as if it was solr specific, but the `solrSrcUnpackPath` was only to get hold of the maven pom templates that we don't use anymore as we don't maintain a separate maven build. I'm bringing the test(s) back, for lucene only. Have not tested yet, but hope to do that too... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org