Details
-
Bug
-
Resolution: Fixed
-
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 ...
|