Skip to content

pages build and deployment #82

pages build and deployment

pages build and deployment #82

GitHub Actions / Mix Tests on Elixir 1.16 / OTP 25 succeeded Sep 16, 2024 in 0s

157 passed, 0 failed and 0 skipped

Tests passed successfully

✅ _build/test/lib/logger_json/test-junit-report.xml

157 tests were completed in 12s with 157 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Elixir.LoggerJSON.EctoTest 3✅ 2ms
Elixir.LoggerJSON.Formatter.CodeTest 3✅ 0ms
Elixir.LoggerJSON.Formatter.MessageTest 8✅ 0ms
Elixir.LoggerJSON.Formatter.MetadataTest 10✅ 41ms
Elixir.LoggerJSON.Formatter.RedactorEncoderTest 23✅ 200ms
Elixir.LoggerJSON.Formatters.BasicTest 13✅ 4s
Elixir.LoggerJSON.Formatters.DatadogTest 20✅ 4s
Elixir.LoggerJSON.Formatters.ElasticTest 23✅ 349ms
Elixir.LoggerJSON.Formatters.GoogleCloudTest 28✅ 4s
Elixir.LoggerJSON.PlugTest 23✅ 7ms
Elixir.LoggerJSONTest 3✅ 1ms

✅ Elixir.LoggerJSON.EctoTest

✅ test telemetry_logging_handler/4 logs ecto queries received via telemetry event
✅ test telemetry_logging_handler/4 allows disabling logging at runtime
✅ test attach/3 attaches a telemetry handler

✅ Elixir.LoggerJSON.Formatter.CodeTest

✅ test format_function/2 returns the module and function name
✅ test format_function/3 returns the module, function name, and arity
✅ test format_function/2 returns the function name

✅ Elixir.LoggerJSON.Formatter.MessageTest

✅ test format_message/3 formats binary messages correctly
✅ test format_message/3 formats structured messages without callback correctly
✅ test format_message/3 formats crash messages correctly
✅ test format_message/3 formats report with default behavior
✅ test format_message/3 formats general message using Logger.Utils.scan_inspect
✅ test format_message/3 formats reports with complex callback and binary formatting
✅ test format_message/3 formats reports with callbacks for binary formatting
✅ test format_message/3 formats reports with custom callbacks altering the data

✅ Elixir.LoggerJSON.Formatter.MetadataTest

✅ test update_metadata_selector/2 raises if metadata is not a tuple with the application and module name
✅ test update_metadata_selector/2 takes metadata :all rule and updates it to exclude the given keys
✅ test update_metadata_selector/2 takes metadata from application env
✅ test take_metadata/2 takes metadata keys list and returns a map with the given keys
✅ test take_metadata/2 takes metadata :all_except rule and returns a map with all keys except listed ones
✅ test take_metadata/2 returns reserved keys if they are listed explicitly
✅ test take_metadata/2 takes metadata :all rule and returns a map with all keys
✅ test update_metadata_selector/2 takes metadata keys and returns a map with the given keys
✅ test take_metadata/2 does not return reserved keys
✅ test update_metadata_selector/2 takes metadata :all_except rule and returns a map with the given keys

✅ Elixir.LoggerJSON.Formatter.RedactorEncoderTest

✅ test encode/2 allows booleans
✅ test encode/2 converts nested tuples to nested lists
✅ test encode/2 converts tuples to lists
✅ test encode/2 allows printable strings
✅ test encode/2 doesn't choke on things that look like keyword lists but aren't
✅ test encode/2 redacts nested structures
✅ test encode/2 formats nested structures
✅ test encode/2 allows nils
✅ test encode/2 allows numbers
✅ property encode/2 converts any term so that it can be encoded with Jason
✅ test encode/2 allows dates and times
✅ test encode/2 inspects pids
✅ test encode/2 redacts values in structs
✅ test encode/2 allows decimals
✅ test encode/2 inspects functions
✅ test encode/2 strips structs when Jason.Encoder is derived for them
✅ test encode/2 redacts values in maps
✅ test encode/2 converts keyword lists to maps
✅ test encode/2 redacts values in keyword lists
✅ test encode/2 converts non-string map keys
✅ test encode/2 allows atoms
✅ test encode/2 strips Structs
✅ test encode/2 inspects non-printable binaries

✅ Elixir.LoggerJSON.Formatters.BasicTest

✅ property allows to log any structured messages
✅ test reads metadata from the given application env at given path
✅ test reads metadata from the given application env
✅ test logs message of a given level
✅ property allows to log any binary messages
✅ test logs OpenTelemetry span and trace ids
✅ test logs span and trace ids
✅ test logs http context
✅ test logs metadata
✅ test passing options to encoder
✅ test logs message with a keyword payload
✅ test logs exceptions
✅ test logs message with a map payload

✅ Elixir.LoggerJSON.Formatters.DatadogTest

✅ property allows to log any structured messages
✅ test logs exception http context
✅ test logs http context
✅ test logs an LogEntry of a given level
✅ test reads metadata from the given application env at given path
✅ property allows to log any binary messages
✅ test logs hostname
✅ test logs OpenTelemetry span and trace ids
✅ test reads metadata from the given application env
✅ test logs metadata
✅ test does not crash when OpenTelemetry span or trace ids are invalid
✅ test passing options to encoder
✅ test logs exceptions
✅ test logs reasons in tuple
✅ test logs throws
✅ test logs exits
✅ test logs process exits
✅ test logs an LogEntry with a keyword payload
✅ test logs span and trace ids
✅ test logs an LogEntry with a map payload

✅ Elixir.LoggerJSON.Formatters.ElasticTest

✅ test logs message with a map payload
✅ test logs throws
✅ test logged exception stacktrace is in default Elixir format
✅ test logs message with a keyword payload
✅ test logs Task/GenServer termination
✅ test reads metadata from the given application env
✅ test passing options to encoder
✅ test logs message of every level
✅ test logs span and trace ids
✅ test reads metadata from the given application env at given path
✅ test does not crash on invalid span and trace ids
✅ test logs caught errors
✅ test logs exceptions
✅ test does not crash on invalid OTEL span and trace ids
✅ test logs exception http context
✅ test logs exceptions with id and code
✅ test logs http context
✅ test logs exits
✅ test logs process exits
✅ test logs reasons in tuple
✅ test logs OpenTelemetry span and trace ids
✅ test logs metadata
✅ test logs an LogEntry with a map payload containing message

✅ Elixir.LoggerJSON.Formatters.GoogleCloudTest

✅ property allows to log any structured messages
✅ test logs metadata
✅ test logs request id
✅ test logs process exits
✅ test logs an LogEntry of a given level
✅ test logs exits
✅ test does not crash on unknown error tuples
✅ test logs Task/GenServer termination
✅ property allows to log any binary messages
✅ test logs an LogEntry with a keyword payload
✅ test does not crash on unknown errors
✅ test logs OpenTelemetry span and trace ids
✅ test logs throws
✅ test does not crash on invalid span and trace ids
✅ test logs span and trace ids without project_id
✅ test logs exception http context
✅ test does not crash on invalid OTEL span and trace ids
✅ test logs http context
✅ test logs reasons in tuple
✅ test logs exceptions
✅ test logged exception stacktrace is in Ruby format for Elixir errors
✅ test logs exception user context
✅ test reads metadata from the given application env
✅ test logs an LogEntry with a map payload
✅ test logs span and trace ids
✅ test passing options to encoder
✅ test reads metadata from the given application env at given path
✅ test logs an LogEntry when an operation

✅ Elixir.LoggerJSON.PlugTest

✅ test telemetry_logging_handler/4 for Basic formatter logs request latency and metadata
✅ test telemetry_logging_handler/4 for GoogleCloud formatter logs request latency and metadata
✅ test telemetry_logging_handler/4 for DataDog formatter allows disabling logging at runtime
✅ test telemetry_logging_handler/4 for Basic formatter logs unsent connections
✅ test telemetry_logging_handler/4 for Elastic formatter logs chunked responses
✅ test telemetry_logging_handler/4 for Elastic formatter allows disabling logging at runtime
✅ test telemetry_logging_handler/4 for Elastic formatter logs long-running responses
✅ test attach/3 attaches a telemetry handler
✅ test telemetry_logging_handler/4 for Basic formatter allows disabling logging at runtime
✅ test telemetry_logging_handler/4 returns :ok even when Logger is not called
✅ test telemetry_logging_handler/4 for DataDog formatter logs request latency and metadata
✅ test telemetry_logging_handler/4 for Elastic formatter logs unsent connections
✅ test telemetry_logging_handler/4 for DataDog formatter logs chunked responses
✅ test telemetry_logging_handler/4 for DataDog formatter logs requests
✅ test telemetry_logging_handler/4 for Elastic formatter logs request latency and metadata
✅ test telemetry_logging_handler/4 for DataDog formatter logs long-running responses
✅ test telemetry_logging_handler/4 for GoogleCloud formatter allows disabling logging at runtime
✅ test telemetry_logging_handler/4 for GoogleCloud formatter logs unsent connections
✅ test telemetry_logging_handler/4 for GoogleCloud formatter logs chunked responses
✅ test telemetry_logging_handler/4 for GoogleCloud formatter logs long-running responses
✅ test telemetry_logging_handler/4 for Basic formatter logs long-running responses
✅ test telemetry_logging_handler/4 for DataDog formatter logs unsent connections
✅ test telemetry_logging_handler/4 for Basic formatter logs chunked responses

✅ Elixir.LoggerJSONTest

✅ test configure_log_level/1 configures log level
✅ test configure_log_level/1 raises on invalid log level
✅ test configure_log_level_from_env/1 configures log level from environment variable