Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Bug: Thread timeout is always triggered when streaming results output (MacOS) #90

@tkopets

Description

@tkopets

Issue Type: Bugfix/Errors
Version: v0.9.0
OS: MacOS
RDBMS: MySQL, PostgreSQL (probably all)

Description

When any SQLTools command is run (Exec Query, Table Description, Show Records) you always get a thread_timeout related message, after thread_timeout seconds has passed.

Command execution time exceeded 'thread_timeout'.
Process killed!

Note: cannot reproduce on Windows (most probably issue is relevant only for MacOS and Linux).

Steps to Reproduce

  1. set "use_streams": true in settings, configure connections
  2. select connection
  3. run any command that involves DB CLI (Exec Query, Table Description, Show Records)

Expected behavior: Only the output from DB CLI is expected in SQLTools output

Actual behavior: Additional message

Command execution time exceeded 'thread_timeout'.
Process killed!

is displayed in the SQLTools output after thread_timeout seconds has passed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions