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

[CBRD-25068] Increase session timeout value for isolation test due to performance degradation from memory monitoring #673

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

zionyun
Copy link
Contributor

@zionyun zionyun commented Jun 3, 2024

Due to memory monitoring, the performance of the debug mode has decreased, which is expected. In the Isolation debug test, the timeout for a session is set to 30 seconds, causing some queries to exceed this limit and resulting in failed test cases. To address this issue, the 'SHORT_DURATION_DEFAULT' value is increased from 30 seconds to 100 seconds.
(Setting it to 60 seconds still resulted in a failure. Changing it to 100 seconds.)

fail case list:
https://github.com/CUBRID/cubrid-testcases/blob/develop/isolation/_01_ReadCommitted/index_column/common_index/basic_sql/insert_insert_05.ctl
https://github.com/CUBRID/cubrid-testcases/blob/develop/isolation/_01_ReadCommitted/index_column/function_index/up_up_code_cov_01.ctl
https://github.com/CUBRID/cubrid-testcases/blob/develop/isolation/_06_features/cbrd_22705_online_index_parallel/_04_RepeatableRead_ReadCommitted/index_column/filter_index/basic_sql/insert_insert_01.ctl

@zionyun zionyun requested review from ssihil and kwonhoil June 12, 2024 08:17
@zionyun zionyun merged commit bfe217f into CUBRID:develop Jul 4, 2024
1 check passed
@zionyun zionyun deleted the memory_monitoring_ctp branch July 4, 2024 00:12
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.

3 participants