No logs in test and submit

When I try to run codecrafters test command I don’t see any logs with tests

Initiating test run...

⚡ This is a turbo test run. https://codecrafters.io/turbo

Running tests. Logs should appear shortly...

stream logs: stream data: context deadline exceeded

But as I understand, internally everything works fine. If tests pass, I’m able to continue to next stage. But if tests fail, I’m not able to see what exactly failed.

stream logs: stream data: context deadline exceeded

Hey @goat-914, it looks like a connection-related issue.

As a workaround, could you try instead pushing your code using git push and let me know if that works for you?

Yes, git push worked. Thanks! But is it possible that codecrafters test/submit will be fixed?

@goat-914 Glad to hear Git is working!

But is it possible that codecrafters test/submit will be fixed?

We can try diagnosing the issue together, but it can be tricky to “fix”.

Since it seems like a connection issue, it might help to try switching networks (for example, from Wi-Fi to mobile data).

In some cases, firewalls or network restrictions can interfere with the stream as well.

@goat-914 I got the same problem when connecting to a VPN, so that might be another cause of the issue.

1 Like

Closing this thread due to inactivity. If you still need assistance, feel free to reopen or start a new discussion!

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