You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am executing benchmarking tests on the Linux/AMD64 AWS instance.
I am facing issues in all the tests that have dataset configured in dbconfig. For example, consider the test “memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml”. I ran the test with dataset, following the command below:
2023-06-27 10:43:03 ERROR The total numbers of keys in setup does not match the expected spec: 1!=0. Aborting...
2023-06-27 10:43:03 CRITICAL Some unexpected exception was caught during local work. Failing test....
Describe the bug
I am executing benchmarking tests on the Linux/AMD64 AWS instance.
I am facing issues in all the tests that have dataset configured in dbconfig. For example, consider the test “memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml”. I ran the test with dataset, following the command below:
The failure logs are as below:
I found a similar issue here: < #206 >, and the solution was this PR: < https://github.com/redis/redis-benchmarks-specification/pull/213/files >.
Following the above PR, I edited the “keyspacelen” from 1 to 0, and the test passes successfully.
Similarly, there are 8 more tests in the suite, that use dataset. Below is the list:
All the above-mentioned 9 tests use dataset and passes successfully after editing “keyspacelen” from 1 to 0.
Do you think it is reasonable to edit the “keyspacelen” to 0? If yes, I will raise a PR for the same.
Kindly let me know your thoughts on the above.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: