Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix test error:
The critical value of time may appear to cause test errors, link: https://github.com/redis/redis/blob/5b48d900498c85bbf4772c1d466c214439888115/src/object.c#L1265-L1272
In addition, I tracked down more test errors:
CLUSTERDOWN The cluster is down
.but I can't determine the cause for the time being. It may be redis-server instability or go-redis cluster problems. I will keep track of them.
I still can't reproduce #1657, maybe it's a problem with my test environment?
The go developers said that it might be a problem with pool: sync.pool{}, but they can’t confirm it.
We can wait for the go developers’ investigation results, link: golang/go#44672