Bug #16035
BasicOptions_03_t test fails on Sierra
Occurs In:
Scope:
Internal
Experiment:
-
SSI Package:
Description
While running tests for art (art-v2_06_02) and canvas on Sierra, I observed that BasicOptions_03_t test failed, complete log is attached. The last bit I see on the screen is as follows:
233: <separator (=)> 233: 233: @@ -155,7 +159,7 @@ 233: 1. FileCatalogMetadata art <path>/FileCatalogMetadata_service.cc 233: 2. InFlightConfiguration art <path>/InFlightConfiguration_service.cc 233: 3. MemoryAdjuster art <path>/MemoryAdjuster_service.cc 233: - 4. MemoryTracker art <path>/MemoryTrackerLinux_service.cc 233: + 4. MemoryTracker art <path>/MemoryTrackerDarwin_service.cc 233: 5. MyService art <path>/MyService_service.cc 233: 6. MyServiceUsingIface art <path>/MyServiceUsingIface_service.cc 233: 7. PSTest art <path>/PSTest_service.cc 233: 233: CMake Error at /Users/ssehrish/Products/cetbuildtools/v5_06_06/Modules/RunAndCompare.cmake:69 (message): 233: Error comparing BasicOptions_03_t.out-filtered and 233: /Users/ssehrish/Projects/Fermilab/2017/art_suite/artwork/srcs/art/art/test/Framework/Art/BasicOptions_03-ref.txt. 233: Call Stack (most recent call first): 233: /Users/ssehrish/Products/cetbuildtools/v5_06_06/Modules/RunAndCompare.cmake:132 (filter_and_compare) 233: 233: 1/1 Test #233: BasicOptions_03_t ................***Failed 7.36 sec 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 7.53 sec The following tests FAILED: 233 - BasicOptions_03_t (Failed) Errors while running CTest
Associated revisions
History
#1 Updated by Kyle Knoepfel almost 4 years ago
- Description updated (diff)
#2 Updated by Kyle Knoepfel almost 4 years ago
- Status changed from New to Assigned
- Assignee set to Christopher Green
- Estimated time set to 1.00 h
We will adjust the filtering mechanism so that instances of "Linux" and "Darwin" are replaced with a placeholder.
#3 Updated by Christopher Green almost 4 years ago
- Category set to Infrastructure
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Resolved with commits cetbuildtools:0bb25c4 and art:66446bc.
#4 Updated by Kyle Knoepfel over 3 years ago
- Target version set to 1209
#5 Updated by Kyle Knoepfel over 3 years ago
The broader problem has been resolved with commit art:d0dc50a. Namely, BasicOptions_03_t
now only tests plugins with the prefix art_test_Framework_Art_PrintAvailable
, and with the suffixes module
, service
, source
, plugin
, and tool
. In addition collisions between plugin specifications are also tested.
#6 Updated by Kyle Knoepfel over 3 years ago
- Target version changed from 1209 to 2.07.01
#7 Updated by Kyle Knoepfel over 3 years ago
- Status changed from Resolved to Closed
Resolve issue #16035 using cetbuildtools v5_06_08.