Jill KokaKiwi
KokaKiwi pushed to more-streaming-payload at KokaKiwi/garage 2022-02-18 16:06:23 +00:00
7646fa1be5 garage_api: Handle streaming payload early in request handling
KokaKiwi pushed to main at KokaKiwi/garage 2022-02-17 10:57:23 +00:00
e312ba977e Add FOSDEM talk and move all .pdf files to Git LFS
2465163e39 documentation: add mention to install build-essential
84613e66a2 garage(tests): Remove RNG stuff
c8b30ebc79 garage(tests): Remove superfluous test
d7decda3f4 garage(tests): Add random suffix to created buckets.
Compare 125 commits »
KokaKiwi pushed to main at Deuxfleurs/garage 2022-02-11 11:36:24 +00:00
84613e66a2 garage(tests): Remove RNG stuff
c8b30ebc79 garage(tests): Remove superfluous test
d7decda3f4 garage(tests): Add random suffix to created buckets.
cd13ea461b garage(tests): Add some unsafe-usage doc and tweaks
5d19f3d2d7 Add integration tests to Drone
Compare 8 commits »
KokaKiwi merged pull request Deuxfleurs/garage#240 2022-02-11 11:36:23 +00:00
Tests: Add garage integration tests
KokaKiwi pushed to integration-tests-2 at KokaKiwi/garage 2022-02-11 09:51:17 +00:00
84613e66a2 garage(tests): Remove RNG stuff
KokaKiwi pushed to integration-tests-2 at KokaKiwi/garage 2022-02-10 16:56:11 +00:00
c3498076d4 garage(tests): Remove RNG stuff
c8b30ebc79 garage(tests): Remove superfluous test
d7decda3f4 garage(tests): Add random suffix to created buckets.
cd13ea461b garage(tests): Add some unsafe-usage doc and tweaks
5d19f3d2d7 Add integration tests to Drone
Compare 9 commits »
KokaKiwi closed pull request Deuxfleurs/garage#215 2022-02-10 16:05:47 +00:00
Tests: Add garage integration tests
KokaKiwi created pull request Deuxfleurs/garage#240 2022-02-10 16:05:10 +00:00
Tests: Add garage integration tests
KokaKiwi created branch integration-tests-2 in KokaKiwi/garage 2022-02-10 16:04:14 +00:00
KokaKiwi pushed to integration-tests-2 at KokaKiwi/garage 2022-02-10 16:04:14 +00:00
KokaKiwi pushed to integration-tests at KokaKiwi/garage 2022-02-10 16:00:59 +00:00
71496c9f4e garage(tests): Remove RNG stuff
2bb0f4613f garage(tests): Remove superfluous test
081d594b6d garage(tests): Add random suffix to created buckets.
540c5479a7 garage(tests): Add some unsafe-usage doc and tweaks
6399cd740d Add integration tests to Drone
Compare 9 commits »
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 »