[CBRD-25068] Increase session timeout value for isolation test due to performance degradation from memory monitoring #673
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.
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