Skip to content

Add single node unit test for DistributeAction #19

Add single node unit test for DistributeAction

Add single node unit test for DistributeAction #19

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Oct 8, 2023 in 0s

2 fail, 16 skipped, 2 939 pass in 6h 15m 1s

  7 320 files    7 320 suites   6h 15m 1s ⏱️
  2 957 tests   2 939 ✔️   16 💤   2
35 481 runs  35 228 ✔️ 240 💤 13

Results for commit 5face9f.

Annotations

Check warning on line 0 in org.openstreetmap.josm.gui.layer.imagery.MVTLayerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 12 runs failed: ensureDifferentProjectionsAreFetched(String)[3] (org.openstreetmap.josm.gui.layer.imagery.MVTLayerTest)

artifacts/Ant reports for JOSM  on java 17 on ubuntu-latest/TEST-org.openstreetmap.josm.gui.layer.imagery.MVTLayerTest.xml [took 7s]
Raw output
Condition with org.openstreetmap.josm.gui.layer.imagery.MVTLayerTest was not fulfilled within 5 seconds.
org.awaitility.core.ConditionTimeoutException: Condition with org.openstreetmap.josm.gui.layer.imagery.MVTLayerTest was not fulfilled within 5 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
	at org.openstreetmap.josm.gui.layer.imagery.MVTLayerTest.ensureDifferentProjectionsAreFetched(MVTLayerTest.java:98)

Check warning on line 0 in org.openstreetmap.josm.actions.DistributeActionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 12 runs failed: testNodesAlignment() (org.openstreetmap.josm.actions.DistributeActionTest)

artifacts/Ant reports for JOSM  on java 11 on macos-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 11 on ubuntu-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 11 on windows-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 17 on macos-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 17 on ubuntu-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 17 on windows-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 21 on macos-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 21 on ubuntu-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 21 on windows-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 8 on macos-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 8 on ubuntu-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
artifacts/Ant reports for JOSM  on java 8 on windows-latest/TEST-org.openstreetmap.josm.actions.DistributeActionTest.xml [took 0s]
Raw output
expected: <1.0> but was: <3.0000000000000004>
org.opentest4j.AssertionFailedError: expected: <1.0> but was: <3.0000000000000004>
	at org.openstreetmap.josm.actions.DistributeActionTest.testNodesAlignment(DistributeActionTest.java:116)