[CUBRIDQA-1435] Use ERROR_BACKUP and private-only SSH in core-dump JIRA comment - #774
Merged
junsklee merged 1 commit intoJul 15, 2026
Merged
Conversation
…RA comment - analyze_failure.sh: fix_backup_dir_name do_not_delete_core -> ERROR_BACKUP so All Info / Core Location / DB-Volume Location / Error Log Location match where shell_utils.sh actually backs up crash data (~/ERROR_BACKUP) - Drop the -l/login_info gateway SSH prepend so Test Server shows only the private 'ssh -p <port> <user>@<private_ip>' from TEST_INFO_ENV - Keep -l option parsing for backward compatibility with existing callers
|
Reviews (1): Last reviewed commit: "[CUBRIDQA-1435] Use ERROR_BACKUP and pri..." | Re-trigger Greptile |
swi0110
approved these changes
Jul 15, 2026
kwonhoil
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
http://jira.cubrid.org/browse/CUBRIDQA-1435
코어 덤프 리포팅 시
analyze_failure.sh가 생성하는 JIRA 코멘트의 백업 경로와Test Server접속 정보를 실제 상태에 맞게 정정함. 코멘트 경로를 실제 백업 위치인~/ERROR_BACKUP으로 통일하고,Test Server에는 사설 IP 접속 명령만 노출하도록 변경함.Changes
CTP/common/script/analyze_failure.sh의fix_backup_dir_name을do_not_delete_core에서ERROR_BACKUP으로 변경하여All Info/Core Location/DB-Volume Location/Error Log Location이 모두 실제 백업 루트(~/ERROR_BACKUP,CTP/shell/init_path/shell_utils.sh기준)를 사용하도록 정정login_info(-l gateway:port) 기반 게이트웨이 SSH 프리픽스 조합 로직을 제거하여Test Server의user@IP가TEST_INFO_ENV의 사설 IP 접속 명령(ssh -p <port> <user>@<private_ip>)만 노출하도록 변경-l옵션 파싱 자체는 유지하여 기존 호출부 호환성 유지Related Case등 나머지 코멘트 포맷은 변경 없이 유지