Skip to content

feat: support batching #353

feat: support batching

feat: support batching #353

Triggered via pull request November 26, 2023 21:45
@darwin67darwin67
synchronize #66
feat/batching
Status Failure
Total duration 1m 58s
Artifacts

ci.yml

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

Annotations

35 errors and 13 warnings
Linter
Process completed with exit code 2.
Test (Elixir 1.15 / OTP 25.3): test/inngest/function/cases/no_retry_test.exs#L10
test should fail without retrying (Inngest.Function.Cases.NoRetryTest)
Test (Elixir 1.15 / OTP 25.3): test/inngest/function/cases/wait_for_event_test.exs#L42
test should get nil when not fulfilled (Inngest.Function.Cases.WaitForEventTest)
Test (Elixir 1.15 / OTP 25.3): test/inngest/function/cases/send_event_test.exs#L10
test should run successfully (Inngest.Function.Cases.SendEventTest)
Test (Elixir 1.15 / OTP 25.3): test/inngest/function/cases/sleep_until_test.exs#L10
test should run successfully (Inngest.Function.Cases.SleepUntilTest)
Test (Elixir 1.15 / OTP 25.3): test/inngest/function/cases/no_step_test.exs#L10
test should run successfully (Inngest.Function.Cases.NoStepTest)
Test (Elixir 1.15 / OTP 25.3): test/inngest/function/cases/multi_step_test.exs#L10
test should run successfully (Inngest.Function.Cases.MultiStepTest)
Test (Elixir 1.15 / OTP 25.3): test/inngest/function_test.exs#L31
test serve/1 event function should return approprivate map (Inngest.FunctionTest)
Test (Elixir 1.15 / OTP 25.3): test/inngest/function_test.exs#L56
test serve/1 cron function should return appropriate map (Inngest.FunctionTest)
Test (Elixir 1.15 / OTP 25.3): test/inngest/function_test.exs#L15
test name/0 return name of function (Inngest.FunctionTest)
Test (Elixir 1.15 / OTP 25.3): test/inngest/function_test.exs#L9
test slug/0 return name of function as slug (Inngest.FunctionTest)
Test (Elixir 1.15 / OTP 24.3)
The job was canceled because "_1_15_25_3" failed.
Test (Elixir 1.15 / OTP 24.3)
The operation was canceled.
Test (Elixir 1.14 / OTP 25.3)
The job was canceled because "_1_15_25_3" failed.
Test (Elixir 1.14 / OTP 25.3): test/inngest/function/cases/sleep_test.exs#L10
test should run successfully (Inngest.Function.Cases.SleepTest)
Test (Elixir 1.14 / OTP 25.3): test/inngest/function/cases/no_step_test.exs#L10
test should run successfully (Inngest.Function.Cases.NoStepTest)
Test (Elixir 1.14 / OTP 25.3): test/inngest/function/cases/send_event_test.exs#L10
test should run successfully (Inngest.Function.Cases.SendEventTest)
Test (Elixir 1.14 / OTP 25.3): test/inngest/function/cases/multi_step_test.exs#L10
test should run successfully (Inngest.Function.Cases.MultiStepTest)
Test (Elixir 1.14 / OTP 25.3): test/inngest/function/cases/sleep_until_test.exs#L10
test should run successfully (Inngest.Function.Cases.SleepUntilTest)
Test (Elixir 1.14 / OTP 25.3): test/inngest/function/cases/no_retry_test.exs#L10
test should fail without retrying (Inngest.Function.Cases.NoRetryTest)
Test (Elixir 1.14 / OTP 25.3): test/inngest/function_test.exs#L9
test slug/0 return name of function as slug (Inngest.FunctionTest)
Test (Elixir 1.14 / OTP 25.3): test/inngest/function_test.exs#L15
test name/0 return name of function (Inngest.FunctionTest)
Test (Elixir 1.14 / OTP 25.3): test/inngest/function_test.exs#L56
test serve/1 cron function should return appropriate map (Inngest.FunctionTest)
Test (Elixir 1.14 / OTP 25.3): test/inngest/function_test.exs#L31
test serve/1 event function should return approprivate map (Inngest.FunctionTest)
Test (Elixir 1.14 / OTP 24.3)
The job was canceled because "_1_15_25_3" failed.
Test (Elixir 1.14 / OTP 24.3): test/inngest/function/cases/multi_step_test.exs#L10
test should run successfully (Inngest.Function.Cases.MultiStepTest)
Test (Elixir 1.14 / OTP 24.3): test/inngest/function/cases/sleep_until_test.exs#L10
test should run successfully (Inngest.Function.Cases.SleepUntilTest)
Test (Elixir 1.14 / OTP 24.3): test/inngest/function/cases/sleep_test.exs#L10
test should run successfully (Inngest.Function.Cases.SleepTest)
Test (Elixir 1.14 / OTP 24.3): test/inngest/function/cases/no_step_test.exs#L10
test should run successfully (Inngest.Function.Cases.NoStepTest)
Test (Elixir 1.14 / OTP 24.3): test/inngest/function/cases/no_retry_test.exs#L10
test should fail without retrying (Inngest.Function.Cases.NoRetryTest)
Test (Elixir 1.14 / OTP 24.3): test/inngest/function/cases/send_event_test.exs#L10
test should run successfully (Inngest.Function.Cases.SendEventTest)
Test (Elixir 1.14 / OTP 24.3): test/inngest/function_test.exs#L15
test name/0 return name of function (Inngest.FunctionTest)
Test (Elixir 1.14 / OTP 24.3): test/inngest/function_test.exs#L56
test serve/1 cron function should return appropriate map (Inngest.FunctionTest)
Test (Elixir 1.14 / OTP 24.3): test/inngest/function_test.exs#L31
test serve/1 event function should return approprivate map (Inngest.FunctionTest)
Test (Elixir 1.14 / OTP 24.3): test/inngest/function_test.exs#L9
test slug/0 return name of function as slug (Inngest.FunctionTest)
Linter: lib/inngest/function.ex#L80
Avoid long quote blocks.
Linter: lib/inngest/function.ex#L216
Function body is nested too deep (max depth is 2, was 3).
Linter: lib/inngest/function.ex#L216
Function body is nested too deep (max depth is 2, was 3).
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
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