aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-0/+65
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt1-0/+73
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt1-0/+65
2024-11-19Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuseJunio C Hamano9-105/+113
2024-11-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt5-0/+6
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt9-105/+106
2024-11-19reftable/system: move "dir.h" to its only userPatrick Steinhardt1-0/+1
2024-11-18t/unit-tests: convert "clar-generate.awk" into a shell scriptPatrick Steinhardt2-50/+63
2024-11-08Merge branch 'ps/upgrade-clar'Junio C Hamano12-124/+205
2024-10-30Merge branch 'ps/reftable-strbuf'Taylor Blau9-210/+218
2024-10-25Merge branch 'ak/typofixes'Taylor Blau2-2/+2
2024-10-21Makefile: extract script to generate clar declarationsPatrick Steinhardt1-0/+16
2024-10-21t/unit-tests: update clar to 206accbPatrick Steinhardt11-124/+189
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt5-44/+44
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt4-21/+21
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt9-179/+180
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt3-31/+38
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano7-51/+89
2024-10-10t/unit-tests: fix typosAndrew Kreimer2-2/+2
2024-10-02reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt1-1/+1
2024-10-02reftable: fix calls to free(3P)Patrick Steinhardt1-2/+2
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt3-11/+24
2024-10-02reftable/tree: handle allocation failuresPatrick Steinhardt1-4/+6
2024-10-02reftable/block: handle allocation failuresPatrick Steinhardt1-8/+12
2024-10-02reftable/reader: handle allocation failures in `reader_init_iter()`Patrick Steinhardt1-12/+22
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt2-5/+11
2024-10-02reftable/writer: handle allocation failures in `reftable_new_writer()`Patrick Steinhardt1-3/+5
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt1-5/+6
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano1-2/+65
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano6-179/+348
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt1-2/+65
2024-09-18Merge branch 'ps/clar-unit-test'Junio C Hamano25-221/+3357
2024-09-16Merge branch 'cp/unit-test-reftable-stack'Junio C Hamano1-0/+1324
2024-09-16Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failuresJunio C Hamano6-179/+348
2024-09-16Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-alloc-failuresJunio C Hamano1-0/+1324
2024-09-16reftable/reader: make table iterator reseekablePatrick Steinhardt2-0/+172
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt5-179/+176
2024-09-12Merge branch 'gt/unit-test-oid-array'Junio C Hamano3-1/+135
2024-09-09Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-excludeJunio C Hamano1-0/+1324
2024-09-09t-reftable-stack: add test for stack iteratorsChandra Pratap1-0/+83
2024-09-09t-reftable-stack: add test for non-default compaction factorChandra Pratap1-4/+37
2024-09-09t-reftable-stack: use reftable_ref_record_equal() to compare ref recordsChandra Pratap1-2/+2
2024-09-08t-reftable-stack: use Git's tempfile API instead of mkstemp()Chandra Pratap1-1/+3
2024-09-08t: harmonize t-reftable-stack.c with coding guidelinesChandra Pratap1-57/+53
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap1-0/+1210
2024-09-06Merge branch 'jk/unused-parameters'Junio C Hamano1-1/+1
2024-09-04t/unit-tests: convert ctype tests to use clarPatrick Steinhardt2-10/+68
2024-09-04t/unit-tests: convert strvec tests to use clarPatrick Steinhardt2-211/+241
2024-09-04t/unit-tests: implement test driverPatrick Steinhardt1-2/+43
2024-09-04Makefile: wire up the clar unit testing frameworkPatrick Steinhardt4-0/+61