From c2a57d7e4950cd46e97c510d111bae715cf5b540 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Fri, 30 Oct 2020 12:47:46 -0700 Subject: [PATCH] slight comment tweek --- zebrad/tests/acceptance.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebrad/tests/acceptance.rs b/zebrad/tests/acceptance.rs index aec8e9f0..9bfb13bf 100644 --- a/zebrad/tests/acceptance.rs +++ b/zebrad/tests/acceptance.rs @@ -696,8 +696,8 @@ fn sync_past_sapling(network: Network) -> Result<()> { // traditional CI, and they depend on persistent state that cannot be made // available in github actions or google cloud build. Instead we run these tests // directly in a vm we spin up on google compute engine, where we can mount -// drives populated by the first two tests and then use those to more quickly -// run the second two tests. +// drives populated by the first two tests, snapshot those drives, and then use +// those to more quickly run the second two tests. // Create a cached copy of the mainnet database up to the sapling activation // height.