Jill KokaKiwi
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-10 10:43:53 +00:00
db3d23c4e5 garage(tests): Remove RNG stuff
4d431b6446 garage(tests): Remove superfluous test
3f485bff00 garage(tests): Add random suffix to created buckets.
cb42804ce8 garage(tests): Add some unsafe-usage doc and tweaks
62aa365737 Add integration tests to Drone
Compare 12 commits »
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-07 16:02:59 +00:00
4865964d4a garage(tests): Remove RNG stuff
278cf8946a garage(tests): Remove superfluous test
Compare 2 commits »
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-07 13:50:31 +00:00
2e1b48424a garage(tests): Add random suffix to created buckets.
08eb976c03 garage(tests): Add some unsafe-usage doc and tweaks
f73b74485c Add integration tests to Drone
ccd5139213 Upgrade cargo2nix
c3f2a03d5d tests: Fix garage integration test
Compare 11 commits »
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-04 16:56:29 +00:00
c6aedebb67 garage(tests): Add random suffix to created buckets.
5000027721 garage(tests): Add some unsafe-usage doc and tweaks
070ec4384d Add integration tests to Drone
7d5aa47cc4 Upgrade cargo2nix
243a55a4e2 tests: Fix garage integration test
Compare 8 commits »
KokaKiwi commented on pull request Deuxfleurs/garage#215 2022-02-04 15:17:09 +00:00
Tests: Add garage integration tests

Simply because i wanted to keep the code convention about test assertions utilities: assert!, assert_eq! and assert_ne!

KokaKiwi commented on pull request Deuxfleurs/garage#215 2022-02-04 15:15:45 +00:00
Tests: Add garage integration tests

The unsafe blocks here are required because:

  1. INSTANCE is a mutable static, accessing/modifying is unsafe by definition: https://doc.rust-lang.org/nomicon/what-unsafe-does.html
  2. INSTANCE is…
KokaKiwi commented on pull request Deuxfleurs/garage#215 2022-02-04 14:32:33 +00:00
Tests: Add garage integration tests

common::ext is meant to contains some "extension" helpers traits, mainly for stuff contained in std::process structs actually.

KokaKiwi commented on pull request Deuxfleurs/garage#215 2022-02-04 14:30:08 +00:00
Tests: Add garage integration tests

It's required by the static_init::destructor attribute, as it register the function to be called by libc global ctor/dtor stuff

KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-04 10:50:34 +00:00
f1679c6a08 Add integration tests to Drone
30f1608149 Upgrade cargo2nix
Compare 2 commits »
KokaKiwi merged pull request KokaKiwi/garage#1 2022-02-04 10:50:33 +00:00
ci/upgrade-cargo2nix
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-03 11:55:48 +00:00
06ad505cb5 tests: Fix garage integration test
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-02 15:29:44 +00:00
ff064b8892 tests: Fix default.nix paths
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-02 15:07:46 +00:00
1fcf363a60 tests: Fix default.nix paths
KokaKiwi created pull request Deuxfleurs/garage#215 2022-02-02 14:40:51 +00:00
Tests: Add garage integration tests
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-02 14:36:57 +00:00
539b256525 tests: Add garage integration tests (base)
KokaKiwi created branch integration-tests in KokaKiwi/garage 2022-02-02 14:35:23 +00:00
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-02 14:35:23 +00:00
f67029ce2a Improve testing conf + test CORS
2760f1cb17 Add advice about --fast-list
26849ed066 Add step to 0.6.0 migration guide
c99f55c420 Add restriction on part ordering in CompleteMultipartUpload
acdf893362 Fix partnumber
Compare 10 commits »
KokaKiwi pushed to fix-164 at KokaKiwi/garage 2022-01-17 10:08:45 +00:00
9a22c9905b garage_api(fixup): Fix typo on Multipart Upload parsing function
7550d230df garage_api(multipart_upload): Fix incorrect error on some weird Multipart Upload body
b45dcc1925 Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156)
60c0033c8b Update documentation
d4dd2e2640 Make use of website config, return error document on error
Compare 7 commits »
KokaKiwi commented on pull request Deuxfleurs/garage#193 2022-01-14 13:21:48 +00:00
Fix Multipart Upload with WinSCP (#164)

Added a dependency to #156 because both are needed to fixes #164 completely

KokaKiwi created pull request Deuxfleurs/garage#193 2022-01-14 13:20:30 +00:00
Fix Multipart Upload with WinSCP