HoustonPutman commented on a change in pull request #763: URL: https://github.com/apache/solr/pull/763#discussion_r836498671
########## File path: dev-tools/scripts/smokeTestRelease.py ########## @@ -1090,11 +1084,10 @@ def main(): def smokeTest(java, baseURL, gitRevision, version, tmpDir, isSigned, local_keys, testArgs, downloadOnly=False): startTime = datetime.datetime.now() - # Tests annotated @Nightly are more resource-intensive but often cover - # important code paths. They're disabled by default to preserve a good - # developer experience, but we enable them for smoke tests where we want good - # coverage. Still we disable @BadApple tests - testArgs = '-Dtests.nightly=true -Dtests.badapples=false %s' % testArgs + # Avoid @Nightly and @Badapple tests as they are slow and buggy + # Instead verify that the recent Jenkins tests pass + print('NOTE: Not running @Nightly or @BadApple tests. Please verify that recent Jenkins runs have passed.') + testArgs = '-Dtests.nightly=false -Dtests.badapples=false %s' % testArgs Review comment: thank you 👏 -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org