-
Notifications
You must be signed in to change notification settings - Fork 53
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
Node: Add PFADD
command.
#1317
Node: Add PFADD
command.
#1317
Conversation
* Add `PFADD` command. Signed-off-by: Yury-Fridlyand <[email protected]> * PR comments. Signed-off-by: Yury-Fridlyand <[email protected]> * Update CHANGELOG.md Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Aaron <[email protected]> * PR comments. Signed-off-by: Yury-Fridlyand <[email protected]> --------- Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Aaron <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar comments to the python pr
@@ -27,7 +27,7 @@ type Context = { | |||
client: RedisClient; | |||
}; | |||
|
|||
const TIMEOUT = 10000; | |||
const TIMEOUT = 50000; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a total IT timeout, 10 sec is too low. Sometimes it runs longer and causes test failures.
Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Shoham Elias <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
* Node: Add `PFADD` command. (#232) * Add `PFADD` command. Signed-off-by: Yury-Fridlyand <[email protected]> * PR comments. Signed-off-by: Yury-Fridlyand <[email protected]> * Update CHANGELOG.md Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Aaron <[email protected]> * PR comments. Signed-off-by: Yury-Fridlyand <[email protected]> --------- Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Aaron <[email protected]> * Apply suggestions from code review Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Shoham Elias <[email protected]> * PR comments. Signed-off-by: Yury-Fridlyand <[email protected]> --------- Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Aaron <[email protected]> Co-authored-by: Shoham Elias <[email protected]> Co-authored-by: Andrew Carbonetto <[email protected]>
Issue #, if available:
N/A
Description of changes:
ref #1221
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.