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

Use standardized GitHub workflow #11

Merged
merged 1 commit into from
Jul 30, 2024

Use standardized GitHub workflow

e3f000b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Use standardized GitHub workflow #11

Use standardized GitHub workflow
e3f000b
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed Jul 30, 2024 in 0s

57 tests run, 56 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 162 in josm/plugins/wikipedia/test/unit/org/wikipedia/WikipediaAppTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

WikipediaAppTest.testWIWOSMStatus()

java.io.IOException: stream is closed
Raw output
java.lang.RuntimeException: java.io.IOException: stream is closed
	at org.wikipedia.WikipediaApp.updateWIWOSMStatus(WikipediaApp.java:234)
	at org.wikipedia.WikipediaAppTest.testWIWOSMStatus(WikipediaAppTest.java:162)
Caused by: java.io.IOException: stream is closed
	at org.openstreetmap.josm.io.ProgressInputStream.read(ProgressInputStream.java:49)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
	at java.base/java.io.PushbackInputStream.read(PushbackInputStream.java:183)
	at org.openstreetmap.josm.io.UTFInputStreamReader.create(UTFInputStreamReader.java:44)
	at org.openstreetmap.josm.io.UTFInputStreamReader.create(UTFInputStreamReader.java:29)
	at org.openstreetmap.josm.tools.HttpClient$Response.getContentReader(HttpClient.java:444)
	at org.wikipedia.WikipediaApp.updateWIWOSMStatus(WikipediaApp.java:222)
	... 1 more