Skip to content

Commit 3036f40

Browse files
author
Luke Bakken
committed
Test fixes
1 parent b881172 commit 3036f40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/basho/riak/client/api/commands/itest/ITestBucketMapReduce.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ public void differentBucketType() throws InterruptedException, ExecutionExceptio
361361
try
362362
{
363363
bmr = new BucketMapReduce.Builder()
364+
.withAllowListing()
364365
.withNamespace(ns)
365366
.withMapPhase(Function.newAnonymousJsFunction(
366367
"function(value, keydata, arg) {" +
@@ -392,6 +393,7 @@ public void differentBucketTypeWithFilter() throws InterruptedException, Executi
392393
try
393394
{
394395
bmr = new BucketMapReduce.Builder()
396+
.withAllowListing()
395397
.withNamespace(ns)
396398
.withKeyFilter(new TokenizeFilter("_",3))
397399
.withKeyFilter(new StringToIntFilter())

0 commit comments

Comments
 (0)