You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2017/10/27 16:16:01 UTC

[geode-examples] branch develop updated: Removing calls to destroy region in scripts (#36)

This is an automated email from the ASF dual-hosted git repository.

upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/develop by this push:
     new c9226c0  Removing calls to destroy region in scripts (#36)
c9226c0 is described below

commit c9226c03f0cc6018e9d41d1a593e2f7570d4994c
Author: Dan Smith <ds...@pivotal.io>
AuthorDate: Fri Oct 27 09:15:59 2017 -0700

    Removing calls to destroy region in scripts (#36)
    
    We seem to have an issue where the destroy region is failing in travis.
    Removing to fix the flakiness in the build for now.
---
 async/scripts/stop.gfsh     | 2 --
 functions/scripts/stop.gfsh | 1 -
 writer/scripts/stop.gfsh    | 1 -
 3 files changed, 4 deletions(-)

diff --git a/async/scripts/stop.gfsh b/async/scripts/stop.gfsh
index 9e81298..34154a6 100644
--- a/async/scripts/stop.gfsh
+++ b/async/scripts/stop.gfsh
@@ -16,7 +16,5 @@
 #
 
 connect --locator=127.0.0.1[10334]
-destroy region --name=outgoing-region
-destroy region --name=incoming-region
 undeploy --jar=build/libs/async.jar
 shutdown --include-locators=true
diff --git a/functions/scripts/stop.gfsh b/functions/scripts/stop.gfsh
index c3bed1d..15cd93c 100644
--- a/functions/scripts/stop.gfsh
+++ b/functions/scripts/stop.gfsh
@@ -16,5 +16,4 @@
 #
 
 connect --locator=127.0.0.1[10334]
-destroy region --name=example-region
 shutdown --include-locators=true
diff --git a/writer/scripts/stop.gfsh b/writer/scripts/stop.gfsh
index c3bed1d..15cd93c 100644
--- a/writer/scripts/stop.gfsh
+++ b/writer/scripts/stop.gfsh
@@ -16,5 +16,4 @@
 #
 
 connect --locator=127.0.0.1[10334]
-destroy region --name=example-region
 shutdown --include-locators=true

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].