codecrafters test command:
--previous flag:
codecrafters test again. You don’t
need to commit your changes using Git to run tests using the CLI.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
codecrafters test command:
codecrafters test
--previous flag:
codecrafters test --previous
Running tests on your codebase. Streaming logs...
[compile] Compiling redis-starter-rust v0.1.0 (/app)
[compile] Finished release [optimized] target(s) in 1.20s
[compile] Compilation successful.
[stage-1] Running tests for Stage #1: Bind to a port
[stage-1] $ ./spawn_redis_server.sh
[stage-1] Connecting to port 6379...
[your_program] Logs from your program will appear here!
[stage-1] Looks like your program has terminated. A redis server is expected to be a long-running process.
[stage-1] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
View stage instructions: https://app.codecrafters.io/courses/redis.
codecrafters test again. You don’t
need to commit your changes using Git to run tests using the CLI.Was this page helpful?