Skip to content

chore: test with orioledb as well#1812

Draft
edgurgel wants to merge 1 commit intomainfrom
chore/test-orioledb
Draft

chore: test with orioledb as well#1812
edgurgel wants to merge 1 commit intomainfrom
chore/test-orioledb

Conversation

@edgurgel
Copy link
Copy Markdown
Member

What kind of change does this PR introduce?

test with postgres + orioledb

@blacksmith-sh
Copy link
Copy Markdown
Contributor

blacksmith-sh Bot commented Apr 14, 2026

Found 46 test failures on Blacksmith runners:

Failures

Test View Logs
test access token refresh ChannelShutdown include sub if available in jwt claims (Realt
ime.Integration.RtChannel.TokenHandlingTest) › Parameters: %{serializer: Phoenix.Socket
.V1.JSONSerializer} › test/integration/rt_channel/
token_handling_test.exs:264 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test access token refresh ChannelShutdown include sub if available in jwt claims (Realt
ime.Integration.RtChannel.TokenHandlingTest) › Parameters: %{serializer: RealtimeWeb.So
cket.V2Serializer} › test/integration/rt_channel/
token_handling_test.exs:264 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test access token refresh on expired access_token the socket sends an error message (Re
altime.Integration.RtChannel.TokenHandlingTest) › Parameters: %{serializer: Phoenix.Soc
ket.V1.JSONSerializer} › test/integration/rt_channel/
token_handling_test.exs:230 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test access token refresh on expired access_token the socket sends an error message (Re
altime.Integration.RtChannel.TokenHandlingTest) › Parameters: %{serializer: RealtimeWeb
.Socket.V2Serializer} › test/integration/rt_channel/
token_handling_test.exs:230 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test access token refresh on new access_token and channel is private policies are reeva
luated for read policy (Realtime.Integration.RtChannel.TokenHandlingTest) › Parameters:
%{serializer: Phoenix.Socket.V1.JSONSerializer} › test/integration/rt_channel/
token_handling_test.exs:112 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test access token refresh on new access_token and channel is private policies are reeva
luated for read policy (Realtime.Integration.RtChannel.TokenHandlingTest) › Parameters:
%{serializer: RealtimeWeb.Socket.V2Serializer} › test/integration/rt_channel/
token_handling_test.exs:112 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test access token refresh on new access_token and channel is private policies are reeva
luated for write policy (Realtime.Integration.RtChannel.TokenHandlingTest) › Parameters
: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/integration/rt_channel/
token_handling_test.exs:141 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test access token refresh on new access_token and channel is private policies are reeva
luated for write policy (Realtime.Integration.RtChannel.TokenHandlingTest) › Parameters
: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/integration/rt_channel/
token_handling_test.exs:141 › ** (DBConnection.ConnectionError) tcp recv: closed (the c
onnection was closed by the pool, possibly due to a timeout or because the pool has bee
n terminated)/stacktrace
View Logs
test access token refresh on new access_token and channel is public policies are not re
evaluated (Realtime.Integration.RtChannel.TokenHandlingTest) › Parameters: %{serializer
: Phoenix.Socket.V1.JSONSerializer} › test/integration/rt_channel/
token_handling_test.exs:182 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test access token refresh on new access_token and channel is public policies are not re
evaluated (Realtime.Integration.RtChannel.TokenHandlingTest) › Parameters: %{serializer
: RealtimeWeb.Socket.V2Serializer} › test/integration/rt_channel/
token_handling_test.exs:182 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test access token refresh on sb prefixed access_token the socket ignores the message an
d respects JWT expiry time (Realtime.Integration.RtChannel.TokenHandlingTest) › Paramet
ers: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/integration/rt_channel/
token_handling_test.exs:295 › ** (DBConnection.ConnectionError) tcp recv: closed (the c
onnection was closed by the pool, possibly due to a timeout or because the pool has bee
n terminated)/stacktrace
View Logs
test handle/
3 handle payload size excedding limits in public channels (RealtimeWeb.RealtimeChannel.
BroadcastHandlerTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} › t
est/realtime_web/channels/realtime_channel/
broadcast_handler_test.exs:392 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cance
ling statement due to user request/stacktrace
View Logs
test handle/
3 handle payload size excedding limits in public channels and if ack it will receive er
ror (RealtimeWeb.RealtimeChannel.BroadcastHandlerTest) › Parameters: %{serializer: Real
timeWeb.Socket.V2Serializer} › test/realtime_web/channels/realtime_channel/
broadcast_handler_test.exs:426/
** (ExUnit.TimeoutError) test timed out after 60000ms. You can change the timeout
View Logs
test handle/
3 public channels are able to send messages and ack (RealtimeWeb.RealtimeChannel.Broadc
astHandlerTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/
realtime_web/channels/realtime_channel/broadcast_handler_test.exs:261/
** (ExUnit.TimeoutError) test timed out after 60000ms. You can change the timeout
View Logs
test handle/
3 public channels are able to send messages and ack (RealtimeWeb.RealtimeChannel.Broadc
astHandlerTest) › Parameters: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/
realtime_web/channels/realtime_channel/
broadcast_handler_test.exs:261 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cance
ling statement due to user request/stacktrace
View Logs
test handle/
3 with nil policy but valid user, is able to send message (RealtimeWeb.RealtimeChannel.
BroadcastHandlerTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} › t
est/realtime_web/channels/realtime_channel/
broadcast_handler_test.exs:64 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancel
ing statement due to user request/stacktrace
View Logs
test handle/
3 with nil policy but valid user, is able to send message (RealtimeWeb.RealtimeChannel.
BroadcastHandlerTest) › Parameters: %{serializer: RealtimeWeb.Socket.V2Serializer} › te
st/realtime_web/channels/realtime_channel/
broadcast_handler_test.exs:64 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancel
ing statement due to user request/stacktrace
View Logs
test rate limits - channels per client max_channels_per_client limit respected (Realtim
e.Integration.RtChannel.ConnectionLifecycleTest) › Parameters: %{serializer: RealtimeWe
b.Socket.V2Serializer} › test/integration/rt_channel/
connection_lifecycle_test.exs:253 › ** (Postgrex.Error) ERROR 57014 (query_canceled) ca
nceling statement due to user request/stacktrace
View Logs
test rate limits - concurrent users max_concurrent_users limit respected (Realtime.Inte
gration.RtChannel.ConnectionLifecycleTest) › Parameters: %{serializer: RealtimeWeb.Sock
et.V2Serializer} › test/integration/rt_channel/
connection_lifecycle_test.exs:165 › ** (Postgrex.Error) ERROR 57014 (query_canceled) ca
nceling statement due to user request/stacktrace
View Logs
test RLS policy enforcement sub policies are respected when accessing the channel (Real
time.Integration.RtChannel.AuthorizationTest) › Parameters: %{serializer: Phoenix.Socke
t.V1.JSONSerializer} › test/integration/rt_channel/
authorization_test.exs:90 › Assertion failed, no matching message after 500ms/
The following variables were pinned
View Logs
test socket disconnect - configuration changes on jwks the socket closes and sends a sy
stem message (Realtime.Integration.RtChannel.ConnectionLifecycleTest) › Parameters: %{s
erializer: RealtimeWeb.Socket.V2Serializer} › test/integration/rt_channel/
connection_lifecycle_test.exs:39 › ** (Postgrex.Error) ERROR 57014 (query_canceled) can
celing statement due to user request/stacktrace
View Logs
test socket disconnect - configuration changes on jwt_secret the socket closes and send
s a system message (Realtime.Integration.RtChannel.ConnectionLifecycleTest) › Parameter
s: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/integration/rt_channel/
connection_lifecycle_test.exs:53 › ** (Postgrex.Error) ERROR 57014 (query_canceled) can
celing statement due to user request/stacktrace
View Logs
test socket disconnect - configuration changes on jwt_secret the socket closes and send
s a system message (Realtime.Integration.RtChannel.ConnectionLifecycleTest) › Parameter
s: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/integration/rt_channel/
connection_lifecycle_test.exs:53 › ** (Postgrex.Error) ERROR 57014 (query_canceled) can
celing statement due to user request/stacktrace
View Logs
test socket disconnect - configuration changes on other param changes the socket won't
close and no message is sent (Realtime.Integration.RtChannel.ConnectionLifecycleTest) ›
Parameters: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/integration/
rt_channel/
connection_lifecycle_test.exs:89 › ** (Postgrex.Error) ERROR 57014 (query_canceled) can
celing statement due to user request/stacktrace
View Logs
test socket disconnect - configuration changes on private_only the socket closes and se
nds a system message (Realtime.Integration.RtChannel.ConnectionLifecycleTest) › Paramet
ers: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/integration/rt_channel/
connection_lifecycle_test.exs:71 › ** (DBConnection.ConnectionError) tcp recv: closed (
the connection was closed by the pool, possibly due to a timeout or because the pool ha
s been terminated)/stacktrace
View Logs
test socket disconnect - configuration changes on private_only the socket closes and se
nds a system message (Realtime.Integration.RtChannel.ConnectionLifecycleTest) › Paramet
ers: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/integration/rt_channel/
connection_lifecycle_test.exs:71 › ** (Postgrex.Error) ERROR 57014 (query_canceled) can
celing statement due to user request/stacktrace
View Logs
test socket disconnect - distributed disconnect check registry of SocketDisconnect and
on distribution called, kill socket (Realtime.Integration.RtChannel.ConnectionLifecycle
Test) › Parameters: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/integration/
rt_channel/connection_lifecycle_test.exs:140/
** (ExUnit.TimeoutError) test timed out after 60000ms. You can change the timeout
View Logs
test socket disconnect - tenant suspension tenant already suspended (Realtime.Integrati
on.RtChannel.ConnectionLifecycleTest) › Parameters: %{serializer: RealtimeWeb.Socket.V2
Serializer} › test/integration/rt_channel/
connection_lifecycle_test.exs:24 › ** (Postgrex.Error) ERROR 57014 (query_canceled) can
celing statement due to user request/stacktrace
View Logs
test socket disconnect - token expiry invalid JWT with expired token (Realtime.Integrat
ion.RtChannel.ConnectionLifecycleTest) › Parameters: %{serializer: Phoenix.Socket.V1.JS
ONSerializer} › test/integration/rt_channel/
connection_lifecycle_test.exs:123 › ** (DBConnection.ConnectionError) tcp recv: closed
(the connection was closed by the pool, possibly due to a timeout or because the pool h
as been terminated)/stacktrace
View Logs
test token expiry checks token periodically (Realtime.Integration.RtChannel.TokenHandli
ngTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/
integration/rt_channel/
token_handling_test.exs:338 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test token expiry checks token periodically (Realtime.Integration.RtChannel.TokenHandli
ngTest) › Parameters: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/
integration/rt_channel/
token_handling_test.exs:338 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test token expiry token expires in between joins (Realtime.Integration.RtChannel.TokenH
andlingTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/
integration/rt_channel/token_handling_test.exs:366/
** (ExUnit.TimeoutError) test timed out after 60000ms. You can change the timeout
View Logs
test token expiry token is badly formatted in between joins (Realtime.Integration.RtCha
nnel.TokenHandlingTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} ›
test/integration/rt_channel/
token_handling_test.exs:433 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test token expiry token loses claims in between joins (Realtime.Integration.RtChannel.T
okenHandlingTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/
integration/rt_channel/
token_handling_test.exs:403 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test token expiry token loses claims in between joins (Realtime.Integration.RtChannel.T
okenHandlingTest) › Parameters: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/
integration/rt_channel/
token_handling_test.exs:403 › ** (Postgrex.Error) ERROR 57014 (query_canceled) cancelin
g statement due to user request/stacktrace
View Logs
test token validation badly formatted jwt token (Realtime.Integration.RtChannel.TokenHa
ndlingTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/
integration/rt_channel/
token_handling_test.exs:21 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling
statement due to user request/stacktrace
View Logs
test token validation badly formatted jwt token (Realtime.Integration.RtChannel.TokenHa
ndlingTest) › Parameters: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/
integration/rt_channel/
token_handling_test.exs:21 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling
statement due to user request/stacktrace
View Logs
test token validation handles connection with valid api-header but ignorable access_tok
en payload (Realtime.Integration.RtChannel.TokenHandlingTest) › Parameters: %{serialize
r: Phoenix.Socket.V1.JSONSerializer} › test/integration/rt_channel/
token_handling_test.exs:50 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling
statement due to user request/stacktrace
View Logs
test token validation handles connection with valid api-header but ignorable access_tok
en payload (Realtime.Integration.RtChannel.TokenHandlingTest) › Parameters: %{serialize
r: RealtimeWeb.Socket.V2Serializer} › test/integration/rt_channel/
token_handling_test.exs:50 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling
statement due to user request/stacktrace
View Logs
test token validation invalid JWT with expired token (Realtime.Integration.RtChannel.To
kenHandlingTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/
integration/rt_channel/
token_handling_test.exs:30 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling
statement due to user request/stacktrace
View Logs
test token validation missing claims close connection (Realtime.Integration.RtChannel.T
okenHandlingTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/
integration/rt_channel/
token_handling_test.exs:79 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling
statement due to user request/stacktrace
View Logs
test token validation missing claims close connection (Realtime.Integration.RtChannel.T
okenHandlingTest) › Parameters: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/
integration/rt_channel/
token_handling_test.exs:79 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling
statement due to user request/stacktrace
View Logs
test token validation token required the role key (Realtime.Integration.RtChannel.Token
HandlingTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer} › test/
integration/rt_channel/
token_handling_test.exs:43 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling
statement due to user request/stacktrace
View Logs
test token validation token required the role key (Realtime.Integration.RtChannel.Token
HandlingTest) › Parameters: %{serializer: RealtimeWeb.Socket.V2Serializer} › test/
integration/rt_channel/
token_handling_test.exs:43 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling
statement due to user request/stacktrace
View Logs
test WAL bloat handling track PID changes during WAL bloat creation (Realtime.Integrati
on.RtChannel.WalBloatTest) › Parameters: %{serializer: Phoenix.Socket.V1.JSONSerializer
} › test/integration/rt_channel/
wal_bloat_test.exs:76 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling stat
ement due to user request/stacktrace
View Logs
test WAL bloat handling track PID changes during WAL bloat creation (Realtime.Integrati
on.RtChannel.WalBloatTest) › Parameters: %{serializer: RealtimeWeb.Socket.V2Serializer}
› test/integration/rt_channel/
wal_bloat_test.exs:76 › ** (Postgrex.Error) ERROR 57014 (query_canceled) canceling stat
ement due to user request/stacktrace
View Logs

Fix in Cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant