Skip to content

feat: idempotency support #366

feat: idempotency support

feat: idempotency support #366

Triggered via pull request November 27, 2023 05:18
Status Failure
Total duration 1m 45s
Artifacts

ci.yml

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

Annotations

6 errors and 8 warnings
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/cases/sleep_test.exs#L10
test should run successfully (Inngest.Function.Cases.SleepTest)
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/wait_for_event_test.exs#L10
test should have access to event when fulfilled (Inngest.Function.Cases.WaitForEventTest)
Test (Elixir 1.15 / 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.15 / OTP 25.3)
Process completed with exit code 2.
Test (Elixir 1.15 / OTP 25.3): test/inngest/function/cases/rate_limit_test.exs#L25
variable "run_id" is unused (if the variable is not meant to be used, prefix it with an underscore)
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.14 / OTP 25.3): test/inngest/function/cases/rate_limit_test.exs#L25
variable "run_id" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (Elixir 1.15 / OTP 24.3): test/inngest/function/cases/rate_limit_test.exs#L25
variable "run_id" is unused (if the variable is not meant to be used, prefix it with an underscore)
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.14 / OTP 24.3): test/inngest/function/cases/rate_limit_test.exs#L25
variable "run_id" is unused (if the variable is not meant to be used, prefix it with an underscore)