Skip to content

Fix matching exception message#16977

Merged
findepi merged 1 commit intotrinodb:masterfrom
ppalucha:pp/fix-exception-matching
Apr 12, 2023
Merged

Fix matching exception message#16977
findepi merged 1 commit intotrinodb:masterfrom
ppalucha:pp/fix-exception-matching

Conversation

@ppalucha
Copy link
Copy Markdown
Member

@ppalucha ppalucha commented Apr 12, 2023

Description

Exception message that we try to catch here contains catalog and schema name, for example:

line 1:15: Table 'singlestore.tpch.tmp_trino_141fe118_3e367852' does not exist

Therefore, the message was not matched properly.

Additional context and related issues

This fixes flaky test I encountered in my fork.

Release notes

(x) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

Exception message contains catalog and schema name,
for example:
line 1:15: Table 'singlestore.tpch.tmp_trino_141fe118_3e367852' does not exist
@cla-bot cla-bot bot added the cla-signed label Apr 12, 2023
@ppalucha ppalucha requested review from findepi and losipiuk April 12, 2023 10:54
@findepi findepi merged commit 55a857d into trinodb:master Apr 12, 2023
@github-actions github-actions bot added this to the 413 milestone Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants