-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
elixirPull requests that update elixir codePull requests that update elixir codehelp wantedExtra attention is neededExtra attention is needed
Description
Problem
The integration tests against Elixir/Postgrex have been flaky since the beginning, that's why its CI slot signals failure more often than not.
-- https://cratedb.com/docs/guide/integrate/status.html
Details
Test failure
Because we don't know at all how Elixir works, and because test code was just randomly picked up and assembled.
Error: test/basic_test.exs:62
Assertion with == failed
code: assert [~c"*", ~c"+", ~c",", ~c"-"] == result.rows
left: [~c"*", ~c"+", ~c",", ~c"-"]
right: [~c"*", ~c",", ~c"-"]
stacktrace:
test/basic_test.exs:95: (test)What's [~c"*", ~c"+", ~c",", ~c"-"] ACTUALLY?
-- https://github.com/crate/cratedb-examples/actions/runs/19353332347/job/55369642698#step:6:59
Frequency

Metadata
Metadata
Assignees
Labels
elixirPull requests that update elixir codePull requests that update elixir codehelp wantedExtra attention is neededExtra attention is needed

