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

Function check_lucene_match_version_tests

dev-tools/scripts/addVersion.py:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 print('ok')
90
91def check_lucene_match_version_tests():
92 print(' checking solr version tests...', end='', flush=True)
93 run('./gradlew -p solr/core test --tests TestLuceneMatchVersion')
94 print('ok')
95
96def read_config(current_version, current_lucene_version):
97 parser = argparse.ArgumentParser(description='Add a new version to Version.java, build.gradle and solrconfig.xml files')

Callers 1

mainFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…