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

Function unshortenURL

dev-tools/scripts/smokeTestRelease.py:53–61  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

51import urllib.error
52import urllib.parse
53import urllib.request
54import xml.etree.ElementTree as ET
55import zipfile
56from collections import namedtuple
57import scriptutil
58
59# This tool expects to find /solr off the base URL. You
60# must have a working gpg, tar in your path. This has been
61# tested on Linux and on Cygwin under Windows 7.
62
63BASE_JAVA_VERSION = "21"
64SOLRJ_JAVA_VERSION = "17"

Callers 1

smokeTestFunction · 0.85

Calls 1

requestMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…