-
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 Exercise
: Changing the short name while importing breaks tests
#7188
Comments
I was not able to reproduce this issue. Can you make sure that the test.json is present in the original exercise, that the test.json is present in the exported exercise and that the file is no longer present in the imported exercise? |
@JohannesStoehr For context, I think @terlan98 refers to imports from file in case this wasn't clear. |
I tried to reproduce it again to provide you with an example json file but now it's giving me an Internal server error on the staging server when I try to import from file 🤷♂️
|
I likely just ran into the same issue, where my original project had the shortname Here a partial diff between the two directories
This breaks all of my code and is very surprising, so I would be very interested in seeing this issue fixed, or if somebody can point the way, fix it myself. |
Describe the bug
When importing a programming exercise from a file, if the user changes the short name of the exercise, it somehow breaks the test.json file in the test repository. This causes issues with the solution and student builds (some test cases don't work, and the result can't be 100%)
To Reproduce
Expected behavior
The solution build gets a 100% score.
Screenshots
Which version of Artemis are you seeing the problem on?
6.4.3
What browsers are you seeing the problem on?
Chrome
Additional context
Discovered while testing #7178
Relevant log output
No response
The text was updated successfully, but these errors were encountered: