You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by he...@apache.org on 2018/09/06 21:14:25 UTC

[geode] branch develop updated (0ee4f17 -> 449411a)

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

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


    from 0ee4f17  Merge pull request #2419 from balesh2/update-comments
     add add995b  GEODE-3778: Remove test FileWriters
     new 449411a  Merge pull request #2429 from balesh2/GEODE-3778

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../FileProcessControllerIntegrationTest.java      | 14 +++----
 .../LocalProcessLauncherIntegrationTest.java       |  9 +++--
 .../internal/process/PidFileIntegrationTest.java   | 21 +++++++----
 .../ProcessControllerFactoryIntegrationTest.java   |  8 ++--
 .../internal/process/io/IntegerFileWriter.java     | 33 -----------------
 .../internal/process/io/StringFileWriter.java      | 43 ----------------------
 6 files changed, 29 insertions(+), 99 deletions(-)
 delete mode 100644 geode-core/src/test/java/org/apache/geode/internal/process/io/IntegerFileWriter.java
 delete mode 100644 geode-core/src/test/java/org/apache/geode/internal/process/io/StringFileWriter.java


[geode] 01/01: Merge pull request #2429 from balesh2/GEODE-3778

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 449411ad90b04a28e64478ca2627409a1cff36cc
Merge: 0ee4f17 add995b
Author: Helena Bales <hb...@pivotal.io>
AuthorDate: Thu Sep 6 14:14:15 2018 -0700

    Merge pull request #2429 from balesh2/GEODE-3778
    
    GEODE-3778: Remove test FileWriters

 .../FileProcessControllerIntegrationTest.java      | 14 +++----
 .../LocalProcessLauncherIntegrationTest.java       |  9 +++--
 .../internal/process/PidFileIntegrationTest.java   | 21 +++++++----
 .../ProcessControllerFactoryIntegrationTest.java   |  8 ++--
 .../internal/process/io/IntegerFileWriter.java     | 33 -----------------
 .../internal/process/io/StringFileWriter.java      | 43 ----------------------
 6 files changed, 29 insertions(+), 99 deletions(-)