psu-libraries / etda_workflow

Electronic Theses and Dissertations Application: Admin, Author, and Committee Member workflows.
MIT License
3 stars 1 forks source link

Flaky test #828

Open ajkiessl opened 3 months ago

ajkiessl commented 3 months ago

The failing test below. The matching message has a timestamp that includes seconds. This often fails because the expect is a second off. Find a different method of matching, or make the timestamp less precise.

Bugsnag received :notify with unexpected arguments
         expected: ("More than 10% of LionPATH Submissions were tagged for deletion at 2024-08-21T13:22:59-04:00.  The de...ndicate that there was an issue with the LionPATH import or one of the CSVs used during the import.")
              got: ("More than 10% of LionPATH Submissions were tagged for deletion at 2024-08-21T13:22:58-04:00.  The de...ndicate that there was an issue with the LionPATH import or one of the CSVs used during the import.")

# ./spec/models/lionpath/lionpath_delete_expired_records_spec.rb:83