aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-24t/unit-tests: convert reftable record test to use clarSeyi Kuforiji1-585/+0
2025-04-07reftable/constants: make block types part of the public interfacePatrick Steinhardt1-20/+20
2025-02-18reftable/record: don't `BUG()` in `reftable_record_cmp()`Patrick Steinhardt1-12/+28
2025-02-18reftable/record: stop using `BUG()` in `reftable_record_init()`Patrick Steinhardt1-1/+1
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt1-1/+1
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt1-0/+17
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt1-29/+30
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt1-7/+7
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt1-37/+37
2024-08-17unit-tests: ignore unused argc/argvJeff King1-1/+1
2024-07-02t-reftable-record: add tests for reftable_log_record_compare_key()Chandra Pratap1-0/+30
2024-07-02t-reftable-record: add tests for reftable_ref_record_compare_name()Chandra Pratap1-0/+20
2024-07-02t-reftable-record: add index tests for reftable_record_is_deletion()Chandra Pratap1-0/+1
2024-07-02t-reftable-record: add obj tests for reftable_record_is_deletion()Chandra Pratap1-0/+1
2024-07-02t-reftable-record: add log tests for reftable_record_is_deletion()Chandra Pratap1-0/+4
2024-07-02t-reftable-record: add ref tests for reftable_record_is_deletion()Chandra Pratap1-0/+2
2024-07-02t-reftable-record: add comparison tests for obj recordsChandra Pratap1-0/+39
2024-07-02t-reftable-record: add comparison tests for index recordsChandra Pratap1-0/+38
2024-07-02t-reftable-record: add comparison tests for ref recordsChandra Pratap1-0/+33
2024-07-02t-reftable-record: add reftable_record_cmp() tests for log recordsChandra Pratap1-13/+25
2024-07-02t: move reftable/record_test.c to the unit testing frameworkChandra Pratap1-0/+371