Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-266, MXS-SPRINT-267, MXS-SPRINT-268
Description
See error when running sysbench with a custom lua script
FATAL: `thread_run' function failed: dbs.lua:17: SQL error, errno = 1279, state = 'R0001': [Exasol][Exasol Driver]Query terminated because timeout has been reached. (Session: 1859406234808811521) |
For reproduction see link
https://drive.google.com/drive/folders/1ZOx6_pn-6OUSPLjPj7FTcCXX9khbw_cw?usp=drive_link
yum install sysbench -y
|
time sysbench sysbench.lua --mysql-db=test --mysql-user=admin_user --mysql-port=3309 --mysql-host=127.0.0.1 --mysql-password=aBc123%% --events=150 --threads=50 --time=900 --histogram run |