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

Function testOpenApi

dev-tools/scripts/smokeTestRelease.py:372–381  ·  view source on GitHub ↗
(version, openApiDirUrl)

Source from the content-addressed store, hash-verified

370 # Make sure to shutdown the GPG agent at the end
371 stopGpgAgent(gpgHomeDir, logFile)
372
373def stopGpgAgent(gpgHomeDir, logFile):
374 run('gpgconf --homedir %s --kill gpg-agent' % (gpgHomeDir), logFile)
375
376def testChanges(version, changesURLString):
377 print(' check changes HTML...')
378 changesURL = None
379 for text, subURL in getDirEntries(changesURLString):
380 if text == 'Changes.html':
381 changesURL = subURL
382
383 if changesURL is None:
384 raise RuntimeError('did not see Changes.html link from %s' % changesURLString)

Callers 1

checkSigsFunction · 0.85

Calls 1

getDirEntriesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…