-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(server): e2e for missing jobs #15910
base: main
Are you sure you want to change the base?
Conversation
be01600
to
602230b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR doesn't really fix anything. Metadata extraction is different because it's the first job that inserts into the job status table. The other jobs all expect metadata extraction to have run already, so there's nothing wrong with assuming there's a job status row for these assets.
88b50f3
to
855c5ca
Compare
dca3f96
to
1144737
Compare
1144737
to
53660aa
Compare
You are correct. I've redone this PR to just add e2e tests to metadata and jobs to ensure the correct behavior of the "all" and "missing" buttons. |
48b4aea
to
12b5198
Compare
A follow-up on #15864 that improves the e2e tests and adds tests for metadata and thumbnails
Adds slightly more logging to job queue actions