feat(evals): add regression eval for edge function console output (mcp#375) - #271
Open
Rjabov wants to merge 1 commit into
Open
feat(evals): add regression eval for edge function console output (mcp#375)#271Rjabov wants to merge 1 commit into
Rjabov wants to merge 1 commit into
Conversation
|
@Rjabov is attempting to deploy a commit to the Supabase Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a regression eval for supabase/mcp#375 (fix in supabase/mcp#376). @mattrossman asked for one there before the fix lands.
An
order-syncedge function returns 200 on every call but logs a missing warehouse SKU withconsole.error, and the user asks for the exact error. The request envelopes infunction_edge_logsshow nothing wrong; the error text is only infunction_logs.event_message, which the currentquery_logshint doesn't mention. The scorer is deterministic: the answer has to quote the SKU and name one of the affected orders.Checked with the published mcp-server-supabase 0.12.0 over stdio against platform-lite:
get_logsis hidden, the hint names neitherfunction_logsnorevent_message, and the error text is only reachable throughevent_message. eval:dry, biome and typecheck pass. I haven't run an agent on it (no API credits), so could someone addrun-evals-changed? Allow edits by maintainers is on.