BugFix for unit test
This commit is contained in:
parent
0037b61e5d
commit
9127849f5d
|
|
@ -127,6 +127,7 @@ public class TraverseReadsUnitTest extends BaseTest {
|
||||||
Object accumulator = countReadWalker.reduceInit();
|
Object accumulator = countReadWalker.reduceInit();
|
||||||
|
|
||||||
while (shardStrategy.hasNext()) {
|
while (shardStrategy.hasNext()) {
|
||||||
|
traversalEngine.startTimersIfNecessary();
|
||||||
Shard shard = shardStrategy.next();
|
Shard shard = shardStrategy.next();
|
||||||
|
|
||||||
if (shard == null) {
|
if (shard == null) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue