[SERVER-79121] pretty_printer_test_program target has misspelled AIB_COMPONENT Created: 19/Jul/23  Updated: 29/Oct/23  Resolved: 24/Jul/23

Status: Closed
Project: Core Server
Component/s: Build
Affects Version/s: None
Fix Version/s: 7.1.0-rc0

Type: Bug Priority: Major - P3
Reporter: Max Hirschhorn Assignee: Alex Neben
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Assigned Teams:
Server Development Platform
Backwards Compatibility: Fully Compatible
Operating System: ALL
Participants:

 Description   

The pretty_printer_test_program target uses AIB_COMPONENT=pretty-printer-test (singular) whereas the build_pretty_printer_test() function uses AIB_COMPONENT='pretty-printer-tests' (plural).

931
pretty_printer_test_program = env.Program(
932
    target='pretty_printer_test_program',
933
    source=[
934
        'pretty_printer_test_program.cpp',
935
    ],
936
    LIBDEPS=[
937
        '$BUILD_DIR/mongo/base',
938
    ],
939
    AIB_COMPONENT='pretty-printer-test',
940
    AIB_COMPONENTS_EXTRA=['dist-test'],
941
)

This hasn't been an issue in Evergreen testing for the pretty printers because the pretty printers would have been built (by SCons, not ninja) using the install-dist-test target.



 Comments   
Comment by Githook User [ 24/Jul/23 ]

Author:

{'name': 'Alexander Neben', 'email': 'alexander.neben@mongodb.com', 'username': 'IamXander'}

Message: SERVER-79121 Fixed pretty printer tests typo
Branch: master
https://github.com/mongodb/mongo/commit/cdcd408d5f286e24303c6c12655f62d1d191c3a2

Generated at Thu Feb 08 06:40:08 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.