-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add best practices for tooling #551
Conversation
ca607d7
to
71055a0
Compare
71055a0
to
936b93c
Compare
What's the difference between ## Timeouts (10s cut-off with 408 Request timeout) and ## Configuration (20s cut-off with timeout)? Is there a way to actually get |
Along with pinning the base image version as suggested, I wonder if we should standardize on a specific versions for alpine, ubuntu etc. My thought was that when we upgrade, we could then use a bot to check and create issues across all repo's to perform upgrade. |
Co-authored-by: András B Nagy <[email protected]>
I don't think we will get much from that to be honest. We already use dependabot to create PRs to update dependencies to the latest version, but tracks should still feel free to pin to a specific version (e.g. because a later version breaks things). |
You may want to add that the tooling should work with both .meta (when testing against the GitHub repo) and .exercism (when testing against actual solutions). |
That's not entirely true though. |
Fixed
TIMEOUT_STATUS = 408 The |
I'm gonna merge this. We can tweak later! |
Sure, but it is something I have ran into. Making docker work, and then the same internal commands failing on a downloaded solution. I think it's worth a mention in all the related places because it's unepected. |
Nice, that helps. Is there a way to receive the 500 as seen in https://forum.exercism.org/t/typescript-test-runner-ops-error/12353? Because according to these docs that should never happen. |
What do you mean with "receive"? |
See, read, download, explore, "get" the actual error (perhaps with stacktrace, if any).
This is not debuggable for us. |
Not right now, no |
imo this (that it is not possible) is valuable to know! 🙂 |
I'll add it to the docs. |
No description provided.