mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
bugfixes
This commit is contained in:
parent
548bdd0e98
commit
7312d685f7
@ -209,15 +209,13 @@ public class FieldVerifier implements Validator {
|
||||
logbuffer.append(" actual:'").append(result.get(rname)).append("'");
|
||||
diff++;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
if (diff == 0) {
|
||||
resultsVerifiedError.inc();
|
||||
} else {
|
||||
resultsOkCounter.inc();
|
||||
} else {
|
||||
resultsVerifiedError.inc();
|
||||
throw new RuntimeException("in cycle " + cycle + ", " + logbuffer.toString());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user