You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MOD-12627] Add Debug Support for FT.PROFILE Command (#7510)
* imp debug profile for SA:
introduce in mocule.h: RSProfileCommandImp
RSProfileCommand calls RSProfileCommandImp(isDebug = false) for regular execution
ProfileCommandCommand_DebugWrapper mcalls it with isDebug=true and skips _FT.DEBUG
introduce entrypoint for _FT.DEBUG FT.PROFILE in debug_commands:
ProfileCommandCommand_DebugWrapper
RSProfileCommandImp calls DEBUG_execCommandCommon is its debug
_recursiveProfilePrint skips printing debug RP
* pass is debug instead of extracting:
module.h:
replace declaration: DistAggregateCommand
DistSearchCommand
with Imp version that receives isDebug
expose ProfileCommandHandlerImp
align debug_commands
introducr _FT.DEBUG _FT.PROFILE
* add test for cluster
* return res
* augi fixes
* fix spell check
* fix for real
* fix test
* skip tests according to env
* revrt test_profile changes
* reove changes from internal_only
(cherry picked from commit 00ca3cf)
0 commit comments