mirror of https://github.com/apache/lucene.git
8d9290ca36
This change modernizes the BWC tests to leverage RandomizedRunners Parameterized Tests that allow us to have more structured and hopefully more extendible BWC tests in the future. This change doesn't add any new tests but tries to make the ones we have more structured and support growth down the road. Basically, every index type got it's own Test class that doesn't require to loop over all the indices in each test. Each test case is run with all versions specified. Several sanity checks are applied in the base class to make individual tests smaller and much easier to read. Co-authored-by: Michael McCandless <lucene@mikemccandless.com> Co-authored-by: Adrien Grand <jpountz@gmail.com> |
||
---|---|---|
.. | ||
aws-jmh | ||
doap | ||
missing-doclet | ||
scripts | ||
test-patch | ||
README.txt | ||
size-estimator-lucene-solr.xls |
README.txt
The tools, documentation, etc. in this directory are intended to be helpful to developers of Lucene and Solr. They are not necessarily maintained in the same way that the core code is maintained and so your mileage may vary as to the usefulness of the tools. Description of dev-tools/ contents: ./aws-jmh/ -- Scripts for running microbenchmarks across different ec2 instance types. ./doap/ -- Lucene project descriptors in DOAP RDF format. ./missing-doclet -- JavaDoc validation doclet subproject ./scripts/ -- Odds and ends for building releases, etc. ./test-patch/ -- Scripts for automatically validating patches