Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CUBRIDQA-1244] ha_repl 시스템 뷰 조회 시 특정 컬럼을 제외 #693

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

zionyun
Copy link
Contributor

@zionyun zionyun commented Dec 26, 2024

refer to http://jira.cubrid.org/browse/CUBRIDQA-1244

하드 코딩되어있는 common.inc 를 통해 system table 결과를 master, slave에 출력 후 diff 하는 과정이 있습니다.
common.inc의 db_stored_procedure table sql문을 수정합니다.

`public Test(Context context, String envId) throws Exception {
this.context = context;
this.hostManager = new InstanceManager(context, envId);

	this.mlog = new Log(CommonUtils.concatFile(context.getCurrentLogDir(), "test_" + envId + ".log"), false, context.isContinueMode());
	this.finishedLog = new Log(CommonUtils.concatFile(context.getCurrentLogDir(), "dispatch_tc_FIN_" + envId + ".txt"), false, context.isContinueMode());
	this.commonReader = new CommonReader(CommonUtils.concatFile(com.navercorp.cubridqa.common.Constants.ENV_CTP_HOME + "/ha_repl/lib", "common.inc"));
}

`

@zionyun zionyun requested a review from kwonhoil December 26, 2024 09:47
@zionyun zionyun changed the title [CUBRIDQA-1244] ha_rep 시스템 뷰 조회 시 특정 컬럼을 제외 [CUBRIDQA-1244] ha_repl 시스템 뷰 조회 시 특정 컬럼을 제외 Dec 26, 2024
@zionyun zionyun merged commit ff15750 into CUBRID:develop Dec 26, 2024
1 check passed
@zionyun zionyun deleted the cubridqa-1244 branch December 26, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants