Skip to content

Sort enum arrays for deterministic JSON #36

Sort enum arrays for deterministic JSON

Sort enum arrays for deterministic JSON #36

Triggered via push January 9, 2025 22:29
Status Failure
Total duration 1m 54s
Artifacts 3

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build (windows-latest)
Process completed with exit code 1.
DatamapTest.roundTripTestFile(): build\classes\java\test\edu\umich\soar\visualsoar\files\datamapjson\DatamapTest.class#L35
org.opentest4j.AssertionFailedError: expected: <{ "rootId": "idTest", "version": "6", "vertices": [ { "enumChoices": [ "a", "b", "c" ], "id": "enumTest" }, { "id": "floatRangeTest", "max": 10.1, "min": 5.2, "vertexType": "FLOAT_RANGE" }, { "id": "floatTest", "vertexType": "FLOAT" }, { "foreignDMPath": "../foo/foo.dm", "foreignVertex": { "id": "bar", "vertexType": "SOAR_ID" }, "id": "foreignTest", "vertexType": "SOAR_ID" }, { "id": "idTest", "vertexType": "SOAR_ID" }, { "id": "intRangeTest", "max": 10, "min": 5, "vertexType": "INTEGER_RANGE" }, { "id": "intTest", "vertexType": "INTEGER" }, { "id": "stringTest", "vertexType": "STRING" }, { "comment": { "contents": "testing that non-ASCII chars are not escaped\n\t", "generated": true }, "id": "こんにちは\n", "vertexType": "SOAR_ID" } ] } > but was: <{ "rootId": "idTest", "version": "6", "vertices": [ { "enumChoices": [ "a", "b", "c" ], "id": "enumTest" }, { "id": "floatRangeTest", "max": 10.1, "min": 5.2, "vertexType": "FLOAT_RANGE" }, { "id": "floatTest", "vertexType": "FLOAT" }, { "foreignDMPath": "../foo/foo.dm", "foreignVertex": { "id": "bar", "vertexType": "SOAR_ID" }, "id": "foreignTest", "vertexType": "SOAR_ID" }, { "id": "idTest", "vertexType": "SOAR_ID" }, { "id": "intRangeTest", "max": 10, "min": 5, "vertexType": "INTEGER_RANGE" }, { "id": "intTest", "vertexType": "INTEGER" }, { "id": "stringTest", "vertexType": "STRING" }, { "comment": { "contents": "testing that non-ASCII chars are not escaped\n\t", "generated": true }, "id": "こんにちは\n", "vertexType": "SOAR_ID" } ] } >
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
image-and-jar-macos-15
34.6 MB
image-and-jar-macos-latest
34.6 MB
image-and-jar-ubuntu-latest
38.9 MB