6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

Added/Updated bugs\gh_6932_test.py. Increased min_version to 4.x because of ability to query config only since FB 4.x - see 'TempTableDirectory'

This commit is contained in:
zotov 2022-09-20 21:27:08 +03:00
parent 34e4ae0f0f
commit 56d0e6afc6

View File

@ -13,7 +13,7 @@ DESCRIPTION:
After this, we make loop for <ITER_COUNT> iterations and do on each of them: After this, we make loop for <ITER_COUNT> iterations and do on each of them:
* drop GTT; * drop GTT;
* create GTT (with new name); * create GTT (with new name);
* add some data into just created GTT * add some data into just created GTT;
* get GTT file size and add it to the list for further analysis (see 'gtt_size_list.append(...)') * get GTT file size and add it to the list for further analysis (see 'gtt_size_list.append(...)')
Finally, we scan list 'gtt_size_list' (starting from 2nd element) and evaluate DIFFERENCE between size of GTT file Finally, we scan list 'gtt_size_list' (starting from 2nd element) and evaluate DIFFERENCE between size of GTT file