Modify ↓
Opened 3 years ago
#22063 assigned defect
ElevationProfile tests fail on first run
Reported by: | taylor.smock | Owned by: | taylor.smock |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin elevationprofile | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce:
docker run -it --rm registry.gitlab.com/smocktaylor/josm/openjdk/ant:8 /bin/bash -c 'svn co https://josm.openstreetmap.de/osmsvn/applications/editors/josm && cd josm/core && ant dist test-compile && cd ../plugins/ElevationProfile && ant clean test'
(I ran indocker
to avoid pollution of the environment). See https://josm.openstreetmap.de/jenkins/job/Java-EarlyAccess-JOSM-Plugins/302/jdk=JDK17/ for an example of where it failed.
You can use a different docker container, with the caveats that the one I used had a nightly ant
install (from several months ago, since their CI has been failing). But ant 1.12 should be fine.
Note: I'm filing this so I don't forget about it.
Attachments (0)
Note:
See TracTickets
for help on using tickets.