about summary refs log tree commit homepage
path: root/t/v2reindex.t
DateCommit message (Expand)
2021-09-13tests: add require_cmd, require curl when needed
2021-03-24v2writable: cleanup SQLite handles on --xapian-only
2021-03-15t/*: disable fsync on tests were create_inbox isn't worth it
2021-03-12t/v2reindex: avoid reading ~/.public-inbox/config in test
2021-03-11v2writable: fix undocumented --xapian-only
2021-01-01update copyrights for 2021
2020-09-03search: replace ->query with ->mset
2020-08-27over: rename ->connect method to ->dbh
2020-07-25index: support --rethread switch to fix old indices
2020-06-08index: v2: parallel by default
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-19favor `do {}' over `eval {}' for localized slurp
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-28t/v2reindex.t: 5.10.1 glob compatibility
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-28search: support multiple From/To/Cc/Subject headers
2019-10-21v2writable: reindex handles 3-headered monsters
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-09-09run update-copyrights from gnulib for 2019
2019-05-15lazy load Xapian and make it optional for v2
2019-05-14v2writable: allow setting nproc via creat options
2019-01-10check git version requirements
2019-01-02t/v2reindex: use the larger text to increase test reliability
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/v2reindex.t: Isolate the test cases more
2018-07-19tests: fixup indexlevel setting in tests
2018-07-19SearchIdx: Allow the amount of indexing be configured
2018-07-18t/v2reindex.t: Swap the order of minmax tests so errors make sense
2018-07-18t/v2reindex.t: Don't reuse $ibx as two different kinds of variable
2018-07-18t/v2reindex.t: Ensure the numbers 1 to 10 are used
2018-04-04v2: support incremental indexing + purge
2018-04-01v2writable: fix parallel termination
2018-03-22v2writable: add NNTP article number regeneration support