Closed harunzengin closed 7 months ago
Mh, that's interesting. I took a deeper look at Xandra.Cluster.Pool
and I cannot see how Pool.checkout/1
would return an error. You're using :sys.get_state/1
and touching the internals, I think, so maybe it's an issue with the tests somewhere? Do you have a way for me to reproduce this?
@harunzengin ping 🙃
I wasn't able to reproduce this again, maybe I somehow messed up with my local _deps
folder, it didn't make sense the first time either, closing.
I haven't really understood how, but we're getting the following error in our tests:
I tried to debug and put an
:error
in the case clause, which actually matches and I can see the message printed. It is unclear to me where that:error
comes from.