aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-stack.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano1-2/+65
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt1-2/+65
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt1-13/+12
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