TEST SETUP failure through online editor for Cobol exercise: Secret Handshake

Hello,
Greetings. I submitted solution to a Cobol exercise: Secret Handshake through the online editor. It succeeded. But then it also said there is a new version of tests and if I want to see if it works against those. I went ahead with the new tests and there seems to be problem with test setup. Please see below the test results. Thank you.

Tests failed

Cobolcheck not found, try to fetch it.
curl: (6) Could not resolve host: api. github. com
curl: (6) Could not resolve host: api. github. com
curl: (6) Could not resolve host: api. github. com
curl: (6) Could not resolve host: api. github. com
curl: (3) URL using bad/illegal format or missing URL
chmod: cannot access ‘/root/cobolcheck/cobolcheck’: No such file or directory
Cobolcheck has been downloaded to /root/cobolcheck/cobolcheck
/mnt/exercism-iteration/test.sh: line 12: /root/cobolcheck/cobolcheck: No such file or directory
COMPILE AND RUN TEST
cobc: test.cob: No such file or directory
SOMETHING WENT WRONG DURING TEST SETUP, PLEASE OPEN A TICKET AT:…

I’ve got the same problem. After updating to the new version, the tests don’t run.

We’re looking into it

We’ve just merged Attempt to fix the problem with tests in the web editor. by SimaDovakin · Pull Request #162 · exercism/cobol · GitHub with fixes. I checked it and it seems like it works now. Could you update exercise to the latest version and try again? Sorry for delay.

I updated the exercise. It worked! Thank you very much! :smiley: :smiley:

3 Likes