Skip to content

[simple-cipher] Fix outdated reference to SimpleCipherStepThreeTest#2523

Merged
sanderploegsma merged 6 commits into
exercism:mainfrom
apetresc:patch-1
Oct 20, 2023
Merged

[simple-cipher] Fix outdated reference to SimpleCipherStepThreeTest#2523
sanderploegsma merged 6 commits into
exercism:mainfrom
apetresc:patch-1

Conversation

@apetresc

Copy link
Copy Markdown
Contributor

pull request

This test file was removed years ago in #1639, but the instructions still mention it (which caused me, at least, quite a bit of confusion since I thought I had deleted something erroneously).

This fixes the documentation to remove the reference to Step Three. If the intent was to never have deleted SimpleCipherStepThreeTest.java in the first place, let me know and I'll amend the PR to that.


Reviewer Resources:

Track Policies

This test file was removed years ago in exercism#1639, but the instructions still mention it (which caused me, at least, quite a bit of confusion since I thought I had deleted something erroneously).

This fixes the documentation to remove the reference to Step Three. If the intent was to never have deleted SimpleCipherStepThreeTest.java in the first place, let me know and I'll amend the PR to that.

@sanderploegsma sanderploegsma left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this! One comment to take care of if you would.

Comment thread exercises/practice/simple-cipher/.docs/instructions.append.md Outdated
Comment thread exercises/practice/simple-cipher/src/test/java/SimpleCipherTest.java Outdated

@sanderploegsma sanderploegsma left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, thanks for your contribution! 🙏

@sanderploegsma sanderploegsma merged commit bf0a20a into exercism:main Oct 20, 2023
@apetresc

Copy link
Copy Markdown
Contributor Author

@sanderploegsma I'm worried this might've screwed something up 😅 Since this change went live and I updated my problem on Exercism and resubmitted, the new test files pass locally without a problem but even after 3 submissions spread days apart, the test runner on the site gives me:

An error occurred while running your tests. This might mean that there was an issue in our infrastructure, or it might mean that you have something in your code that's causing our systems to break.

Please check your code, and if nothing seems to be wrong, try running the tests again.

I don't think there's anything wrong with my submission so I assume there's some metadata file somewhere we forgot to update to use the new test classes?

In general I have no idea how to diagnose issues with the system test runners; I don't even know where those are hosted or if I'm supposed to have access. Can you give me a tip on how to start investigating this?

@sanderploegsma

Copy link
Copy Markdown
Contributor

Hmm that is unfortunate. If the tests run fine locally then perhaps the test runner is having trouble, I suspect with the @Enclosed annotation.

The Java test runner is open source as well, you can find it here: https://github.com/exercism/java-test-runner. You should be able to run it locally and point it to your local folder containing the exercise files. Maybe that will help understand what is happening behind the scenes.

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