Skip to content

Remove broken it-test#356

Merged
errt merged 1 commit intodevelopfrom
fix/hermes-removal
Feb 12, 2026
Merged

Remove broken it-test#356
errt merged 1 commit intodevelopfrom
fix/hermes-removal

Conversation

@errt
Copy link
Copy Markdown
Collaborator

@errt errt commented Jan 16, 2026

Remove it-test that depends on Hermes being present in OPAL. Note that the test should test the Hermes implementation from the resource file, but doesn't since ClassLoaders first resolve using their parent class loader before trying to find a class themselves. With Hermes removed from OPAL, it does indeed invoke the Hermes implementation from the resource file but that uses this.getClass.getResourceAsStream("HermesCLI.txt") which does exist int he resource file, but is not found by the ClassLoader. This surely could be fixed, but the test doesn't seem important enough to jump through hoops.

@errt errt requested a review from johannesduesing January 16, 2026 14:28
Copy link
Copy Markdown
Collaborator

@johannesduesing johannesduesing left a comment

Choose a reason for hiding this comment

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

Agreed, it does not make sense to put any work into fixing this issue - lgtm 👍

@errt errt added this pull request to the merge queue Feb 12, 2026
Merged via the queue into develop with commit 564da66 Feb 12, 2026
2 checks passed
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