Forráskód Böngészése

Adding a note to `testing.md` regarding failing handlers

cmacrae 9 éve
szülő
commit
656fd99806
1 módosított fájl, 8 hozzáadás és 0 törlés
  1. 8 0
      docs/testing.md

+ 8 - 0
docs/testing.md

@@ -10,3 +10,11 @@ To log in, use `admin` as both the username & password.
 
 
 As support for other operating systems/distributions is written, they will be added as options for testing.
+
+## Caveats
+It is expected that the following two handlers, triggered at the end of the test run will fail: 
+- `restart sensu-server service`
+- `restart sensu-api service`
+
+Both these handlers use the `delegate_to` directive, which does not play nice with Vagrant.  
+This __is__ expected to work in real deployments.