Skip to content

Bug: Update Test Rewriter #5739

@tgahunia05

Description

@tgahunia05

Kuzu version

0.10.0.6

What operating system are you using?

MacOS

What happened?

For post 0.11.0
I experienced this using the test rewriter to update the badkeys test in the llm extension.

The test rewriter has an unreasonable way of handling error regex. What it should do is attempt to match the actual error message with the expected error regex.

If the message does not fix the regex it should update the test with the produced error message (overwriting the regex in the process).

What it currently does is keep the regex so long as the actual output is an error (no matching attempts are made). This is unreasonable and can mask away issues like tests needing updates.

Are there known steps to reproduce?

No response

Metadata

Metadata

Assignees

Labels

type: bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions