-
Notifications
You must be signed in to change notification settings - Fork 297
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
Programming exercises
: Improve test build logs for Haskell exercises
#9792
Programming exercises
: Improve test build logs for Haskell exercises
#9792
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected on TS1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code also LGTM
@b-fein Regarding your comment in #9159: lgtm! (Side note: It might be also a good idea to update the default-language to GHC2021. GHC includes certain language extensions, such as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on TS1, everything worked as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checklist
General
Changes affecting Programming Exercises
Motivation and Context
As noted in #9159, the test runner disabled the console output to produce the XML instead. Therefore, the test results no longer show up in the build log which makes it harder to debug what is happening when setting up exercises.
Description
Updates the test template to produce both the console logs that then show up in the build log, and the XML needed to report the result back to Artemis.
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Code Review
Manual Tests
Test Coverage
unchanged
@coderabbitai ignore