aboutsummaryrefslogtreecommitdiff
path: root/src/garage/tests/k2v
Commit message (Expand)AuthorAgeFilesLines
* [disable-k2v-test] disable the other k2v poll testAlex Auvolat2024-03-261-1/+2
* [disable-k2v-test] disable tests::k2v::test_poll_item as it is not 100% reliableAlex Auvolat2024-03-261-0/+1
* [dep-upgrade-202402] upgrade to http/hyper 1.x for testsAlex Auvolat2024-02-054-4/+8
* [dep-upgrade-202402] prepare migration to http/hyper 1.0Alex Auvolat2024-02-054-39/+15
* garage_db: refactor transactions and add on_commit mechanismAlex Auvolat2023-09-211-4/+5
* integration test: move json_body to root of crateAlex Auvolat2023-08-284-16/+3
* use one key per context to isolate teststests/increase-robustnessQuentin Dufour2023-03-131-3/+3
* more fixesAlex Auvolat2023-01-261-3/+4
* Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-262-63/+77
|\
| * Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-262-63/+77
* | PollRange integration testAlex Auvolat2023-01-111-2/+168
|/
* Use status code 204 No Content for empty responsesTobias Krischer2022-10-175-58/+58
* add delays in k2v test_items_and_indicesAlex Auvolat2022-07-081-0/+6
* K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305Alex Auvolat2022-05-171-1/+88
* First implementation of K2V (#293)Alex2022-05-106-0/+1541