Skip to content

Fix value bug #179

New issue

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

Merged
merged 3 commits into from
Dec 15, 2022
Merged

Fix value bug #179

merged 3 commits into from
Dec 15, 2022

Conversation

slice4e
Copy link
Collaborator

@slice4e slice4e commented Dec 15, 2022

In some test cases we were using "value" .
For example: --command "SET key value"
This is a bug, since it does not generate a data pattern with the specified length, but simply assigns the data to the string "value".
We need to replace this with data so that proper data is generated.

@filipecosta90 filipecosta90 self-requested a review December 15, 2022 20:51
@filipecosta90 filipecosta90 added the spec Improvements or additions to the Redis benchmarks specification label Dec 15, 2022
@filipecosta90 filipecosta90 merged commit faa89ec into redis:main Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec Improvements or additions to the Redis benchmarks specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants