jayvdb added a comment.
For the first approach, we could store the structured unit test result data for each job in the repository , and then use a `diff` like comparison (after ignoring date stamps, etc) to confirm the new test results are identical to the stored results. This would require that the data structure is either internally stable (objects dont move around for no good reason), or is easily made stable (e.g. sorting the internal objects by a key). TASK DETAIL https://phabricator.wikimedia.org/T135795 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Aklapper, Zppix, jayvdb, pywikibot-bugs-list _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
