about summary refs log tree commit homepage
path: root/t/v1reindex.t
DateCommit message (Expand)
2021-03-15t/*: disable fsync on tests were create_inbox isn't worth it
2021-01-01update copyrights for 2021
2020-09-03search: replace ->query with ->mset
2020-08-27over: rename ->connect method to ->dbh
2020-07-25searchidx: make v1 indexing closer to v2
2020-07-25index: support --rethread switch to fix old indices
2020-05-12rename "ContentId" to "ContentHash"
2020-05-09remove most internal Email::MIME usage
2020-04-22t/*.t: reduce dependency on Email::MIME APIs
2020-04-22t/*.t: use Email::MIME->create over PublicInbox::MIME->create
2020-04-20import: init_bare: allow use as method, use in tests
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-12-24testcommon: add require_mods method and use it
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-09-09run update-copyrights from gnulib for 2019
2019-05-27t/v1reindex.t: fix typo in setting `indexlevel'
2019-05-15lazy load Xapian and make it optional for v2
2019-01-10check git version requirements
2018-08-03t/v[12]reindex.t: Verify the num highwater is as expected
2018-08-03t/v[12]reindex.t Verify num_highwater
2018-08-02t/v[12]reindex.t: Test incremental indexing works
2018-08-02t/v[12]reindex.t: Test that the resulting msgmap is as expected
2018-08-02t/v[12]reindex.t: Place expected second in Xapian tests
2018-08-02t/v1reindex.t: Isolate the test cases
2018-07-20v1: allow upgrading indexlevel=basic to 'medium' or 'full'
2018-07-19tests: fixup indexlevel setting in tests
2018-07-19SearchIdx: Allow the amount of indexing be configured
2018-07-18SearchIdx: Decrement regen_down even for added messages that are later deleted.