codecrafters-io / build-your-own-redis

Definition for the redis challenge.
https://app.codecrafters.io/courses/redis/overview
MIT License
108 stars 30 forks source link

Multiple replicas stage - all replicas advertise the same "listening" port #153

Closed rohitpaulk closed 3 months ago

rohitpaulk commented 4 months ago
Screenshot 2024-03-25 at 22 08 24

Although this shouldn't affect test results, it can certainly cause confusion. Let's have all of these use different ports in their REPLCONF commands.

linear[bot] commented 4 months ago

CC-1097 Multiple replicas stage - all replicas advertise the same "listening" port

rohitpaulk commented 4 months ago

Thanks to @Eredom for reporting this!

ryan-gang commented 3 months ago

Fixed by https://github.com/codecrafters-io/redis-tester/pull/135