You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2018/12/23 01:53:47 UTC

[geode-benchmarks] branch develop updated (0d18cbd -> 104bbf5)

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

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


    from 0d18cbd  GEODE-6233: Use a new hash-map for each PutAll batch in PrePopulateRegion (#31)
     add 98ce0a3  GEODE-6135 - Changes to support running in CI.
     new 104bbf5  GEODE-6135: spotless fix for the initial commit.

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:
 infrastructure/scripts/aws/run_against_baseline.sh          |  8 ++++----
 infrastructure/scripts/aws/run_tests.sh                     | 10 ++++------
 .../org/apache/geode/infrastructure/aws/DestroyCluster.java | 13 +++++++------
 3 files changed, 15 insertions(+), 16 deletions(-)


[geode-benchmarks] 01/01: GEODE-6135: spotless fix for the initial commit.

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

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

commit 104bbf50e7361cd119c604db3f74e61543dbe1eb
Author: nabarunnag <na...@cs.wisc.edu>
AuthorDate: Sat Dec 22 17:51:59 2018 -0800

    GEODE-6135: spotless fix for the initial commit.
---
 .../main/java/org/apache/geode/infrastructure/aws/DestroyCluster.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure/src/main/java/org/apache/geode/infrastructure/aws/DestroyCluster.java b/infrastructure/src/main/java/org/apache/geode/infrastructure/aws/DestroyCluster.java
index c6f7070..137f8ab 100644
--- a/infrastructure/src/main/java/org/apache/geode/infrastructure/aws/DestroyCluster.java
+++ b/infrastructure/src/main/java/org/apache/geode/infrastructure/aws/DestroyCluster.java
@@ -26,7 +26,6 @@ import java.util.stream.Stream;
 
 import software.amazon.awssdk.services.ec2.Ec2Client;
 import software.amazon.awssdk.services.ec2.model.DeleteKeyPairRequest;
-import software.amazon.awssdk.services.ec2.model.DeleteKeyPairResponse;
 import software.amazon.awssdk.services.ec2.model.DeleteLaunchTemplateRequest;
 import software.amazon.awssdk.services.ec2.model.DeletePlacementGroupRequest;
 import software.amazon.awssdk.services.ec2.model.DeleteSecurityGroupRequest;