-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Online test runner broken? #30
Comments
Hello. Thanks for opening an issue on Exercism 🙂 At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories. This issue will be automatically closed. Please use this link;%0D%0A336:%20%09%09%09%7D%0D%0Acalled%20from%20/system/BaseCommand.cfc:%20line%2058%0D%0Acalled%20from%20/mnt/exercism-iteration/TestRunner.cfc:%20line%2091%0D%0Acalled%20from%20/mnt/exercism-iteration/TestRunner.cfc:%20line%2047%0D%0Acalled%20from%20/system/modules_app/task-commands/models/TaskService.cfc:%20line%2085%0D%0Acalled%20from%20/system/modules_app/task-commands/models/TaskService.cfc:%20line%20322%0D%0Acalled%20from%20/system/modules_app/task-commands/models/TaskService.cfc:%20line%20102%0D%0Acalled%20from%20/system/modules_app/task-commands/commands/task/run.cfc:%20line%2068%0D%0Acalled%20from%20/system/services/CommandService.cfc:%20line%20345%0D%0Acalled%20from%20/system/services/CommandService.cfc:%20line%20158%0D%0Acalled%20from%20/system/Shell.cfc:%20line%20770%0D%0Acalled%20from%20/system/Bootstrap.cfm:%20line%20119%0D%0A%0D%0ATo%20enable%20full%20stack%20trace,%20run%20config%20set%20verboseErrors=true%0D%0A%60%60%60&category=cfml ) to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you! If you're interested in learning more about this auto-responder, please read this blog post. |
That item was moved in CommandBox 6 so that name is correct when working offline. I’ll do some digging on Monday, but I think the Docker image needs to be recompiled. |
@FranklinChen, sorry about the wait, but can you try again? Hopefully #34 fixed it. |
Unfortunately I got the following from the simple "hello world" exercise:
|
Okay, that's likely a good sign. The test runner is slow because we need to spin up CommandBox each time, and that's designed more for long-lived servers than quick one-off test runs. I'm looking into whether the new BoxLang scripting language from Ortus Solutions might be a better fit since it can natively run CFML code and hopefully be a lot faster. |
I tried the "hello world" exercise and although my running it offline worked, submitting it online got me
The text was updated successfully, but these errors were encountered: