Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ecto for otp26 #420

Merged
merged 20 commits into from
Jan 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try the same runner as unit test
XiXiaPdx committed Jan 3, 2024
commit 451741520b9eb11142819f1c7798a0e603913da2
3 changes: 2 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,8 @@ jobs:

integration_test:
name: Integration Tests - Elixir ${{matrix.elixir}} / OTP ${{matrix.otp}}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting that latest wasn't working. I wonder if ubuntu-22.04 will work 🤔

# continue-on-error: true

strategy:
matrix:
2 changes: 1 addition & 1 deletion examples/apps/redix_example/test/redix_example_test.exs
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ defmodule RedixExampleTest do
end)

assert err_event[:"peer.address"] == "localhost:6379"
assert err_event[:"redix.error"] == "unknown POSIX error: timeout"
assert err_event[:"redix.error"] =~ "timeout"
end

defp request(path) do