You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by pi...@apache.org on 2018/03/30 22:03:59 UTC

[geode] branch develop updated: GEODE-4976: Fix misspelling and misattribution in test logging. (#1708)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new ffc9c8b  GEODE-4976: Fix misspelling and misattribution in test logging. (#1708)
ffc9c8b is described below

commit ffc9c8b7ff61257c5ec294953be973b9eccfc6b9
Author: Michael "Sarge" Dodge <md...@pivotal.io>
AuthorDate: Fri Mar 30 15:03:54 2018 -0700

    GEODE-4976: Fix misspelling and misattribution in test logging. (#1708)
---
 .../test/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geode-cq/src/test/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java b/geode-cq/src/test/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java
index 4d4d0c3..8e81624 100755
--- a/geode-cq/src/test/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java
+++ b/geode-cq/src/test/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java
@@ -4497,7 +4497,7 @@ public class PutAllCSDUnitTest extends ClientServerTestCase {
     public void afterInvalidate(EntryEvent event) {
       sc.num_invalidate_event++;
       LogWriterUtils.getLogWriter().info("local invalidate is triggered for " + event.getKey()
-          + ":num_invalidte_event=" + sc.num_invalidate_event);
+          + ":num_invalidate_event=" + sc.num_invalidate_event);
     }
 
     @Override
@@ -4507,7 +4507,7 @@ public class PutAllCSDUnitTest extends ClientServerTestCase {
         assertEquals("removeAllCallback", event.getCallbackArgument());
       }
       LogWriterUtils.getLogWriter().info("local destroy is triggered for " + event.getKey()
-          + ":num_invalidte_event=" + sc.num_destroy_event);
+          + ":num_destroy_event=" + sc.num_destroy_event);
     }
   }
 

-- 
To stop receiving notification emails like this one, please contact
pivotalsarge@apache.org.