Skip to content

replace db_connection with rw lock #387

replace db_connection with rw lock

replace db_connection with rw lock #387

Triggered via pull request July 19, 2023 12:04
Status Failure
Total duration 3m 50s
Artifacts

ci.yml

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

Annotations

27 errors and 8 warnings
Lint (ubuntu-20.04, 1.15, 26)
Process completed with exit code 8.
Test Elixir 1.15, OTP 24, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.15, OTP 24, OS ubuntu-20.04
Process completed with exit code 2.
Test Elixir 1.13, OTP 24, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.13, OTP 24, OS ubuntu-20.04
Process completed with exit code 2.
Test Elixir 1.15, OTP 26, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.15, OTP 26, OS ubuntu-20.04
Process completed with exit code 2.
Test Elixir 1.14, OTP 26, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.14, OTP 26, OS ubuntu-20.04
Process completed with exit code 2.
Test Elixir 1.15, OTP 25, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.15, OTP 25, OS ubuntu-20.04
Process completed with exit code 2.
Test Elixir 1.13, OTP 25, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.13, OTP 25, OS ubuntu-20.04
Process completed with exit code 2.
Test Elixir 1.12, OTP 24, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.12, OTP 24, OS ubuntu-20.04
Process completed with exit code 1.
Test Elixir 1.14, OTP 24, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.14, OTP 24, OS ubuntu-20.04
Process completed with exit code 2.
Test Elixir 1.14, OTP 23, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.14, OTP 23, OS ubuntu-20.04
Process completed with exit code 2.
Test Elixir 1.14, OTP 25, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.14, OTP 25, OS ubuntu-20.04
Process completed with exit code 2.
Test Elixir 1.13, OTP 23, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.13, OTP 23, OS ubuntu-20.04
Process completed with exit code 2.
Test Elixir 1.12, OTP 23, OS ubuntu-20.04: test/exqlite/rw_connection_test.exs#L119
test read_query concurrent (Exqlite.RWConnectionTest)
Test Elixir 1.12, OTP 23, OS ubuntu-20.04
Process completed with exit code 1.
Test Elixir 1.15, OTP 26, OS windows-2019: test/exqlite/extensions_test.exs#L6
test enable_load_extension loading can be enabled / disabled (Exqlite.ExtensionsTest)
Test Elixir 1.15, OTP 26, OS windows-2019
Process completed with exit code 1.
Lint (ubuntu-20.04, 1.15, 26)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Lint (ubuntu-20.04, 1.15, 26): lib/exqlite/rw_connection.ex#L205
Function body is nested too deep (max depth is 2, was 3).
Test Elixir 1.15, OTP 24, OS ubuntu-20.04
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test Elixir 1.15, OTP 26, OS ubuntu-20.04
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test Elixir 1.15, OTP 25, OS ubuntu-20.04
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test Elixir 1.15, OTP 24, OS windows-2019
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test Elixir 1.15, OTP 25, OS windows-2019
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test Elixir 1.15, OTP 26, OS windows-2019
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead