[ https://issues.apache.org/jira/browse/LUCENE-9997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428215#comment-17428215 ]
ASF subversion and git services commented on LUCENE-9997: --------------------------------------------------------- Commit ae956db41c4b40d3ea7c028d6abe9b71da1ae74c in lucene's branch refs/heads/main from Jan Høydahl [ https://gitbox.apache.org/repos/asf?p=lucene.git;h=ae956db ] LUCENE-9997 Revisit smoketester for 9.0 build (#355) * LUCENE-9997 Revisit smoketester for 9.0 build * Remove checkBrokenLinks * Add back checkBrokenLinks * Review feedback. Remove traces of solr-specific testNotice() method Move backCompat test up to other "if isSrc" block * Review feedback. Bring back the 'checkMaven()' method, as it checks lucene maven artifacts. But since we dont have pom template files anymore, no need to compare with templates * Review feedback. Fix script compatibility by comparing against X.Y instead of X.Y.Z * Review feedback. Remove unnecessary if lucene test Convert some ant commands to gradle * Update MANIFEST tests to match the gradle-produced manifest * LUCENE-10107 Read multi-line commit from Manifest Backport from branch_8x * Collapse for project in 'lucene' loops and methods taking 'project' as argument Disable checkJavadocLinks, as this dependency no longer exists in 'scripts' folder * Review feedback - fix more ant stuff, convert to gradle equivalent * Review feedback: Refactor file open * Comment out javadoc generation - was only used to check broken links? * Fix charset of gpg console output to always be utf-8 Fix two more places to use with open() * Accept 'LICENSE' without txt or md suffix in top-level * Disable vector dictionary abuse exception if started with -Dsmoketester * Reformat code * Use -Dsmoketester flag when invoking IndexFiles > Revisit smoketester for 9.0 build > --------------------------------- > > Key: LUCENE-9997 > URL: https://issues.apache.org/jira/browse/LUCENE-9997 > Project: Lucene - Core > Issue Type: Sub-task > Reporter: Robert Muir > Priority: Major > Attachments: image-2021-10-12-12-47-11-480.png, > image-2021-10-12-12-48-15-373.png > > Time Spent: 3h 10m > Remaining Estimate: 0h > > Currently we have a (great) {{dev-tools/scripts/smokeTester.py}} that will > perform automated tests against a release. > This was developed with the ant build process in mind. > This issue is just about considering the automated checks we do here, maybe > some of them can be done efficiently in the gradle build in earlier places: > this would be a large improvement! > Obviously some of them (e.g. GPG release key verifications) are really > specific to the artifacts in question. These are most important to release > verification, as that is actually the only place we can check it. > Any other checks (and I do tend to think, this checker should try to be > thorough, invoking gradle etc), should be stuff we regularly test in > PRs/nightly/builds. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org