Barrett Strausser
Barrett Strausser
@mdelapenya Is this good to go, the last failing test were unrelated
Coachroachdb wait strategy handling was generally broken. PR Opened.
Can you try this with `0400` permissions. I believe the error logs from PG are incorrect. Here is a reference where the 0400 are used - https://access.redhat.com/documentation/fr-fr/red_hat_enterprise_linux/9/html/configuring_and_using_database_servers/proc_configuring-tls-encryption-on-a-postgresql-server_using-postgresql
Is the image `postgres-mock` available? I imagine what's happening is that root (0) has permission but the postgres user (in your case 999) isn't in the group that can read...
@konsalex This will likely solve your issue after it goes through pr https://github.com/testcontainers/testcontainers-go/pull/2473
@mdelapenya No problem, I can do that.
Updated to use reader API
@mdelapenya I think I addressed all your comments.
@mdelapenya @stevenh Not sure if this is helpful, but I ran into this issue (linked above) and debugged it. The multi-consumer aspect didn't have anything to do with it. I...
@stevenh Probably not, I was more or less replying to https://github.com/testcontainers/testcontainers-go/pull/2346#issuecomment-2018211902. I was also hitting this in CI and wondered what was happening. I think your waitGroup approach should work....