Skip to content

fix(eval): Venue Booking merge uses customer field - #29

Merged
azzaxp merged 2 commits into
developfrom
fix/eval-guest-merge-venue-field
Aug 13, 2026
Merged

fix(eval): Venue Booking merge uses customer field#29
azzaxp merged 2 commits into
developfrom
fix/eval-guest-merge-venue-field

Conversation

@azzaxp

@azzaxp azzaxp commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Guest merge pointed Venue Booking at a non-existent guest column; use customer and skip missing link fields.
  • Eval harness rolls each check back to its own savepoint so one OperationalError cannot poison later tests.
  • Clearer assertions on the POS table-map check.

Test plan

  • CI Backend eval harness reports 75/75 passed
  • Merge two guests that have Venue Booking / Security Deposit links without SQL errors

Made with Cursor

azzaxp and others added 2 commits August 14, 2026 00:33
Guest merge listed Venue Booking under guest, but the doctype links
via customer — that aborted the harness transaction and flaked later
POS checks. Skip missing link fields and isolate each eval check
behind its own savepoint.

Co-authored-by: Cursor <cursoragent@cursor.com>
MariaDB date(now()) is UTC; creation follows the site timezone. After
18:30 UTC on IST sites every fire reset to kot_no=1 and the eval
assert flaked. Bound the max() query with frappe's today() instead.

Co-authored-by: Cursor <cursoragent@cursor.com>
@azzaxp
azzaxp merged commit bbd310d into develop Aug 13, 2026
4 checks passed
@azzaxp
azzaxp deleted the fix/eval-guest-merge-venue-field branch August 13, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant