Skip to content

1237 update deadletter status #696

1237 update deadletter status

1237 update deadletter status #696

Triggered via pull request September 21, 2023 21:04
Status Failure
Total duration 3m 3s
Artifacts

forklift.yml

on: pull_request
Verify Application
2m 48s
Verify Application
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Verify Application
test on dataset:update event ensures table exists for ingestible dataset (Forklift.Event.EventHandlingTest)
Verify Application
test on dataset:update event does not create table for non-ingestible dataset (Forklift.Event.EventHandlingTest)
Verify Application
test on data:ingest:start event ensures dataset topic exists (Forklift.Event.EventHandlingTest)
Verify Application
test should delete dataset when dataset:delete event handle is called (Forklift.Event.EventHandlingTest)
Verify Application
test on dataset:update event does not send dataset_update event when table already exists (Forklift.Event.EventHandlingTest)
Verify Application
test on data:ingest:end event tears reader infrastructure down (Forklift.Event.EventHandlingTest)
Verify Application
test should sent ingestion_complete event when data is finished writing to the table (Forklift.DataWriterTest)
Verify Application
test should sent data write complete event log when data is finished writing to the table (Forklift.DataWriterTest)
Verify Application
test compaction *is* kicked off if end_of_data message is received (Forklift.DataWriterTest)
Verify Application
test should not sent data write complete event log when data is not finished writing to the table (Forklift.DataWriterTest)
Verify Application
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Verify Application: deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
Verify Application
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Verify Application
this clause cannot match because a previous clause at line 2 always matches
Verify Application
this clause cannot match because a previous clause at line 2 always matches
Verify Application
this clause cannot match because a previous clause at line 2 always matches
Verify Application
Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Verify Application
Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
Verify Application
Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
Verify Application
module attribute @requirements was set but never used
Verify Application
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead