fix: Add clustered testing; reduce impact of counters in flakiness #205
Triggered via pull request
February 28, 2025 15:25
Status
Failure
Total duration
13m 35s
Artifacts
–
Annotations
9 errors and 2 warnings
Tests:
test/realtime/tenants/connect_test.exs#L283
test lookup_or_start_connection/1 on database disconnect, connection is killed to all components (Realtime.Tenants.ConnectTest)
|
Tests:
test/realtime/database_test.exs#L138
test transaction/1 on checkout error, handles raised exception as an error (Realtime.DatabaseTest)
|
Tests:
test/realtime/rpc_test.exs#L29
test call/5 successful RPC call returns exactly what the original function returns (Realtime.RpcTest)
|
Tests:
test/realtime/rpc_test.exs#L80
test enhanced_call/5 successful RPC call returns exactly what the original function returns (Realtime.RpcTest)
|
Tests:
test/realtime/rpc_test.exs#L112
test enhanced_call/5 timeouts are properly caught and logged (Realtime.RpcTest)
|
Tests:
test/realtime/rpc_test.exs#L94
test enhanced_call/5 raised exceptions are properly caught and logged (Realtime.RpcTest)
|
Tests:
test/realtime/rpc_test.exs#L63
test call/5 timeouts are properly caught and logged (Realtime.RpcTest)
|
Tests:
test/realtime/rpc_test.exs#L42
test call/5 raised exceptions are properly caught and logged (Realtime.RpcTest)
|
Tests
Process completed with exit code 2.
|
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
|
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
|