Describe the bug
The test helper newEFCEngineRT in pkg/ddc/efc/runtime_info_test.go does not initialize runtimeType.
Expected behavior
The test helper should initialize runtimeType consistently with the production EFCEngine initialization path.
Additional context
getRuntimeInfo() may build runtime info based on runtimeType, so leaving this field unset makes the test object inconsistent with real runtime initialization.
Describe the bug
The test helper
newEFCEngineRTinpkg/ddc/efc/runtime_info_test.godoes not initializeruntimeType.Expected behavior
The test helper should initialize
runtimeTypeconsistently with the productionEFCEngineinitialization path.Additional context
getRuntimeInfo()may build runtime info based onruntimeType, so leaving this field unset makes the test object inconsistent with real runtime initialization.