fix: start PromEx after Registries #464
Triggered via pull request
December 23, 2024 10:14
Status
Failure
Total duration
13m 12s
Artifacts
–
elixir.yml
on: pull_request
Annotations
2 errors and 23 warnings
Run tests
Process completed with exit code 1.
|
Dialyze
Process completed with exit code 2.
|
Compile project in test env
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Compile project in test env
Mix.Config.merge/2 is deprecated. Use Config.Reader.merge/2 instead
|
Compile project in test env
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Compile project in test env
Mix.Config.eval!/2 is deprecated. Use Config.Reader.read_imports!/2 instead
|
Compile project in test env
Mix.Config.merge/2 is deprecated. Use Config.Reader.merge/2 instead
|
Compile project in test env
Mix.Config.persist/1 is deprecated. Use Application.put_all_env/2 instead
|
Compile project in test env
use Bitwise is deprecated. import Bitwise instead
|
Code style:
test/support/cluster.ex#L24
Numbers larger than 9999 should be written with underscores: 10_201
|
Code style:
test/support/fixtures/single_connection.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/protocol/client.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/tenants/cluster_tenants.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/tenants/cluster.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/protocol/client.ex#L6
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/pg_parser.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/helpers.ex#L330
Prefer using an implicit `try` rather than explicit `try`.
|
Code style:
lib/supavisor_web/controllers/metrics_controller.ex#L30
Do not use parentheses when defining a function which has no arguments.
|
Code style:
lib/supavisor/monitoring/osmon.ex#L64
Do not use parentheses when defining a function which has no arguments.
|
Run tests:
lib/supavisor/client_handler.ex#L44
:ranch.handshake/1 is undefined (module :ranch is not available or is yet to be defined)
|
Run tests:
lib/supavisor/application.ex#L37
:ranch.start_listener/5 is undefined (module :ranch is not available or is yet to be defined)
|
Run tests:
lib/supavisor/native_handler.ex#L26
:ranch.handshake/1 is undefined (module :ranch is not available or is yet to be defined)
|
Dialyze:
lib/supavisor/application.ex#L37
:ranch.start_listener/5 is undefined (module :ranch is not available or is yet to be defined)
|
Dialyze:
lib/supavisor/client_handler.ex#L44
:ranch.handshake/1 is undefined (module :ranch is not available or is yet to be defined)
|
Dialyze:
lib/supavisor/native_handler.ex#L26
:ranch.handshake/1 is undefined (module :ranch is not available or is yet to be defined)
|