1
0
Fork 0
arangodb/tests
Markus Pfeiffer 3f51d24266 Bug fix for K_SHORTEST_PATHS (#10389)
* Add a test that reproduces k Shortest Paths bug

* Fix a bug in KShortestPathFinder

The finder was too eager to return a "shortest" path when there was actually
potentially a shorter path still to be discovered

* A little bit of cleanup

* Add missing include

* Address review comment

* Add another missed include
2019-11-11 17:37:58 +03:00
..
Agency Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
Aql Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
Auth Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
Basics C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
Cache improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
Cluster C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
Containers Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
Futures Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
Geo Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
Graph Bug fix for K_SHORTEST_PATHS (#10389) 2019-11-11 17:37:58 +03:00
HotBackup improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
IResearch Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
Maintenance Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
Mocks Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
Network forgot a conflict 2019-10-31 14:48:46 +01:00
Pregel fix windows warnings / compile errors (#9215) 2019-06-06 18:08:44 +02:00
Replication Bug fix/remove base directory from include path (#9885) 2019-09-04 17:39:01 +02:00
RestHandler Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
RestServer Add log suppressor utility classes for cleaner test code. (#10088) 2019-09-27 12:57:38 +02:00
RocksDBEngine improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
Sharding Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02:00
SimpleHttpClient improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
StorageEngine improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
Transaction Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one 2019-10-29 13:10:12 +01:00
Utils Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
V8Server Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
VocBase Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
arangodbRspecLib refactoring (#9411) 2019-07-09 11:15:52 +02:00
js do not materialize huge ranges (#10376) 2019-11-08 19:54:02 +01:00
rb use the default arangosh client connection instead of the simple http client to test the gharial API (#10218) 2019-10-17 13:25:12 +02:00
CMakeLists.txt Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
Greylist.txt un-greylist traverser test 2019-10-30 18:16:17 +01:00
main.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00