Streams group_operator_test defined twice

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Atlas Streams
    • Fully Compatible
    • ALL
    • Sprint 31
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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 ...
      

            Assignee:
            Matthew Normyle
            Reporter:
            Matt Broadstone
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: