test: integration test for stats on other nodes #622
Triggered via pull request
February 4, 2025 14:03
Status
Cancelled
Total duration
12m 49s
Artifacts
–
elixir.yml
on: pull_request
Fetch deps
11s
Formatting checks
11s
Code style
1m 27s
Run tests
1m 1s
Run integration tests
3m 50s
Dialyze
4m 56s
Annotations
5 errors and 13 warnings
Run tests
Canceling since a higher priority waiting request for 'Elixir tests-560' exists
|
Dialyze
Canceling since a higher priority waiting request for 'Elixir tests-560' exists
|
Dialyze
The operation was canceled.
|
Run integration tests
Canceling since a higher priority waiting request for 'Elixir tests-560' exists
|
Run integration tests
The operation was canceled.
|
Code style:
test/support/e2e_case.ex#L23
Nested modules could be aliased at the top of the invoking module.
|
Code style:
test/supavisor/monitoring/prom_ex_test.exs#L112
Nested modules could be aliased at the top of the invoking module.
|
Code style:
test/supavisor/monitoring/prom_ex_test.exs#L87
Nested modules could be aliased at the top of the invoking module.
|
Code style:
test/supavisor/monitoring/prom_ex_test.exs#L59
Nested modules could be aliased at the top of the invoking module.
|
Code style:
test/supavisor/client_handler/stats_test.exs#L105
Nested modules could be aliased at the top of the invoking module.
|
Code style:
test/support/e2e_case.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
test/support/downloader.ex#L1
Modules should have a @moduledoc tag.
|
Code style:
lib/supavisor/protocol/server.ex#L477
Do not use parentheses when defining a function which has no arguments.
|
Code style:
lib/supavisor/db_handler.ex#L316
Avoid negated conditions in if-else blocks.
|
Code style:
lib/supavisor/db_handler.ex#L302
Avoid negated conditions in if-else blocks.
|
Code style
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Dialyze
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Run integration tests
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|