-
Notifications
You must be signed in to change notification settings - Fork 185
Labels
type: bugSomething isn't workingSomething isn't working
Description
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
sdht0
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working