File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,18 +80,15 @@ cet_test(
8080)
8181
8282cet_test (
83- different_hierarchies
83+ fold_duplicate_layer_name
8484 USE_CATCH2_MAIN
8585 SOURCE
86- different_hierarchies .cpp
86+ fold_duplicate_layer_name_test .cpp
8787 LIBRARIES
8888 phlex::core_internal
8989 spdlog::spdlog
9090 layer_generator_internal
9191)
92- # Disable pending resolution of [Change fold-result caching to use
93- # `multilayer_join_node`](https://github.com/Framework-R-D/phlex/issues/359)
94- set_tests_properties (different_hierarchies PROPERTIES DISABLED TRUE )
9592
9693cet_test (filter_impl USE_CATCH2_MAIN SOURCE filter_impl.cpp LIBRARIES
9794 phlex::core_internal
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ namespace {
4848 void add (std::atomic<unsigned int >& counter, unsigned int number) { counter += number; }
4949}
5050
51- TEST_CASE (" Different hierarchies used with fold " , " [graph]" )
51+ TEST_CASE (" Fold different layer paths with same trailing name " , " [graph]" )
5252{
5353 // job -> run -> event layers
5454 constexpr auto index_limit = 2u ;
You can’t perform that action at this time.
0 commit comments