Skip to content
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

Some tests fail for the testrunner in docker, but not when running "live" #18

Closed
NobbZ opened this issue Oct 29, 2021 · 0 comments · Fixed by #20
Closed

Some tests fail for the testrunner in docker, but not when running "live" #18

NobbZ opened this issue Oct 29, 2021 · 0 comments · Fixed by #20
Labels
x:action/fix Fix an issue x:knowledge/intermediate Quite a bit of Exercism knowledge required x:module/test-runner Work on Test Runners x:size/medium Medium amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)

Comments

@NobbZ
Copy link
Member

NobbZ commented Oct 29, 2021

Not only that the tests are failing, but they fail in a way that the response can't be even converted into a proper JSON for exercism.

The currently known to fail that way exercises are:

  • sublist
  • rotational_cipher
  • robot_simulator
  • nucleotide_count

Currently I am not exactly sure why this happens.

By running the runners test locally one can see the failure of the system.

Sadly it is currently undocumented how to exctly run the tests locally (see #19).

@NobbZ NobbZ added x:action/fix Fix an issue x:knowledge/intermediate Quite a bit of Exercism knowledge required x:module/test-runner Work on Test Runners x:size/medium Medium amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises) labels Oct 29, 2021
@NobbZ NobbZ closed this as completed in #20 Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:action/fix Fix an issue x:knowledge/intermediate Quite a bit of Exercism knowledge required x:module/test-runner Work on Test Runners x:size/medium Medium amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant