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 »
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