-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
BugBuild: CMakeCMake based build issueCMake based build issueLang: C++Native implementation issueNative implementation issueSolver: Graph and AlgorithmSolvers in the graph/ and algorithms/ directoriesSolvers in the graph/ and algorithms/ directories
Milestone
Description
cxx_graph_shortest_paths_test seems flacky, need to investigate...
trace:
#13 72.56 Start 34: cxx_graph_shortest_paths_test
#13 1572.7 34/266 Test #34: cxx_graph_shortest_paths_test ....................................***Timeout 1500.10 sec
#13 1572.7 Running main() from /home/project/build/_deps/googletest-src/googletest/src/gtest_main.cc
#13 1572.7 [==========] Running 35 tests from 5 test suites.
#13 1572.7 [----------] Global test environment set-up.
#13 [157](https://github.com/google/or-tools/actions/runs/13289890689/job/37107922982#step:7:158)2.7 [----------] 7 tests from GraphShortestPathsDeathTest/0, where TypeParam = util::ListGraph<int,int>
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/0.ShortestPathsEmptyGraph
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/0.ShortestPathsEmptyGraph (0 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/0.ShortestPathsAllDisconnected
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/0.ShortestPathsAllDisconnected (15232 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/0.ShortestPaths1
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/0.ShortestPaths1 (105117 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/0.ShortestPaths2
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/0.ShortestPaths2 (61714 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/0.MismatchedData
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/0.MismatchedData (446 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/0.SourceNotConnectedToItself
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/0.SourceNotConnectedToItself (36447 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/0.Multigraph
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/0.Multigraph (60681 ms)
#13 1572.7 [----------] 7 tests from GraphShortestPathsDeathTest/0 (279640 ms total)
#13 1572.7
#13 1572.7 [----------] 7 tests from GraphShortestPathsDeathTest/1, where TypeParam = util::StaticGraph<int,int>
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/1.ShortestPathsEmptyGraph
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/1.ShortestPathsEmptyGraph (0 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/1.ShortestPathsAllDisconnected
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/1.ShortestPathsAllDisconnected (35364 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/1.ShortestPaths1
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/1.ShortestPaths1 (142040 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/1.ShortestPaths2
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/1.ShortestPaths2 (63185 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/1.MismatchedData
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/1.MismatchedData (861 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/1.SourceNotConnectedToItself
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/1.SourceNotConnectedToItself (36018 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/1.Multigraph
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/1.Multigraph (63642 ms)
#13 1572.7 [----------] 7 tests from GraphShortestPathsDeathTest/1 (341114 ms total)
#13 1572.7
#13 1572.7 [----------] 7 tests from GraphShortestPathsDeathTest/2, where TypeParam = util::ReverseArcListGraph<int,int>
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/2.ShortestPathsEmptyGraph
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/2.ShortestPathsEmptyGraph (0 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/2.ShortestPathsAllDisconnected
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/2.ShortestPathsAllDisconnected (36895 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/2.ShortestPaths1
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/2.ShortestPaths1 (143732 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/2.ShortestPaths2
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/2.ShortestPaths2 (65151 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/2.MismatchedData
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/2.MismatchedData (1060 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/2.SourceNotConnectedToItself
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/2.SourceNotConnectedToItself (34692 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/2.Multigraph
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/2.Multigraph (68476 ms)
#13 1572.7 [----------] 7 tests from GraphShortestPathsDeathTest/2 (350008 ms total)
#13 1572.7
#13 1572.7 [----------] 7 tests from GraphShortestPathsDeathTest/3, where TypeParam = util::ReverseArcStaticGraph<int,int>
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/3.ShortestPathsEmptyGraph
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/3.ShortestPathsEmptyGraph (0 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/3.ShortestPathsAllDisconnected
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/3.ShortestPathsAllDisconnected (38280 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/3.ShortestPaths1
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/3.ShortestPaths1 (148863 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/3.ShortestPaths2
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/3.ShortestPaths2 (66652 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/3.MismatchedData
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/3.MismatchedData (842 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/3.SourceNotConnectedToItself
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/3.SourceNotConnectedToItself (35940 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/3.Multigraph
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/3.Multigraph (68281 ms)
#13 1572.7 [----------] 7 tests from GraphShortestPathsDeathTest/3 (358862 ms total)
#13 1572.7
#13 1572.7 [----------] 7 tests from GraphShortestPathsDeathTest/4, where TypeParam = util::ReverseArcMixedGraph<int,int>
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/4.ShortestPathsEmptyGraph
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/4.ShortestPathsEmptyGraph (0 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/4.ShortestPathsAllDisconnected
#13 1572.7 [ OK ] GraphShortestPathsDeathTest/4.ShortestPathsAllDisconnected (36537 ms)
#13 1572.7 [ RUN ] GraphShortestPathsDeathTest/4.ShortestPaths1
#13 1572.7
src: https://github.com/google/or-tools/actions/runs/13289890689
Metadata
Metadata
Assignees
Labels
BugBuild: CMakeCMake based build issueCMake based build issueLang: C++Native implementation issueNative implementation issueSolver: Graph and AlgorithmSolvers in the graph/ and algorithms/ directoriesSolvers in the graph/ and algorithms/ directories