Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Analise the failure of Autopilot concurrency queryAndDataMod
the test set concurrency queryAndDataMod of Autopilot failed at the first test Type == cpimport due to Test System getting in a lack of disk space.
Analise the reason of surpassing the predefined in the test scripts load data iterations
causing the test failure.
test table consuming the entire disk space during the execution of the first test type :
MariaDB [(none)]> call columnstore_info.table_usage('mytest', 'lineitem');
-----------------------------------------------------------------
TABLE_SCHEMA | TABLE_NAME | DATA_DISK_USAGE | DICT_DATA_USAGE | TOTAL_USAGE |
-----------------------------------------------------------------
mytest | lineitem | 560.09 GB | 183.26 GB | 743.35 GB |
-----------------------------------------------------------------
1 row in set (4 min 18.879 sec)