Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bakken committed Feb 17, 2017
1 parent b881172 commit 3036f40
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ public void differentBucketType() throws InterruptedException, ExecutionExceptio
try
{
bmr = new BucketMapReduce.Builder()
.withAllowListing()
.withNamespace(ns)
.withMapPhase(Function.newAnonymousJsFunction(
"function(value, keydata, arg) {" +
Expand Down Expand Up @@ -392,6 +393,7 @@ public void differentBucketTypeWithFilter() throws InterruptedException, Executi
try
{
bmr = new BucketMapReduce.Builder()
.withAllowListing()
.withNamespace(ns)
.withKeyFilter(new TokenizeFilter("_",3))
.withKeyFilter(new StringToIntFilter())
Expand Down

0 comments on commit 3036f40

Please sign in to comment.