aboutsummaryrefslogtreecommitdiff
path: root/src/garage/tests
Commit message (Expand)AuthorAgeFilesLines
* fix test_website_check_domainAlex Auvolat2023-08-281-9/+9
* integration test: move json_body to root of crateAlex Auvolat2023-08-287-17/+22
* support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tlsQuentin Dufour2023-08-081-21/+26
* tests/bucket.rs: Adjusted as previously used function is now private.Jonathan Davies2023-06-261-5/+1
* src/garage/tests: Updated types for aws-sdk-s3 bump.Jonathan Davies2023-06-257-16/+18
* Add basic k2v_client integration testsAlex Auvolat2023-05-224-0/+77
* k2v signature verification: double urlencoding (see comment in source code)Alex Auvolat2023-05-181-0/+1
* use one key per context to isolate teststests/increase-robustnessQuentin Dufour2023-03-138-58/+40
* do not assume Garage boots in 2sec during testsQuentin Dufour2023-03-131-6/+19
* Improved bucket authorization response strings.Jonathan Davies2023-01-291-3/+3
* api_server.rs: Adapted to use query string per Caddy upstream change.Jonathan Davies2023-01-291-14/+51
* more fixesAlex Auvolat2023-01-262-6/+7
* Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-264-63/+215
|\
| * Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-262-63/+77
| * tests/s3/website.rs: Added website hosting authorization check tests.Jonathan Davies2023-01-132-0/+138
* | PollRange integration testAlex Auvolat2023-01-111-2/+168
|/
* Fix bucket creation tests to take permissions into accountAlex Auvolat2022-12-122-0/+30
* Use status code 204 No Content for empty responsesTobias Krischer2022-10-176-68/+68
* Properly return HTTP 204 when deleting non-existent object (fix #227)deleteobject-204Alex Auvolat2022-09-141-0/+9
* Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-09-081-2/+2
|\
| * Disable k2v tests when feature is disabledAlex Auvolat2022-09-061-0/+1
* | cargo fmtAlex Auvolat2022-07-291-1/+1
* | Fix testsAlex Auvolat2022-07-291-0/+3
|/
* add delays in k2v test_items_and_indicesAlex Auvolat2022-07-081-0/+6
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-5/+3
* K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305Alex Auvolat2022-05-171-1/+88
* First implementation of K2V (#293)Alex2022-05-1018-51/+1638
* cleanuptrinity-1686a2022-03-231-19/+4
* add test for create bucket and put website with streaming signaturetrinity-1686a2022-03-231-0/+84
* add test framework for arbitraty S3 requeststrinity-1686a2022-03-239-6/+397
* Fix some new clippy lintsfix-resyncAlex Auvolat2022-03-143-6/+6
* Refactoring: rename config files, make modifications less invasiveAlex Auvolat2022-03-141-2/+2
* Add many metrics in table/ and rpc/Alex Auvolat2022-03-141-0/+4
* Functional tests for admin commandstests/port-integrationQuentin Dufour2022-03-072-0/+75
* Functional tests for website endpointsQuentin Dufour2022-03-072-1/+342
* Functional test for multipart endpointsQuentin Dufour2022-03-071-0/+414
* Functional test for ListMultipartUploadsQuentin Dufour2022-03-072-7/+199
* Functional tests for bucket endpointsQuentin Dufour2022-03-071-0/+77
* Functional tests for object operationsQuentin Dufour2022-03-076-1/+274
* Move ListObjects tests to RustQuentin Dufour2022-03-072-0/+433
* garage(tests): Remove RNG stuffJill2022-02-112-15/+1
* garage(tests): Remove superfluous testJill2022-02-101-30/+0
* garage(tests): Add random suffix to created buckets.Jill2022-02-103-9/+30
* garage(tests): Add some unsafe-usage doc and tweaksJill2022-02-101-5/+8
* Add integration tests to DroneQuentin Dufour2022-02-101-1/+7
* tests: Fix garage integration testJill2022-02-101-7/+1
* tests: Add garage integration tests (base)Jill2022-02-108-0/+418