[SERVER-79992] Streams group_operator_test defined twice Created: 14/Aug/23  Updated: 29/Oct/23  Resolved: 13/Sep/23

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Matt Broadstone Assignee: Matthew Normyle
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Assigned Teams:
Atlas Streams
Backwards Compatibility: Fully Compatible
Operating System: ALL
Sprint: Sprint 31
Participants:

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


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