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 2019/07/25 17:43:51 UTC

[geode-benchmarks] branch develop updated: disable replicated and partitioned putAll benchmark due to flakiness (#95)

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-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new f92c583  disable replicated and partitioned putAll benchmark due to flakiness (#95)
f92c583 is described below

commit f92c583b651f3f218b25a18c4002f1f5c8527253
Author: Helena Bales <hb...@pivotal.io>
AuthorDate: Thu Jul 25 10:43:46 2019 -0700

    disable replicated and partitioned putAll benchmark due to flakiness (#95)
---
 geode-benchmarks/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 715b6b7..3dab979 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -70,6 +70,7 @@ task benchmark(type: Test) {
     exclude "**/Replicated*QueryBenchmark.class"
     exclude "**/ReplicatedFunctionExecution*Benchmark.class"
     exclude "**/PartitionedNonIndexedQueryBenchmark.class"
+    exclude "**/*PutAllBenchmark.class"
 
     forkEvery 1