Skip to content

feat: support batching #352

feat: support batching

feat: support batching #352

Re-run triggered November 26, 2023 21:25
Status Failure
Total duration 1m 52s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 15 warnings
Linter
Process completed with exit code 2.
Test (Elixir 1.14 / OTP 25.3): test/inngest/function/cases/failure_handler_test.exs#L11
test should fail after retrying and failure is handled (Inngest.Function.Cases.RetriableTest)
Test (Elixir 1.14 / OTP 25.3)
Process completed with exit code 2.
Test (Elixir 1.15 / OTP 25.3)
The job was canceled because "_1_14_25_3" failed.
Test (Elixir 1.14 / OTP 24.3)
The job was canceled because "_1_14_25_3" failed.
Test (Elixir 1.14 / OTP 24.3)
The operation was canceled.
Linter: lib/inngest/function.ex#L80
Avoid long quote blocks.
Linter: lib/inngest/function.ex#L236
Function body is nested too deep (max depth is 2, was 3).
Linter: lib/inngest/function.ex#L236
Function body is nested too deep (max depth is 2, was 3).
Test (Elixir 1.15 / OTP 24.3)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test (Elixir 1.15 / OTP 24.3)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (Elixir 1.15 / OTP 25.3)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test (Elixir 1.15 / OTP 25.3)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead