We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataintegrity fails to detect missing fields or empty object.
dataintegrity
This because verifyRow routine "trusts" the field map returned from the DB
verifyRow
YCSB/core/src/main/java/site/ycsb/workloads/CoreWorkload.java
Line 672 in 12ce3a8
Line 673 in 12ce3a8
As an example it doesn't detect the issue #1358 (you can find a test script there)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dataintegrity
fails to detect missing fields or empty object.This because
verifyRow
routine "trusts" the field map returned from the DBYCSB/core/src/main/java/site/ycsb/workloads/CoreWorkload.java
Line 672 in 12ce3a8
YCSB/core/src/main/java/site/ycsb/workloads/CoreWorkload.java
Line 673 in 12ce3a8
As an example it doesn't detect the issue #1358 (you can find a test script there)
The text was updated successfully, but these errors were encountered: