Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-79992

Streams group_operator_test defined twice

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • None
    • None
    • None
    • None
    • Atlas Streams
    • Fully Compatible
    • ALL
    • Sprint 31

    Description

      The group_operator_test unit test is defined twice (here and here), which results in the following noisy scons output:

       
      scons: warning: Two different environments were specified for target /home/ubuntu/dev/mongo/+group_operator_test,
              but they appear to have the same action: $( $ICERUN $) ${SOURCES[0]} $UNITTEST_FLAGS
      File "/home/ubuntu/dev/mongo/site_scons/site_tools/mongo_test_execution.py", line 68, in generate_test_execution_aliases
       
      scons: warning: Two different environments were specified for target /home/ubuntu/dev/mongo/+group_operator_test-group_operator_test,
              but they appear to have the same action: $( $ICERUN $) ${SOURCES[0]} -fileNameFilter $TEST_SOURCE_FILE_NAME $UNITTEST_FLAGS
      File "/home/ubuntu/dev/mongo/site_scons/site_tools/mongo_test_execution.py", line 95, in generate_test_execution_aliases
       
      scons: warning: Two different environments were specified for target /home/ubuntu/dev/mongo/build/install/bin/group_operator_test.log,
              but they appear to have the same action: $( $ICERUN $) ${SOURCES[0]} $UNITTEST_FLAGS > ${TARGETS[0]} 2>&1 ; echo $? > ${TARGETS[1]}
      File "/home/ubuntu/dev/mongo/site_scons/site_tools/mongo_test_execution.py", line 116, in generate_test_execution_aliases
       
      scons: warning: Two different environments were specified for target /home/ubuntu/dev/mongo/build/install/bin/group_operator_test.status,
              but they appear to have the same action: $( $ICERUN $) ${SOURCES[0]} $UNITTEST_FLAGS > ${TARGETS[0]} 2>&1 ; echo $? > ${TARGETS[1]}
      File "/home/ubuntu/dev/mongo/site_scons/site_tools/mongo_test_execution.py", line 116, in generate_test_execution_aliases
       
      scons: warning: Two different environments were specified for target /home/ubuntu/dev/mongo/build/install/bin/group_operator_test.proof,
              but they appear to have the same action: if $$(exit $$(cat ${SOURCES[1]})) ; then touch $TARGET ; else exit 1 ; fi
      File "/home/ubuntu/dev/mongo/site_scons/site_tools/mongo_test_execution.py", line 134, in generate_test_execution_aliases
      scons: done reading SConscript files.
      scons: Building targets ...
      

      Attachments

        Activity

          People

            matthew.normyle@mongodb.com Matthew Normyle
            matt.broadstone@mongodb.com Matt Broadstone
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: