Highlights
- Pro
Block or Report
Block or report tezc
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse768 contributions in the last year
Less
More
Contribution activity
November 2022
Created 15 commits in 2 repositories
Created a pull request in RedisLabs/redisraft that received 6 comments
Use SHUTDOWN command instead of exit()
Calling exit() from modules is unexpected as Redis won't have a
chance to do clean up: Closing the sockets, removing pid file etc.
Also, other modu…
+18
−1
•
6
comments
Opened 17 other pull requests in 2 repositories
RedisLabs/redisraft
5
open
11
merged
- Fix linter warning of shadowing in cluster.c
- Delete RAFT.DEBUG SENDSNAPSHOT
- Add test for cluster operations on OOM
- Delete unnecessary check for log file existence
- Skip Redis-Suite test with MONITOR and functions
- Add more paths to spellcheck skiplist
- Add spellchecker to CI
- Enforce PEP8 style for Python tests
- [RR-117] Fix crash while resolving address
- Detect crashes from logs in tests
- Use memset() instead of deprecated bzero()
- Prevent deadlock while killing servers in tests
- Better CLUSTERDOWN logging in tests
- Increase no leader timeout in tests
- Set socket timeout for redis-py in tests
- [RR-116] Do not load snapshot inside the command callback
redis/redis
1
merged
Reviewed 10 pull requests in 2 repositories
RedisLabs/redisraft
9 pull requests
- [RR-111] test to ensure followers in oom still apply log changes
- [RR-114] read only script tests with ACL/oom permutations
- [RR-113] simple test for non quorum reads with scripts
- [RR-95] adding elle infrastructure for redisraft tests
- [RR-94] Use POSIX IO functions for the log file
- [RR-117] Fix crash while resolving address
- [RR-116] Do not load snapshot inside the command callback
- Handle ASKING in MULTI correctly
- [RR-110] read only script commands use ACL validation





