Skip to content

Multigraphs via an edge index and edge properties/metadata #85

Multigraphs via an edge index and edge properties/metadata

Multigraphs via an edge index and edge properties/metadata #85

Triggered via pull request March 3, 2025 20:07
Status Failure
Total duration 3m 1s
Artifacts

elixir.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

32 errors and 2 warnings
test (27.2, 1.18.1): test/graph_test.exs#L3
doctest Graph.edges/2 (19) (GraphTest)
test (27.2, 1.18.1): test/graph_test.exs#L274
test edges/2 returns both directions (GraphTest)
test (27.2, 1.18.1): test/graph_test.exs#L3
doctest Graph.edges/2 (22) (GraphTest)
test (27.2, 1.18.1)
Process completed with exit code 2.
test (1.16.3, 26.2)
The job was canceled because "_27_2_1_18_1" failed.
test (1.16.3, 26.2): test/utils_test.exs#L8
test sizeof/1 (Graph.UtilsTest)
test (1.16.3, 26.2): test/graph_test.exs#L274
test edges/2 returns both directions (GraphTest)
test (1.16.3, 26.2): test/graph_test.exs#L3
doctest Graph.edges/2 (19) (GraphTest)
test (1.16.3, 26.2): test/graph_test.exs#L3
doctest Graph.edges/2 (22) (GraphTest)
test (1.16.3, 26.2)
The operation was canceled.
test (1.14.5, 24.3)
The job was canceled because "_27_2_1_18_1" failed.
test (1.14.5, 24.3): test/priority_queue_test.exs#L5
test inspect (PriorityQueue.Test)
test (1.14.5, 24.3): test/utils_test.exs#L8
test sizeof/1 (Graph.UtilsTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.edges/2 (19) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.update_edge/4 (53) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.in_edges/2 (91) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L186
test inspect (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.update_labelled_edge/5 (54) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.edges/3 (23) (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L274
test edges/2 returns both directions (GraphTest)
test (1.14.5, 24.3): test/graph_test.exs#L3
doctest Graph.update_labelled_edge/5 (55) (GraphTest)
test (1.15.4, 25.3)
The job was canceled because "_27_2_1_18_1" failed.
test (1.15.4, 25.3): test/utils_test.exs#L8
test sizeof/1 (Graph.UtilsTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.update_labelled_edge/5 (55) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L274
test edges/2 returns both directions (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.edges/2 (19) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L140
test edge properties updating edge properties (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.update_labelled_edge/5 (54) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.edges/2 (22) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.update_edge/4 (53) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.out_edges/2 (93) (GraphTest)
test (1.15.4, 25.3): test/graph_test.exs#L3
doctest Graph.add_edges/2 (49) (GraphTest)
test (27.2, 1.18.1)
left..right inside match is deprecated, you must always match on the step: left..right//var or left..right//_ if you want to ignore it
test (27.2, 1.18.1)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it