Skip to content

Conversation

@GANES1998
Copy link

Fix for issue #27 that outputs duplicate lines in error output
line #56 command the prints the statement (;p) is removed

Fix for issue exercism#27 that outputs duplicate lines in error output
    line exercism#56 command the prints the statement (;p) is removed
@GANES1998 GANES1998 requested a review from a team as a code owner October 7, 2021 10:43
@GANES1998
Copy link
Author

Hey @ErikSchierboom, I have made the changes for fix. Kindly review and let me know if it is fine.

@ErikSchierboom
Copy link
Member

@GANES1998 The tests are now broken. Could you update the outdated expected_results.json files in the tests/* folders? See https://github.com/exercism/clojurescript-test-runner/pull/28/checks?check_run_id=3826265986 for which ones are now failing.

Added comments
@GANES1998
Copy link
Author

Sure I'll update those

@ErikSchierboom
Copy link
Member

@GANES1998 An easy way to do that is to run ./bin/run-tests-in-docker.sh and then copying the results.json to the expected_results.json.

@ErikSchierboom
Copy link
Member

@GANES1998 There are three more failing tests I believe.

Test case expected results in tests/example*/*.json are updated.
@ErikSchierboom
Copy link
Member

@GANES1998 It looks like there are some newlines missing. You should see the errors too when running ./bin/run-tests-in-docker.sh, so that way you'll know if CI would be passing or not.

@GANES1998
Copy link
Author

Sure sorry @ErikSchierboom, Got it will make changes and test.

@ErikSchierboom
Copy link
Member

@GANES1998 The CI is red. Are you still working on this?

@GANES1998
Copy link
Author

GANES1998 commented Oct 15, 2021 via email

@ErikSchierboom
Copy link
Member

@GANES1998 You can find the CI output here: https://github.com/exercism/clojurescript-test-runner/pull/28/checks?check_run_id=3838757994 Looking at that output, it appears that there are some missing new lines at the end of files and one message that invalid.

You should be able to check this via ./bin/run-tests-in-docker.sh.

@GANES1998
Copy link
Author

Sorry, Thanks for bearing with me @ErikSchierboom, I get the following while trying to run run-test-in-docker .sh

image

Can you please help me with this,

1 similar comment
@GANES1998
Copy link
Author

Sorry, Thanks for bearing with me @ErikSchierboom, I get the following while trying to run run-test-in-docker .sh

image

Can you please help me with this,

@ErikSchierboom
Copy link
Member

@GANES1998 I think you have to do docker login (you need to have a dockerhub account) first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants