[HTTP server] stuck at running tests

Checklist:

  1. :white_check_mark:: I’ve uncommented the code.
  2. :white_check_mark:: I’ve saved the changes.
  3. :white_check_mark:: I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master

Here’s a screenshot showing the output from running the Git commands:

already followed the instructions and I expect to see test failed or success, but it’s stuck at running test...

Also happening to me when using the CLI with the building your interpreter challenge. Maybe a codecrafter-wide issue.

1 Like

Hi @hoangle96 @rahim-gh, sorry about this—we are currently experiencing a downtime incident.

Our team is actively working to resolve the issue, and we’ll keep you updated as soon as it’s resolved.

3 Likes

Sorry about the earlier downtime incident, but the issue has now been resolved.

Could you please confirm if you’re still experiencing any issues?

yes, it’s working very well now, thanks

1 Like

I have the same issue now but with the interpreters initial stage:

~/proj/codecrafters-interpreter-rust> git push origin master
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 10 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (4/4), 372 bytes | 372.00 KiB/s, done.
Total 4 (delta 2), reused 0 (delta 0), pack-reused 0 (from 0)
remote: ------------------------------------------------------------------------
remote:
remote:
remote:      ___            _          ___              __  _
remote:     / __\ ___    __| |  ___   / __\_ __  __ _  / _|| |_  ___  _ __  ___
remote:    / /   / _ \  / _` | / _ \ / /  | '__|/ _` || |_ | __|/ _ \| '__|/ __|
remote:   / /___| (_) || (_| ||  __// /___| |  | (_| ||  _|| |_|  __/| |   \__
remote:   \____/ \___/  \__,_| \___|\____/|_|   \__,_||_|   \__|\___||_|   |___/
remote:
remote:
remote:    Welcome to CodeCrafters! Your commit was received successfully.
remote:
remote: ------------------------------------------------------------------------
remote:
remote: ⚡ This is a turbo test run. https://codecrafters.io/turbo
remote:
remote: Running tests on your code. Logs should appear shortly...
remote:

Been hanging for a couple minutes, tried restarting it & using the CLI but nothing works.

Looks like it’s working again :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.