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

Error shown when no response received from user can be improved. #154

Closed ryan-gang closed 3 months ago

ryan-gang commented 4 months ago

Our current error in this case is:

[stage-N] Received: ""
[stage-N]            ^ error
[stage-N] Error: Expected start of a new RESP value (either +, -, :, $ or *)
[stage-N] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)

This can be updated a bit to something like:

[stage-N] No response received.
[stage-N] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
linear[bot] commented 4 months ago

CC-1101 Error shown when no response received from user can be improved.

rohitpaulk commented 3 months ago

Fixed here: https://github.com/codecrafters-io/redis-tester/pull/130/files