rails/activestorage/test
chaadow 2edcda8576 Discard unrepresentable blobs while preprocessing
Preprocessing "unpresentable" blobs (neither variabe, nor previewable)
will result in a `ActiveStorage::UnrepresentableError`, which will retry
following `ActiveJob::Base` default retry logic.

This commit discards any blob that's not representable to cleanup the
job adapter queue.
2023-11-17 22:44:07 +01:00
..
analyzer Fix VideoAnalyzerTest with FFmpeg 6.0 2023-10-31 11:53:54 -05:00
controllers Fix strict loading for Active Storage previews 2023-11-13 10:58:50 -06:00
database Fix ActiveStorage tests for load_defaults 7.0 2021-06-21 07:44:33 +09:00
dummy fix typo in production initializer generator 2023-11-16 15:00:07 -08:00
fixtures Reduce file size of tiff image in Active Storage 2021-08-12 11:37:44 -03:00
jobs Discard unrepresentable blobs while preprocessing 2023-11-17 22:44:07 +01:00
models Discard unrepresentable blobs while preprocessing 2023-11-17 22:44:07 +01:00
previewer Active Storage: raise PreviewError when a preview cannot be generated 2021-02-26 14:06:52 -05:00
service Enable Minitest/LiteralAsActualArgument 2023-09-13 10:09:32 +09:00
template Extend audio_tag and video_tag to accept Active Storage attachments. 2022-03-14 02:05:37 -03:00
urls Make vips the default variant processor for new apps 2021-07-14 14:26:43 -03:00
engine_test.rb Add config option to not touch records 2023-10-20 14:41:57 -04:00
fixture_set_test.rb Enable Minitest/LiteralAsActualArgument 2023-09-13 10:09:32 +09:00
javascript_package_test.rb Update JavascriptPackageTest for Active Storage 2023-11-05 15:13:33 -06:00
migrations_test.rb Respect Active Record's primary_key_type in Active Storage migrations 2021-06-11 11:51:07 +03:00
test_helper.rb Ensure globals reset after Active Storage tests 2023-11-13 10:52:17 -06:00