-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
ALL
-
The v5 toolchain is hitting a compile error related to -Wuninitialized in sbe_scan_test.cpp:
external/com_google_absl/absl/container/internal/inlined_vector.h:521:5: error: '<unnamed>.absl::lts_20230802::InlinedVector<long int, 2, std::allocator<long int> >::storage_.absl::lts_20230802::inlined_vector_internal::Storage<long int, 2, std::allocator<long int> >::data_' is used uninitialized [-Werror=uninitialized] 521 | data_ = other_storage.data_; | ^~~~~ src/mongo/db/exec/sbe/sbe_scan_test.cpp: In static member function 'static _Res std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes&& ...) [with _Res = std::pair<long int, std::unique_ptr<mongo::sbe::PlanStage> >; _Functor = mongo::sbe::UnitTest_SuiteNameScanStageTestTestNamescanStage::_doTest()::<lambda(mongo::sbe::value::SlotId, std::unique_ptr<mongo::sbe::PlanStage>)>; _ArgTypes = {long int, std::unique_ptr<mongo::sbe::PlanStage, std::default_delete<mongo::sbe::PlanStage> >}]': src/mongo/db/exec/sbe/sbe_scan_test.cpp:119:71: note: '<anonymous>' declared here 119 | value::SlotVector{} /* scanFieldSlots */, | ^
- duplicates
-
SERVER-100475 Mirror commit queue tasks for v5 and enable remote-execution capable variants
-
- Closed
-