-

@ Laeserin
2025-04-02 06:19:17
We have a separate set of regression tests on the test DB.
This is to create events to test changes we make to the structure of that DB, or to test interfaces with the DB, or to check events that failed on prod (from support), or for the devs to use in their unit tests, or to create events that we can present to the customer during the requirements phase (they can then check, if our event could be processed on their side).
We've been using an Excel Sheet and a complicated bash script and manual editing of the resulting events before, but that is really sluggish and slow and the test data isn't very realistic.
The entire SuT is being redesigned and rewritten and migrated, so this is my chance to scrap the whole test system and start over more "smartly" because they're giving us a corporate ChatGPT account, with the rewrite.
Seems like an ORM+AI is the simplest implementation that could work, for all of those use cases.