MCPcopy Create free account
hub / github.com/apache/solr / main

Function main

dev-tools/scripts/smokeTestRelease.py:1091–1101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1089 smokeTest(c.java, c.url, c.revision, c.version, c.tmp_dir, c.is_signed, c.local_keys, ' '.join(c.test_args),
1090 downloadOnly=c.download_only)
1091
1092
1093def printReuseHint(baseURL, gitRevision, version, tmpDir, isSigned, local_keys, testArgs):
1094 cmd = ['./smokeTestRelease.py', '--tmp-dir', tmpDir, '--reuse-tmp-dir',
1095 '--revision', gitRevision, '--version', version]
1096 if not isSigned:
1097 cmd.append('--not-signed')
1098 if local_keys is not None:
1099 cmd.extend(['--local-keys', local_keys])
1100 cmd.append(baseURL)
1101 if testArgs:
1102 cmd.append(testArgs)
1103 print()
1104 print('NOTE: to re-run (e.g. with a different Java version) reusing what is already downloaded to %s:' % tmpDir)

Callers 1

Calls 5

smokeTestFunction · 0.85
stripMethod · 0.80
parse_configFunction · 0.70
searchMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…