Skip to content
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

Bug: Command Match #8

Open
AjithPanneerselvam opened this issue Sep 7, 2020 · 1 comment
Open

Bug: Command Match #8

AjithPanneerselvam opened this issue Sep 7, 2020 · 1 comment

Comments

@AjithPanneerselvam
Copy link

I'm using this Redis client library - https://github.com/go-redis/redis. The Redis command sent from this library is in lowercase, which is also valid.

Example:

*2
$3
get
$4
key1
$6
value1

Given this case, the command given in the fault rule didn't match with the Redis request command. Hence, it didn't inject fault to the command I desired.

@AjithPanneerselvam
Copy link
Author

I'm picking this bug for fix if there is no one.

@AjithPanneerselvam AjithPanneerselvam changed the title Bug: Command Match Failed Bug: Command Match Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant