Add ability to cancel running jobs #171
ci.yml
on: pull_request
Check for duplicate runs
5s
Matrix: test
Annotations
50 errors and 32 warnings
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L272
test execute invalid module function (WorkerTest)
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L267
test worker with function clause error still sends stats (WorkerTest)
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L262
test worker with bad match (badmatch) still sends stats (WorkerTest)
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L257
test worker with arithmetic error (badarith) still sends stats (WorkerTest)
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L252
test worker normally terminated still sends stats (WorkerTest)
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L247
test worker killed still sends stats (WorkerTest)
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L242
test execute invalid module perform (WorkerTest)
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L235
test execute valid job with custom function (WorkerTest)
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L230
test execute worker raising error (WorkerTest)
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L225
test provide access to job metadata (WorkerTest)
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L272
test execute invalid module function (WorkerTest)
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L267
test worker with function clause error still sends stats (WorkerTest)
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L262
test worker with bad match (badmatch) still sends stats (WorkerTest)
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L257
test worker with arithmetic error (badarith) still sends stats (WorkerTest)
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L252
test worker normally terminated still sends stats (WorkerTest)
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L247
test worker killed still sends stats (WorkerTest)
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L242
test execute invalid module perform (WorkerTest)
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L235
test execute valid job with custom function (WorkerTest)
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L230
test execute worker raising error (WorkerTest)
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L225
test provide access to job metadata (WorkerTest)
|
|
Elixir 1.17 / OTP 27:
test/middleware_test.exs#L182
test calls chain for failed work (MiddlewareTest)
|
|
Elixir 1.17 / OTP 27:
test/worker_test.exs#L272
test execute invalid module function (WorkerTest)
|
|
Elixir 1.17 / OTP 27:
test/worker_test.exs#L267
test worker with function clause error still sends stats (WorkerTest)
|
|
Elixir 1.17 / OTP 27:
test/worker_test.exs#L262
test worker with bad match (badmatch) still sends stats (WorkerTest)
|
|
Elixir 1.17 / OTP 27:
test/worker_test.exs#L257
test worker with arithmetic error (badarith) still sends stats (WorkerTest)
|
|
Elixir 1.17 / OTP 27:
test/worker_test.exs#L252
test worker normally terminated still sends stats (WorkerTest)
|
|
Elixir 1.17 / OTP 27:
test/worker_test.exs#L247
test worker killed still sends stats (WorkerTest)
|
|
Elixir 1.17 / OTP 27:
test/worker_test.exs#L242
test execute invalid module perform (WorkerTest)
|
|
Elixir 1.17 / OTP 27:
test/worker_test.exs#L235
test execute valid job with custom function (WorkerTest)
|
|
Elixir 1.17 / OTP 27:
test/worker_test.exs#L230
test execute worker raising error (WorkerTest)
|
|
Elixir 1.18 / OTP 27:
test/worker_test.exs#L235
test execute valid job with custom function (WorkerTest)
|
|
Elixir 1.18 / OTP 27:
test/worker_test.exs#L230
test execute worker raising error (WorkerTest)
|
|
Elixir 1.18 / OTP 27:
test/middleware_test.exs#L194
test assigns error for failed work (MiddlewareTest)
|
|
Elixir 1.18 / OTP 27:
test/middleware_test.exs#L182
test calls chain for failed work (MiddlewareTest)
|
|
Elixir 1.18 / OTP 27:
test/exq_test.exs#L734
test clear lock when the job is dead (ExqTest)
|
|
Elixir 1.18 / OTP 27:
test/exq_test.exs#L501
test trim dead queue by timeout (ExqTest)
|
|
Elixir 1.18 / OTP 27:
test/exq_test.exs#L479
test trim dead queue by size (ExqTest)
|
|
Elixir 1.18 / OTP 27:
test/exq_test.exs#L472
test move to dead queue (ExqTest)
|
|
Elixir 1.18 / OTP 27:
test/performance_test.exs#L88
test performance for flakey workers (PerformanceTest)
|
|
Elixir 1.18 / OTP 27:
test/metadata_test.exs#L12
test associate job to worker pid (MetadataTest)
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L272
test execute invalid module function (WorkerTest)
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L267
test worker with function clause error still sends stats (WorkerTest)
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L262
test worker with bad match (badmatch) still sends stats (WorkerTest)
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L257
test worker with arithmetic error (badarith) still sends stats (WorkerTest)
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L252
test worker normally terminated still sends stats (WorkerTest)
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L247
test worker killed still sends stats (WorkerTest)
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L242
test execute invalid module perform (WorkerTest)
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L235
test execute valid job with custom function (WorkerTest)
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L230
test execute worker raising error (WorkerTest)
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L225
test provide access to job metadata (WorkerTest)
|
|
Elixir 1.15 / OTP 25:
test/api_test.exs#L278
Exq.Api.remove_retry/2 is deprecated. use remove_retry_jobs/2
|
|
Elixir 1.15 / OTP 25:
test/api_test.exs#L245
Exq.Api.remove_job/3 is deprecated. use remove_enqueued_jobs/3
|
|
Elixir 1.15 / OTP 25:
test/api_test.exs#L376
Exq.Api.remove_failed/2 is deprecated. use remove_failed_jobs/2
|
|
Elixir 1.15 / OTP 25:
test/exq_test.exs#L414
Exq.Api.find_failed/2 is deprecated. use find_failed/4
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L54
this check/guard will always yield the same result
|
|
Elixir 1.15 / OTP 25:
test/worker_test.exs#L48
the call to //2 will fail with ArithmeticError
|
|
Elixir 1.15 / OTP 25:
test/performance_test.exs#L33
this check/guard will always yield the same result
|
|
Elixir 1.15 / OTP 25:
test/performance_test.exs#L32
the call to //2 will fail with ArithmeticError
|
|
Elixir 1.15 / OTP 25:
test/exq_test.exs#L645
variable "args" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
Elixir 1.15 / OTP 25:
test/exq_test.exs#L606
variable "j1" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
Elixir 1.15 / OTP 25
use Bitwise is deprecated. import Bitwise instead
|
|
Elixir 1.12 / OTP 24:
test/api_test.exs#L333
Exq.Api.remove_scheduled/2 is deprecated. use remove_scheduled_jobs/2
|
|
Elixir 1.12 / OTP 24:
test/api_test.exs#L278
Exq.Api.remove_retry/2 is deprecated. use remove_retry_jobs/2
|
|
Elixir 1.12 / OTP 24:
test/api_test.exs#L245
Exq.Api.remove_job/3 is deprecated. use remove_enqueued_jobs/3
|
|
Elixir 1.12 / OTP 24:
test/api_test.exs#L376
Exq.Api.remove_failed/2 is deprecated. use remove_failed_jobs/2
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L54
this check/guard will always yield the same result
|
|
Elixir 1.12 / OTP 24:
test/worker_test.exs#L48
the call to //2 will fail with ArithmeticError
|
|
Elixir 1.12 / OTP 24:
test/performance_test.exs#L33
this check/guard will always yield the same result
|
|
Elixir 1.12 / OTP 24:
test/performance_test.exs#L32
the call to //2 will fail with ArithmeticError
|
|
Elixir 1.12 / OTP 24:
test/exq_test.exs#L645
variable "args" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
Elixir 1.12 / OTP 24:
test/exq_test.exs#L606
variable "j1" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
Elixir 1.14 / OTP 25:
test/api_test.exs#L278
Exq.Api.remove_retry/2 is deprecated. use remove_retry_jobs/2
|
|
Elixir 1.14 / OTP 25:
test/api_test.exs#L245
Exq.Api.remove_job/3 is deprecated. use remove_enqueued_jobs/3
|
|
Elixir 1.14 / OTP 25:
test/api_test.exs#L376
Exq.Api.remove_failed/2 is deprecated. use remove_failed_jobs/2
|
|
Elixir 1.14 / OTP 25:
test/exq_test.exs#L414
Exq.Api.find_failed/2 is deprecated. use find_failed/4
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L54
this check/guard will always yield the same result
|
|
Elixir 1.14 / OTP 25:
test/worker_test.exs#L48
the call to //2 will fail with ArithmeticError
|
|
Elixir 1.14 / OTP 25:
test/performance_test.exs#L33
this check/guard will always yield the same result
|
|
Elixir 1.14 / OTP 25:
test/performance_test.exs#L32
the call to //2 will fail with ArithmeticError
|
|
Elixir 1.14 / OTP 25:
test/exq_test.exs#L645
variable "args" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
Elixir 1.14 / OTP 25:
test/exq_test.exs#L606
variable "j1" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
Elixir 1.14 / OTP 25
use Bitwise is deprecated. import Bitwise instead
|