Add availability-zone to the reply schema for CLUSTER SHARDS/SLOTS#3352
Conversation
…t commands `availability_zone` was added to the HELLO command in valkey-io#1487, and it was missing the reply schema and the test was wrongly marked with `logreqres:skip`. `availability-zone` was added to CLUSTER SHARDS and CLUSTER SLOTS commands in valkey-io#3156, and it was missing the reply schema. Signed-off-by: Binbin <binloveplay1314@qq.com>
|
reply CI with this change: https://github.com/enjoy-binbin/valkey/actions/runs/22935935370 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## unstable #3352 +/- ##
============================================
- Coverage 75.03% 74.93% -0.11%
============================================
Files 129 129
Lines 71724 71724
============================================
- Hits 53821 53748 -73
- Misses 17903 17976 +73
🚀 New features to boost your workflow:
|
|
Hahah, I raised a similar fix #3353 5 mins after you. Thank you. I will close my PR. |
|
ohh, you are fast. After merging some PRs i looked through some merged PRs and found it. |
dvkashapov
left a comment
There was a problem hiding this comment.
Nice! Lets run reply schema validator action?
#3352 (comment) |
|
My bad, I thought that was link to failing CI |
zuiderkwast
left a comment
There was a problem hiding this comment.
Thank you!
I merged this feature yesterday evening and I realized afterwards that the reply schema will probably fail.
Signed-off-by: Binbin <binloveplay1314@qq.com>
Signed-off-by: Binbin <binloveplay1314@qq.com>
|
I started the reply-schema-validator job here: https://github.com/valkey-io/valkey/actions/runs/22951771959/job/66617979827 🟢 Pass |
…3352) `availability_zone` was added to the HELLO command in #1487, and it was missing the reply schema and the test was wrongly marked with `logreqres:skip`. `availability-zone` was added to CLUSTER SHARDS and CLUSTER SLOTS commands in #3156, and it was missing the reply schema. --------- Signed-off-by: Binbin <binloveplay1314@qq.com>
availability_zonewas added to the HELLO command in #1487, andit was missing the reply schema and the test was wrongly marked
with
logreqres:skip.availability-zonewas added to CLUSTER SHARDS and CLUSTER SLOTScommands in #3156, and it was missing the reply schema.