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

Fix performance issues during node movement #12

Merged
merged 2 commits into from
Jul 30, 2024

Significantly reduce performance impact

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

Fix performance issues during node movement #12

Significantly reduce performance impact
013124a
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
org.openstreetmap.josm.tools.JosmRuntimeException: java.io.IOException: stream is closed
	at org.wikipedia.WikipediaApp.updateWIWOSMStatus(WikipediaApp.java:244)
	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:232)
	... 1 more