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

Programming exercises: Build result is outdated after repository reset #10347

Open
chrisknedl opened this issue Feb 16, 2025 · 0 comments
Open
Labels
bug exercise Pull requests that affect the corresponding module programming Pull requests that affect the corresponding module

Comments

@chrisknedl
Copy link
Contributor

Describe the bug

I as a student have 57 different checkstyle errors in my code. I decide that I do not like my current solution and reset my repository. This does not re-trigger the tests, so even though I am now working with the clean template repository again, my latest result still shows the 57 checkstyle errors, which does not match the current state of my repo.

To Reproduce

  1. Have a programming exercise with some static code analysis errors.
  2. Reset the repository.
  3. The result still shows the test cases and SCA errors from before the reset.

Expected behavior

I think the easiest solution in this case would probably be to simply trigger the tests after the reset. That way, the state of the template repo is shown, not the state from before the reset.

Screenshots

No response

Which version of Artemis are you seeing the problem on?

7.9.1

What browsers are you seeing the problem on?

Chrome, Safari

Additional context

No response

Relevant log output

@chrisknedl chrisknedl added bug programming Pull requests that affect the corresponding module labels Feb 16, 2025
@github-actions github-actions bot added buildagent Pull requests that affect the corresponding module exercise Pull requests that affect the corresponding module labels Feb 16, 2025
@b-fein b-fein removed the buildagent Pull requests that affect the corresponding module label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug exercise Pull requests that affect the corresponding module programming Pull requests that affect the corresponding module
Projects
None yet
Development

No branches or pull requests

2 participants